man: ip-*.8: drop any reference to generic ip options
Listing generic 'ip' options in subcommand man pages is redundant and error-prone, as they won't be kept in sync anyway. Since many other man pages don't list them either, drop references to them in the remaining ones. Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
2227f2a5a2
commit
e895ae0b31
|
|
@ -6,21 +6,9 @@ ip-addrlabel \- protocol address label management
|
||||||
.ad l
|
.ad l
|
||||||
.in +8
|
.in +8
|
||||||
.ti -8
|
.ti -8
|
||||||
.B ip
|
.B ip addrlabel
|
||||||
.RI "[ " OPTIONS " ]"
|
|
||||||
.B addrlabel
|
|
||||||
.RI " { " COMMAND " | "
|
.RI " { " COMMAND " | "
|
||||||
.BR help " }"
|
.BR help " }"
|
||||||
.sp
|
|
||||||
|
|
||||||
.ti -8
|
|
||||||
.IR OPTIONS " := { "
|
|
||||||
\fB\-V\fR[\fIersion\fR] |
|
|
||||||
\fB\-s\fR[\fItatistics\fR] |
|
|
||||||
\fB\-r\fR[\fIesolve\fR] |
|
|
||||||
\fB\-f\fR[\fIamily\fR] {
|
|
||||||
.BR inet " | " inet6 " | " ipx " | " dnet " | " link " } | "
|
|
||||||
\fB\-o\fR[\fIneline\fR] }
|
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip addrlabel" " { " add " | " del " } " prefix
|
.BR "ip addrlabel" " { " add " | " del " } " prefix
|
||||||
|
|
|
||||||
|
|
@ -6,24 +6,11 @@ ip-link \- network device configuration
|
||||||
.ad l
|
.ad l
|
||||||
.in +8
|
.in +8
|
||||||
.ti -8
|
.ti -8
|
||||||
.B ip
|
.B ip link
|
||||||
.RI "[ " OPTIONS " ]"
|
|
||||||
.B link
|
|
||||||
.RI " { " COMMAND " | "
|
.RI " { " COMMAND " | "
|
||||||
.BR help " }"
|
.BR help " }"
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
.ti -8
|
|
||||||
.IR OPTIONS " := { "
|
|
||||||
\fB\-V\fR[\fIersion\fR] |
|
|
||||||
\fB\-h\fR[\fIuman-readable\fR] |
|
|
||||||
\fB\-s\fR[\fItatistics\fR] |
|
|
||||||
\fB\-r\fR[\fIesolve\fR] |
|
|
||||||
\fB\-f\fR[\fIamily\fR] {
|
|
||||||
.BR inet " | " inet6 " | " ipx " | " dnet " | " link " } | "
|
|
||||||
\fB\-o\fR[\fIneline\fR] |
|
|
||||||
\fB\-br\fR[\fIief\fR] }
|
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BI "ip link add"
|
.BI "ip link add"
|
||||||
.RB "[ " link
|
.RB "[ " link
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,7 @@ ip-monitor, rtmon \- state monitoring
|
||||||
.ad l
|
.ad l
|
||||||
.in +8
|
.in +8
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip " " [ "
|
.BR "ip monitor" " [ " all " |"
|
||||||
.IR ip-OPTIONS " ]"
|
|
||||||
.BR "monitor" " [ " all " |"
|
|
||||||
.IR OBJECT-LIST " ] ["
|
.IR OBJECT-LIST " ] ["
|
||||||
.BI file " FILENAME "
|
.BI file " FILENAME "
|
||||||
] [
|
] [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ ip-mroute \- multicast routing cache management
|
||||||
.ad l
|
.ad l
|
||||||
.in +8
|
.in +8
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip " " [ ip-OPTIONS ] " "mroute show" " [ [ "
|
.BR "ip mroute show" " [ [ "
|
||||||
.BR " to " " ] "
|
.BR " to " " ] "
|
||||||
.IR PREFIX " ] [ "
|
.IR PREFIX " ] [ "
|
||||||
.B from
|
.B from
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue