mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
more top comment header cleanup
This commit is contained in:
parent
50dd14ce0d
commit
499174b8fc
21
inxi
21
inxi
|
@ -43,14 +43,18 @@
|
|||
#### If you don't understand what Free Software is, please read (or reread)
|
||||
#### this page: http://www.gnu.org/philosophy/free-sw.html
|
||||
########################################################################
|
||||
#### Package names in (...) are the Debian Squeeze package name. Check your
|
||||
#### distro for proper package name by doing this: which <application>
|
||||
#### then find what package owns that application file.
|
||||
#### * Package names in (...) are the Debian Squeeze package name. Check your
|
||||
#### distro for proper package name by doing this: which <application>
|
||||
#### then find what package owns that application file. Or run --recommends
|
||||
#### which shows package names for Debian/Ubuntu, Arch, and Fedora/Redhat/Suse
|
||||
####
|
||||
#### DEPENDENCIES
|
||||
#### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils);
|
||||
#### gawk (gawk); grep (grep); lspci (pciutils);
|
||||
#### free, ps, uptime (procps);
|
||||
#### Also the proc filesystem should be present and mounted
|
||||
#### * bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils);
|
||||
#### gawk (gawk); grep (grep); lspci (pciutils);
|
||||
#### free, ps, uptime (procps);
|
||||
#### * Also the proc filesystem should be present and mounted
|
||||
#### * Some features, like -M and -d will not work, or will work incompletely,
|
||||
#### if /sys is missing
|
||||
####
|
||||
#### Apparently unpatched bash 3.0 has arrays broken; bug reports:
|
||||
#### http://ftp.gnu.org/gnu/bash/bash-3.0-patches/bash30-008
|
||||
|
@ -124,7 +128,6 @@
|
|||
#### be escaped in search patterns if you are using it as a literal.
|
||||
####
|
||||
#### As with all 'rules' there are acceptions, these are noted where used.
|
||||
####
|
||||
###################################################################################
|
||||
#### KDE Konversation information. Moving from dcop(qt3/KDE3) to dbus(qt4/KDE4)
|
||||
###################################################################################
|
||||
|
@ -153,7 +156,7 @@
|
|||
#### -! 13 - triggers an update from svn branch three - if present, of course
|
||||
#### -! 14 - triggers an update from svn branch four - if present, of course
|
||||
#### -! <http://......> - Triggers an update from whatever server you list.
|
||||
#### LOG FLAGS (logs to $HOME/.inxi/inxi.log with rotate 3 total)
|
||||
#### LOG FLAGS (logs to $HOME/.inxi/inxi.log with rotate 3 total)
|
||||
#### -@ 8 - Basic data logging of generated data / array values
|
||||
#### -@ 9 - Full logging of all data used, including cat of files and system data
|
||||
#### -@ 10 - Basic data logging plus color code logging
|
||||
|
|
Loading…
Reference in a new issue