mirror of
https://github.com/smxi/inxi.git
synced 2025-02-01 02:22:17 +00:00
made man layout consistent, hadn't realized how inconsistent it was. New tarball
This commit is contained in:
parent
fb3d53c7df
commit
6f085dcb6d
33
inxi.8
33
inxi.8
|
@ -100,20 +100,26 @@ Color selectors for each type display
|
||||||
|
|
||||||
(NOTE: irc and global only show safe color set):
|
(NOTE: irc and global only show safe color set):
|
||||||
.TP
|
.TP
|
||||||
.B -c 94 \fR Console, out of X
|
.B -c 94\fR
|
||||||
|
- Console, out of X
|
||||||
.TP
|
.TP
|
||||||
.B -c 95 \fR Terminal, running in X - like xTerm
|
.B -c 95\fR
|
||||||
|
- Terminal, running in X - like xTerm
|
||||||
.TP
|
.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.
|
Konversation etc.
|
||||||
.TP
|
.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
|
.TP
|
||||||
.B -c 98 \fR Console IRC not in X
|
.B -c 98\fR
|
||||||
|
- Console IRC not in X
|
||||||
.TP
|
.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
|
.TP
|
||||||
.B -C
|
.B -C
|
||||||
|
@ -212,17 +218,20 @@ fan speeds. Gpu temp only for Fglrx/Nvidia drivers. Nvidia shows screen number f
|
||||||
.B -S
|
.B -S
|
||||||
Show System information: host name, kernel, desktop environment (if in X), distro
|
Show System information: host name, kernel, desktop environment (if in X), distro
|
||||||
.TP
|
.TP
|
||||||
.B -t \fR[\fBc\fR or\fB m\fR or\fB cm\fR or\fB mc NUMBER\fR]\fR- Show processes.
|
.B -t \fR[\fBc\fR or\fB m\fR or\fB cm\fR or\fB mc NUMBER\fR]\fR
|
||||||
If followed by numbers \fB1-20\fR, shows that number of processes for each type
|
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)
|
(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).
|
Make sure to have no space between letters and numbers (\fB-t cm10\fR - right, \fB-t cm 10\fR - wrong).
|
||||||
.TP
|
.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
|
.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
|
.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
|
.TP
|
||||||
.B -u
|
.B -u
|
||||||
|
|
Loading…
Reference in a new issue