mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
a few more man page edits, style stuff mostly.
This commit is contained in:
parent
da24d2bbf9
commit
740f080ba5
17
inxi.1
17
inxi.1
|
@ -134,7 +134,7 @@ Show Network card information. With \fB\-x\fR, shows PCI BusID, Port number.
|
||||||
.TP
|
.TP
|
||||||
.B \-o
|
.B \-o
|
||||||
Show unmounted partition information (includes UUID and LABEL if available).
|
Show unmounted partition information (includes UUID and LABEL if available).
|
||||||
Shows file system type if you have file installed, if you are root OR if you have
|
Shows file system type if you have \fBfile\fR installed, if you are root OR if you have
|
||||||
added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
|
added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
|
||||||
|
|
||||||
.B <username> ALL = NOPASSWD: /usr/bin/file (sample)
|
.B <username> ALL = NOPASSWD: /usr/bin/file (sample)
|
||||||
|
@ -150,15 +150,16 @@ Shows, if detected: \fB/ /boot /home /tmp /usr /var\fR. Use \fB\-p\fR to see all
|
||||||
.TP
|
.TP
|
||||||
.B \-r
|
.B \-r
|
||||||
Show distro repository data. Currently supported repo types:
|
Show distro repository data. Currently supported repo types:
|
||||||
APT (Debian, Ubuntu + derived versions)
|
|
||||||
|
|
||||||
PACMAN (Arch Linux + derived versions)
|
\fBAPT\fR (Debian, Ubuntu + derived versions)
|
||||||
|
|
||||||
PISI (Pardus + derived versions)
|
\fBPACMAN\fR (Arch Linux + derived versions)
|
||||||
|
|
||||||
URPMQ (Mandriva, Mageia + derived versions)
|
\fBPISI\fR (Pardus + derived versions)
|
||||||
|
|
||||||
YUM. (Fedora, Redhat, maybe Suse + derived versions)
|
\fBURPMQ\fR (Mandriva, Mageia + derived versions)
|
||||||
|
|
||||||
|
\fBYUM\fR (Fedora, Redhat, maybe Suse + derived versions)
|
||||||
|
|
||||||
(as distro data is collected more will be added. If your's is missing please show us how to get this
|
(as distro data is collected more will be added. If your's is missing please show us how to get this
|
||||||
information and we'll try to add it.)
|
information and we'll try to add it.)
|
||||||
|
@ -203,7 +204,7 @@ Note \- Maintainer may have disabled this function.
|
||||||
If inxi \fB\-h\fR has no listing for \fB\-U\fR then its disabled.
|
If inxi \fB\-h\fR has no listing for \fB\-U\fR then its disabled.
|
||||||
|
|
||||||
Auto\-update script. Note: if you installed as root, you must be root to update,
|
Auto\-update script. Note: if you installed as root, you must be root to update,
|
||||||
otherwise user is fine. Also installs /updates this Man Page to: \fB/usr/share/man/man8\fR
|
otherwise user is fine. Also installs / updates this Man Page to: \fB/usr/share/man/man8\fR
|
||||||
This requires that you be root to write to that directory.
|
This requires that you be root to write to that directory.
|
||||||
.TP
|
.TP
|
||||||
.B \-V
|
.B \-V
|
||||||
|
@ -251,7 +252,6 @@ To get weather for an alternate location, use \fB\-W <location_string>\fR. See a
|
||||||
Please note, your distribution's maintainer may chose to disable this feature, so if \fB\-w\fR or \fB\-W\fR don't work, that's why.
|
Please note, your distribution's maintainer may chose to disable this feature, so if \fB\-w\fR or \fB\-W\fR don't work, that's why.
|
||||||
.TP
|
.TP
|
||||||
.B \-W <location_string>
|
.B \-W <location_string>
|
||||||
|
|
||||||
Get weather/time for an alternate location. Accepts postal/zip code, city,state pair, or latitude,longitude.
|
Get weather/time for an alternate location. Accepts postal/zip code, city,state pair, or latitude,longitude.
|
||||||
Note: city/country/state names must not contain spaces. Replace spaces with '\fB+\fR' sign. No spaces around \fB,\fR (comma).
|
Note: city/country/state names must not contain spaces. Replace spaces with '\fB+\fR' sign. No spaces around \fB,\fR (comma).
|
||||||
Use only ascii letters in city/state/country names, sorry.
|
Use only ascii letters in city/state/country names, sorry.
|
||||||
|
@ -260,7 +260,6 @@ Examples: \fB\-W 95623\fR OR \fB\-W Boston,MA\fR OR \fB\-W45.5234,\-122.6762\fR
|
||||||
OR \fB\-W bodo,norway\fR.
|
OR \fB\-W bodo,norway\fR.
|
||||||
.TP
|
.TP
|
||||||
.B \-y <integer >= 80>
|
.B \-y <integer >= 80>
|
||||||
|
|
||||||
This is an absolute width override which sets the output line width max. Overrides \fBCOLS_MAX_IRC\fR / \fBCOLS_MAX_CONSOLE\fR globals, or the actual widths of the terminal. If used with \fB\-h\fR or \fB\-c 94-99\fR, put \fB\-y\fR option first or the override will be ignored. Cannot be used with \fB\-\-help\fR/\fB\-\-version\fR/\fB\-\-recommends\fR type long options. Example: \fBinxi \-y 130 -Fxx\fR
|
This is an absolute width override which sets the output line width max. Overrides \fBCOLS_MAX_IRC\fR / \fBCOLS_MAX_CONSOLE\fR globals, or the actual widths of the terminal. If used with \fB\-h\fR or \fB\-c 94-99\fR, put \fB\-y\fR option first or the override will be ignored. Cannot be used with \fB\-\-help\fR/\fB\-\-version\fR/\fB\-\-recommends\fR type long options. Example: \fBinxi \-y 130 -Fxx\fR
|
||||||
.TP
|
.TP
|
||||||
.B \-z
|
.B \-z
|
||||||
|
|
Loading…
Reference in a new issue