mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 10:02:18 +00:00
tiny fix, added escape on two dashes on man page, only for debian packager, no other changes
This commit is contained in:
parent
04e49e5459
commit
caf624abc7
2
inxi
2
inxi
|
@ -2,7 +2,7 @@
|
|||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### Version: 2.1.25
|
||||
#### Date: 2014-04-28
|
||||
#### Date: 2014-05-01
|
||||
#### Patch Number: 00
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
|
|
6
inxi.1
6
inxi.1
|
@ -1,4 +1,4 @@
|
|||
.TH INXI 1 "2014\-04\-27" inxi "inxi manual"
|
||||
.TH INXI 1 "2014\-05\-01" inxi "inxi manual"
|
||||
.SH NAME
|
||||
inxi \- Command line system information script for console and IRC
|
||||
.SH SYNOPSIS
|
||||
|
@ -265,7 +265,7 @@ Examples: \fB\-W 95623\fR OR \fB\-W Boston,MA\fR OR \fB\-W45.5234,\-122.6762\fR
|
|||
OR \fB\-W bodo,norway\fR.
|
||||
.TP
|
||||
.B \-y <integer >= 80>
|
||||
This is an absolute width override which sets the output line width max. Overrides \fBCOLS_MAX_IRC\fR / \fBCOLS_MAX_CONSOLE\fR globals, or the actual widths of the terminal. If used with \fB\-h\fR or \fB\-c 94-99\fR, put \fB\-y\fR option first or the override will be ignored. Cannot be used with \fB\-\-help\fR/\fB\-\-version\fR/\fB\-\-recommends\fR type long options. Example: \fBinxi \-y 130 -Fxx\fR
|
||||
This is an absolute width override which sets the output line width max. Overrides \fBCOLS_MAX_IRC\fR / \fBCOLS_MAX_CONSOLE\fR globals, or the actual widths of the terminal. If used with \fB\-h\fR or \fB\-c 94-99\fR, put \fB\-y\fR option first or the override will be ignored. Cannot be used with \fB\-\-help\fR/\fB\-\-version\fR/\fB\-\-recommends\fR type long options. Example: \fBinxi \-y 130 \-Fxx\fR
|
||||
.TP
|
||||
.B \-z
|
||||
Adds security filters for IP addresses, Mac, location (\fB\-w\fR), and user home directory name. Default on for irc clients.
|
||||
|
@ -480,7 +480,7 @@ Then you can start inxi directly, like this:
|
|||
.B OLD: /shell \-o inxi \fR[\fBoptions\fR]
|
||||
|
||||
Newer (2014 and later) WeeChats work pretty much the same now as other console IRC
|
||||
clients, with \fB/exec -o inxi \fR[\fBoptions\fR]. Also, newer WeeChats have dropped
|
||||
clients, with \fB/exec \-o inxi \fR[\fBoptions\fR]. Also, newer WeeChats have dropped
|
||||
the \fB\-curses\fR part of their program name, ie: \fBweechat\fR instead of \fBweechat-curses\fR.
|
||||
|
||||
Deprecated:
|
||||
|
|
Loading…
Reference in a new issue