mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
That damned Kate editor bug where it randomly sprays out characters
that were in the desktop clipboard caused 3 random pastes of the characters 'failed' into the man page. Kate needs to get their damned crap in order!!! It's becoming unusable.
This commit is contained in:
parent
23b86ad5f2
commit
1e2d470c69
8
inxi.1
8
inxi.1
|
@ -1,4 +1,4 @@
|
|||
.TH INXI 1 "2021\-01\-10" inxi "inxi manual"
|
||||
.TH INXI 1 "2021\-01\-13" inxi "inxi manual"
|
||||
|
||||
.SH NAME
|
||||
inxi \- Command line system information script for console and IRC
|
||||
|
@ -1676,7 +1676,7 @@ consequences. Please be aware that this can lead to many undesirable side\-effec
|
|||
since default behavior is to use all the sensors arrays and select which values
|
||||
to use from them following a set sequence of rules. So if you force one to be used,
|
||||
you may lose data that was used from another one.
|
||||
failed
|
||||
|
||||
Most likely best use is when one (or two) of the sensor arrays has all the sensor data
|
||||
you want, and you just want to make sure inxi doesn't use data from another array that
|
||||
has inacurate or misleading data.
|
||||
|
@ -1721,7 +1721,7 @@ parent start program whitelist.
|
|||
Forces the USB data generator to use \fB/sys\fR as data source
|
||||
instead of \fBlsusb\fR.
|
||||
|
||||
.TPfailed
|
||||
.TP
|
||||
.B \-\-usb\-tool\fR
|
||||
Forces the USB data generator to use \fBlsusb\fR as data source. Overrides
|
||||
\fBUSB_SYS\fR in user configuration file(s).
|
||||
|
@ -1733,7 +1733,7 @@ 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
|
||||
of the page content source code.
|
||||
failed
|
||||
|
||||
Same as configuration value (example):
|
||||
|
||||
\fBWAN_IP_URL='https://mysite.com/ip.php'\fR
|
||||
|
|
Loading…
Reference in a new issue