mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
man page fixes, lintian stuff.
This commit is contained in:
parent
70d13aca4e
commit
c06a034c98
36
inxi.1
36
inxi.1
|
@ -263,14 +263,14 @@ used or unused (for example, a motherboard USB header connector that is not used
|
|||
|
||||
Hubs and Devices are listed in order of BusID.
|
||||
|
||||
BusID is generally in this format: BusID-port[.port][.port]:DeviceID
|
||||
BusID is generally in this format: BusID\-port[.port][.port]:DeviceID
|
||||
|
||||
Device ID is a number created by the kernel, and has no necessary ordering
|
||||
or sequence connection, but can be used to match this output to lsusb
|
||||
values, which generally shows BusID / DeviceID (except for tree view, which
|
||||
shows ports).
|
||||
|
||||
Examples: \fBDevice-3: 4-3.2.1:2\fR or \fBHub: 4-0:1\fR
|
||||
Examples: \fBDevice\-3: 4\-3.2.1:2\fR or \fBHub: 4\-0:1\fR
|
||||
|
||||
The \fBrev: 2.0\fR item refers to the USB revision number, like \fB1.0\fR or
|
||||
\fB3.1\fR.
|
||||
|
@ -381,7 +381,7 @@ Show distro repository data. Currently supported repo types:
|
|||
\fBAPK\fR (Alpine Linux + derived versions)
|
||||
|
||||
\fBAPT\fR (Debian, Ubuntu + derived versions, as well as RPM based
|
||||
APT distros like PCLinuxOS or Alt-Linux)
|
||||
APT distros like PCLinuxOS or Alt\-Linux)
|
||||
|
||||
\fBCARDS\fR (NuTyX + derived versions)
|
||||
|
||||
|
@ -574,7 +574,7 @@ Try postal codes with and without country code added. Note that City,State appli
|
|||
only to USA, otherwise it's City,Country. If country name (english) does not work,
|
||||
try 2 character country code (e.g. Spain: es; Great Britain: gb).
|
||||
|
||||
See \fIhttps://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\fR for current 2 letter
|
||||
See \fIhttps://en.wikipedia.org/wiki/ISO_3166\-1_alpha\-2\fR for current 2 letter
|
||||
country codes.
|
||||
|
||||
Use only ASCII letters in city/state/country names.
|
||||
|
@ -1048,7 +1048,7 @@ Using \fBsmartctl\fR (requires sudo/root privileges).
|
|||
\- Adds SATA type (eg 1.0, 2.6, 3.0) if a SATA device.
|
||||
|
||||
\- Adds SMART report line: status, enabled/disabled, health, powered on,
|
||||
cycles, and some error cases if out of range values. Note that for Pre-fail items,
|
||||
cycles, and some error cases if out of range values. Note that for Pre\-fail items,
|
||||
it will show the VALUE and THRESHOLD numbers. It will also fall back for unknown
|
||||
attributes that are or have been failing and print out the Attribute name, value,
|
||||
threshold, and failing message. This way even for unhandled Attribute names,
|
||||
|
@ -1087,7 +1087,7 @@ not normal consumer usage. 1 \fBDisplay\fR runs 1 or more
|
|||
\- Adds default \fBScreen\fR ID if Screen (not monitor!) total is greater than 1.
|
||||
|
||||
\- Adds \fBScreen\fR line, which includes the ID (\fBScreen: 0\fR) then \fBs-res\fR
|
||||
(Screen resolution), \fBs-dpi\fR, \fBs-size\fR and \fBs-diag\fR. Remember, this is an
|
||||
(Screen resolution), \fBs\-dpi\fR, \fBs\-size\fR and \fBs\-diag\fR. Remember, this is an
|
||||
Xorg \fBScreen\fR, NOT a monitor screen, and the information listed is about
|
||||
the Xorg Screen! It may at times be the same as a single monitor system,
|
||||
but usually it's different in some ways.
|
||||
|
@ -1121,11 +1121,11 @@ Graphics:
|
|||
....
|
||||
Display: x11 server: X.Org 1.20.6 driver: modesetting
|
||||
display ID: :0.0 screens: 1
|
||||
Screen-1: 0 s\-res: 2560x1024 s-dpi: 96 s\-size: 677x271mm (26.7x10.7")
|
||||
Screen\-1: 0 s\-res: 2560x1024 s\-dpi: 96 s\-size: 677x271mm (26.7x10.7")
|
||||
s\-diag: 729mm (28.7")
|
||||
Monitor-1: DVI\-I\-0 res: 1280x1024 hz: 60 dpi: 96
|
||||
Monitor\-1: DVI\-I\-0 res: 1280x1024 hz: 60 dpi: 96
|
||||
size: 338x270mm (13.3x10.6") diag: 433mm (17")
|
||||
Monitor-2: VGA\-0 res: 1280x1024 hz: 60 dpi: 86
|
||||
Monitor\-2: VGA\-0 res: 1280x1024 hz: 60 dpi: 86
|
||||
size: 376x301mm (14.8x11.9") diag: 482mm (19")
|
||||
....
|
||||
.fi
|
||||
|
@ -1305,21 +1305,21 @@ configuration item. These are the available sort options:
|
|||
\fBdev\-base\fR - \fB/dev\fR partition identifier, like \fB/dev/sda1\fR.
|
||||
Note that it's an alphabetic sort, so \fBsda12\fR is before \fBsda2\fR.
|
||||
|
||||
\fBfs\fR - Partition filesystem. Note that sorts will be somewhat random if all
|
||||
\fBfs\fR \- Partition filesystem. Note that sorts will be somewhat random if all
|
||||
filesystems are the same.
|
||||
|
||||
\fBid\fR - Mount point of partition (default).
|
||||
\fBid\fR \- Mount point of partition (default).
|
||||
|
||||
\fBlabel\fR - Label of partition. If partitions have no labels,
|
||||
\fBlabel\fR \- Label of partition. If partitions have no labels,
|
||||
sort will be random.
|
||||
|
||||
\fBpercent\-used\fR - Percentage of partition size used.
|
||||
|
||||
\fBsize\fR - KiB size of partition.
|
||||
\fBsize\fR \- KiB size of partition.
|
||||
|
||||
\fBuuid\fR - UUID of the partition.
|
||||
\fBuuid\fR \- UUID of the partition.
|
||||
|
||||
\fBused\fR - KiB used of partition.
|
||||
\fBused\fR \- KiB used of partition.
|
||||
|
||||
.TP
|
||||
.B \-\-pm\-type [package manager name]\fR
|
||||
|
@ -1370,7 +1370,7 @@ Forces the USB data generator to use \fBlsusb\fR as data source. Overrides
|
|||
Force \fB\-i\fR to use supplied URL as WAN IP source. Overrides dig or
|
||||
default IP source urls. URL must start with http[s] or ftp.
|
||||
|
||||
The IP address from the URL must be the last item on the last (non-empty) line
|
||||
The IP address from the URL must be the last item on the last (non\-empty) line
|
||||
of the page content source code.
|
||||
|
||||
Same as configuration value (example):
|
||||
|
@ -1597,13 +1597,13 @@ generally much faster). URL must begin with http or ftp. Note that if you use th
|
|||
the downloader set tests will run each time you start inxi whether a downloader feature
|
||||
is going to be used or not.
|
||||
|
||||
The IP address from the URL must be the last item on the last (non-empty) line of
|
||||
The IP address from the URL must be the last item on the last (non\-empty) line of
|
||||
the URL's page content source code.
|
||||
|
||||
Same as \fB\-\-wan\-ip\-url [URL]\fR
|
||||
|
||||
\fBWEATHER_SOURCE\fR Values: [\fB0-9\fR]. Same as \fB\-\-weather\-source\fR. Values
|
||||
4-9 are not currently supported, but this can change at any time.
|
||||
4\-9 are not currently supported, but this can change at any time.
|
||||
|
||||
\fBWEATHER_UNIT\fR Values: [\fBc\fR|\fBf\fR|\fBcf\fR|\fBfc\fR]. Same as \fB\-\-weather\-unit\fR.
|
||||
|
||||
|
|
Loading…
Reference in a new issue