mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 18:12:21 +00:00
made man layout consistent, hadn't realized how inconsistent it was. New tarball
This commit is contained in:
parent
fb3d53c7df
commit
6f085dcb6d
45
inxi.8
45
inxi.8
|
@ -100,20 +100,26 @@ Color selectors for each type display
|
|||
|
||||
(NOTE: irc and global only show safe color set):
|
||||
.TP
|
||||
.B -c 94 \fR Console, out of X
|
||||
.B -c 94\fR
|
||||
- Console, out of X
|
||||
.TP
|
||||
.B -c 95 \fR Terminal, running in X - like xTerm
|
||||
.B -c 95\fR
|
||||
- Terminal, running in X - like xTerm
|
||||
.TP
|
||||
.B -c 96 \fR Gui IRC, running in X - like Xchat, Quassel,
|
||||
.B -c 96\fR
|
||||
- Gui IRC, running in X - like Xchat, Quassel,
|
||||
Konversation etc.
|
||||
.TP
|
||||
.B -c 97 \fR Console IRC running in X - like irssi in xTerm
|
||||
.B -c 97\fR
|
||||
- Console IRC running in X - like irssi in xTerm
|
||||
.TP
|
||||
.B -c 98 \fR Console IRC not in X
|
||||
.B -c 98\fR
|
||||
- Console IRC not in X
|
||||
.TP
|
||||
.B -c 99 \fR Global - Overrides/removes all settings.
|
||||
.B -c 99\fR
|
||||
- Global - Overrides/removes all settings.
|
||||
|
||||
Setting specific removes global.
|
||||
Setting specific color type removes the global color selection.
|
||||
|
||||
.TP
|
||||
.B -C
|
||||
|
@ -212,23 +218,26 @@ fan speeds. Gpu temp only for Fglrx/Nvidia drivers. Nvidia shows screen number f
|
|||
.B -S
|
||||
Show System information: host name, kernel, desktop environment (if in X), distro
|
||||
.TP
|
||||
.B -t \fR[\fBc\fR or\fB m\fR or\fB cm\fR or\fB mc NUMBER\fR]\fR- Show processes.
|
||||
If followed by numbers \fB1-20\fR, shows that number of processes for each type
|
||||
.B -t \fR[\fBc\fR or\fB m\fR or\fB cm\fR or\fB mc NUMBER\fR]\fR
|
||||
Show processes. If followed by numbers \fB1-20\fR, shows that number of processes for each type
|
||||
(default: \fB5\fR; if in irc, max: \fB5\fR)
|
||||
|
||||
Make sure to have no space between letters and numbers (\fB-t cm10\fR - right, \fB-t cm 10\fR - wrong).
|
||||
.TP
|
||||
.B -t c \fRcpu only. With \fB-x\fR, shows also memory for that process on same line.
|
||||
.B -t c\fR
|
||||
- cpu only. With \fB-x\fR, shows also memory for that process on same line.
|
||||
.TP
|
||||
.B -t m \fRmemory only. With \fB-x\fR, shows also cpu for that process on same line.
|
||||
.B -t m\fR
|
||||
- memory only. With \fB-x\fR, shows also cpu for that process on same line.
|
||||
.TP
|
||||
.B -t cm \fRcpu+memory. With \fB-x\fR, shows also cpu or memory for that process on same line.
|
||||
.B -t cm\fR
|
||||
- cpu+memory. With \fB-x\fR, shows also cpu or memory for that process on same line.
|
||||
|
||||
.TP
|
||||
.B -u
|
||||
Show partition UUIDs. Default: short partition \fB-P\fR. For full \fB-p\fR output, use: \fB-pu\fR (or \fB-plu\fR).
|
||||
.TP
|
||||
.B -U
|
||||
.B -U
|
||||
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
|
||||
This requires that you be root to write to that directory.
|
||||
|
@ -236,7 +245,7 @@ This requires that you be root to write to that directory.
|
|||
.B -V
|
||||
inxi version information. Prints information then exits.
|
||||
.TP
|
||||
.B --version
|
||||
.B --version
|
||||
same as \fB-V
|
||||
.TP
|
||||
.B -v
|
||||
|
@ -357,7 +366,7 @@ Supports some current desktop extras like gnome-panel, lxde-panel, and others. A
|
|||
|
||||
.SH DEBUGGING OPTIONS
|
||||
.TP
|
||||
.B -%
|
||||
.B -%
|
||||
Overrides defective or corrupted data.
|
||||
.TP
|
||||
.B -@
|
||||
|
@ -367,13 +376,13 @@ Less than 8 just triggers inxi debugger output on screen.
|
|||
.B -@ \fR[\fB1\fR-\fB7\fR]
|
||||
- On screen debugger output
|
||||
.TP
|
||||
.B -@ 8
|
||||
.B -@ 8
|
||||
- Basic logging. Check \fI /home/yourname/.inxi/inxi*.log
|
||||
.TP
|
||||
.B -@ 9
|
||||
.B -@ 9
|
||||
- Full file/sys info logging
|
||||
.TP
|
||||
.B -@ 10
|
||||
.B -@ 10
|
||||
- Color logging.
|
||||
.TP
|
||||
.B -@ <11-14>
|
||||
|
|
Loading…
Reference in a new issue