mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
updated man pages to reflect new -R, with some other fixes to man files.
This commit is contained in:
parent
6ecaee1046
commit
20cd60a6ad
26
man/inxi.8
26
man/inxi.8
|
@ -154,7 +154,19 @@ Show Partition information (shows what -v 4 would show, but without extra data).
|
||||||
Shows, if detected: / /boot /home /tmp /usr /var. Use -p to see all mounted partitions.
|
Shows, if detected: / /boot /home /tmp /usr /var. Use -p to see all mounted partitions.
|
||||||
.TP
|
.TP
|
||||||
.B -r
|
.B -r
|
||||||
Show distro repository data. Currently supported repo types: APT; PACMAN; PISI; YUM.
|
Show distro repository data. Currently supported repo types:
|
||||||
|
APT (Debian, Ubuntu + derived versions)
|
||||||
|
|
||||||
|
PACMAN (Arch Linux + derived versions)
|
||||||
|
|
||||||
|
PISI (Pardus + derived versions)
|
||||||
|
|
||||||
|
YUM. (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 information and we'll try to add it.)
|
||||||
|
.TP
|
||||||
|
.B -R
|
||||||
|
Show RAID data. Shows RAID devices, states, levels, and components, and extra data with -x/-xx. If device is resyncing, shows resync progress line as well.
|
||||||
.TP
|
.TP
|
||||||
.B --recommends
|
.B --recommends
|
||||||
Checks inxi application dependencies + recommends, and directories, then shows
|
Checks inxi application dependencies + recommends, and directories, then shows
|
||||||
|
@ -244,7 +256,8 @@ Show extra data (only works with verbose or line output, not short form):
|
||||||
.TP
|
.TP
|
||||||
.B -x -N -A -G \fR- Network, audio, graphics, shows PCI Bus ID/Usb ID number of card
|
.B -x -N -A -G \fR- Network, audio, graphics, shows PCI Bus ID/Usb ID number of card
|
||||||
.TP
|
.TP
|
||||||
.B -x -R \fR- Show RAID chunk size
|
.B -x -R \fR- Shows component raid id. Adds second RAID Info line: raid level; report on drives (like 5/5);
|
||||||
|
blocks; chunk size; bitmap (if present). Resync line, shows blocks synced/total blocks.
|
||||||
.TP
|
.TP
|
||||||
.B -x -S \fR- Desktop toolkit if avaliable (GNOME/XFCE/KDE only); Kernel gcc version
|
.B -x -S \fR- Desktop toolkit if avaliable (GNOME/XFCE/KDE only); Kernel gcc version
|
||||||
.TP
|
.TP
|
||||||
|
@ -259,7 +272,10 @@ Show extra, extra data (only works with verbose or line output, not short form):
|
||||||
.TP
|
.TP
|
||||||
.B -xx -M \fR- Adds chassis information, if any data for that is available.
|
.B -xx -M \fR- Adds chassis information, if any data for that is available.
|
||||||
.TP
|
.TP
|
||||||
.B -xx -R \fR - Adds block count and algorythm used to RAID
|
.B -xx -R\fR - Adds superblock (if present); algorythm, U data.
|
||||||
|
Adds system info line (kernel support, read ahead, raid events).
|
||||||
|
|
||||||
|
Adds if present, unused device line. If device is resyncing, shows resync progress line as well
|
||||||
.TP
|
.TP
|
||||||
.B -xx -@ <11-14> \fR - Automatically uploads debugger data tar.gz file to ftp.techpatterns.com.
|
.B -xx -@ <11-14> \fR - Automatically uploads debugger data tar.gz file to ftp.techpatterns.com.
|
||||||
.TP
|
.TP
|
||||||
|
@ -297,7 +313,7 @@ The following create a tar.gz file of system data, plus collecting the inxi outp
|
||||||
|
|
||||||
To automatically upload debugger data tar.gz file to ftp.techpatterns.com: inxi -xx@ <11-14>
|
To automatically upload debugger data tar.gz file to ftp.techpatterns.com: inxi -xx@ <11-14>
|
||||||
|
|
||||||
For alternate ftp upload locations: Example: inxi -! ftp.yourserver.com/incoming -xx@ 14
|
For alternate ftp upload locations: Example: \fIinxi -! ftp.yourserver.com/incoming -xx@ 14\fR
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B -@ 11
|
.B -@ 11
|
||||||
|
@ -331,3 +347,5 @@ inxi version: Copyright (C) 2008-11 Scott Rogers & Harald Hope
|
||||||
Further fixes (listed as known): Horst Tritremmel <hjt at sidux.com>
|
Further fixes (listed as known): Horst Tritremmel <hjt at sidux.com>
|
||||||
|
|
||||||
Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch
|
Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch
|
||||||
|
|
||||||
|
manpage creator with help from Harald, aus9
|
||||||
|
|
Loading…
Reference in a new issue