mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
tweaked man page new tar.gz
This commit is contained in:
parent
67ec681c24
commit
161758cebb
21
inxi.1
21
inxi.1
|
@ -265,6 +265,12 @@ There are 3 extra data levels: \fB-x\fR; \fB-xx\fR; and \fB-xxx\fR
|
|||
|
||||
The following shows which lines / items get extra information with each extra data level.
|
||||
|
||||
.TP
|
||||
.B -x -A
|
||||
- Adds version/port(s)/driver version (if available) for each Audio device.
|
||||
.TP
|
||||
.B -x -A
|
||||
- Shows PCI Bus ID/Usb ID number of each Audio device.
|
||||
.TP
|
||||
.B -x -C
|
||||
- bogomips on Cpu.
|
||||
|
@ -284,15 +290,20 @@ The following shows which lines / items get extra information with each extra da
|
|||
.B -x -G
|
||||
- (for single gpu, nvidia driver) screen number gpu is running on.
|
||||
.TP
|
||||
.B -x -G
|
||||
- Shows PCI Bus ID/Usb ID number of each Graphics card.
|
||||
.TP
|
||||
.B -x -i
|
||||
- Show IPv6 as well for LAN interface (IF) devices.
|
||||
.TP
|
||||
.B -x -I
|
||||
- Show system GCC, default. With -xx, also show other installed GCC versions.
|
||||
.TP
|
||||
.B -x -N -A \fR- Adds version/port(s)/driver version (if available) for Network/Audio;
|
||||
.B -x -N
|
||||
- Adds version/port(s)/driver version (if available) for each Network card;
|
||||
.TP
|
||||
.B -x -N -A -G \fR- Network, audio, graphics, shows PCI Bus ID/Usb ID number of card.
|
||||
.B -x -N
|
||||
- Shows PCI Bus ID/Usb ID number of each Network card.
|
||||
.TP
|
||||
.B -x -R
|
||||
- Shows component raid id. Adds second RAID Info line: raid level; report on drives
|
||||
|
@ -305,13 +316,13 @@ The following shows which lines / items get extra information with each extra da
|
|||
- Adds memory use output to cpu (\fB-xt c\fR), and cpu use to memory (\fB-xt m\fR).
|
||||
.TP
|
||||
.B -xx -A
|
||||
- Adds vendor:product ID for each audio device.
|
||||
- Adds vendor:product ID of each Audio device.
|
||||
.TP
|
||||
.B -xx -D
|
||||
- Adds disk serial number.
|
||||
.TP
|
||||
.B -xx -G
|
||||
- Adds vendor:product ID for each video card.
|
||||
- Adds vendor:product ID of each Graphics card.
|
||||
.TP
|
||||
.B -xx -I
|
||||
- Adds other detected installed gcc versions to primary gcc output (if present).
|
||||
|
@ -320,7 +331,7 @@ The following shows which lines / items get extra information with each extra da
|
|||
- Adds chassis information, if any data for that is available.
|
||||
.TP
|
||||
.B -xx -N
|
||||
- Adds vendor:product ID for each nic.
|
||||
- Adds vendor:product ID of each Network card.
|
||||
.TP
|
||||
.B -xx -R
|
||||
- Adds superblock (if present); algorythm, U data. Adds system info line (kernel support,
|
||||
|
|
Loading…
Reference in a new issue