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
13
inxi
13
inxi
|
@ -43,14 +43,18 @@
|
||||||
#### If you don't understand what Free Software is, please read (or reread)
|
#### If you don't understand what Free Software is, please read (or reread)
|
||||||
#### this page: http://www.gnu.org/philosophy/free-sw.html
|
#### this page: http://www.gnu.org/philosophy/free-sw.html
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Package names in (...) are the Debian Squeeze package name. Check your
|
#### * Package names in (...) are the Debian Squeeze package name. Check your
|
||||||
#### distro for proper package name by doing this: which <application>
|
#### distro for proper package name by doing this: which <application>
|
||||||
#### then find what package owns that application file.
|
#### then find what package owns that application file. Or run --recommends
|
||||||
|
#### which shows package names for Debian/Ubuntu, Arch, and Fedora/Redhat/Suse
|
||||||
|
####
|
||||||
#### DEPENDENCIES
|
#### DEPENDENCIES
|
||||||
#### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils);
|
#### * bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils);
|
||||||
#### gawk (gawk); grep (grep); lspci (pciutils);
|
#### gawk (gawk); grep (grep); lspci (pciutils);
|
||||||
#### free, ps, uptime (procps);
|
#### free, ps, uptime (procps);
|
||||||
#### Also the proc filesystem should be present and mounted
|
#### * 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:
|
#### Apparently unpatched bash 3.0 has arrays broken; bug reports:
|
||||||
#### http://ftp.gnu.org/gnu/bash/bash-3.0-patches/bash30-008
|
#### 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.
|
#### 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.
|
#### As with all 'rules' there are acceptions, these are noted where used.
|
||||||
####
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
#### KDE Konversation information. Moving from dcop(qt3/KDE3) to dbus(qt4/KDE4)
|
#### KDE Konversation information. Moving from dcop(qt3/KDE3) to dbus(qt4/KDE4)
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
Loading…
Reference in a new issue