man: Syntax and warning fixes
Fix syntax issues and warnings highlighted by `man --warnings=w' from man-db 2.7.1. Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
parent
04ce8d3eda
commit
85e3c87c82
|
|
@ -844,7 +844,7 @@ result in the default classid:
|
||||||
Basically, such a minimal generator is equivalent to:
|
Basically, such a minimal generator is equivalent to:
|
||||||
|
|
||||||
.in +4n
|
.in +4n
|
||||||
.B tcpdump -iem1 -ddd 'tcp[tcpflags] & tcp-syn != 0' | tr '\\n' ',' > /var/bpf/tcp-syn
|
.B tcpdump -iem1 -ddd 'tcp[tcpflags] & tcp-syn != 0' | tr '\\\\n' ',' > /var/bpf/tcp-syn
|
||||||
.in
|
.in
|
||||||
|
|
||||||
Since
|
Since
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.TH TIPC-BEARER 8 "02 Jun 2015" "iproute2" "Linux"
|
.TH TIPC-BEARER 8 "02 Jun 2015" "iproute2" "Linux"
|
||||||
|
|
||||||
./ For consistency, please keep padding right aligned.
|
.\" For consistency, please keep padding right aligned.
|
||||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tipc-bearer \- show or modify TIPC bearers
|
tipc-bearer \- show or modify TIPC bearers
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.TH TIPC-LINK 8 "02 Jun 2015" "iproute2" "Linux"
|
.TH TIPC-LINK 8 "02 Jun 2015" "iproute2" "Linux"
|
||||||
|
|
||||||
./ For consistency, please keep padding right aligned.
|
.\" For consistency, please keep padding right aligned.
|
||||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tipc-link \- show links or modify link properties
|
tipc-link \- show links or modify link properties
|
||||||
|
|
@ -33,7 +33,7 @@ tipc-link \- show links or modify link properties
|
||||||
.I LINK
|
.I LINK
|
||||||
.RB "] | " "reset
|
.RB "] | " "reset
|
||||||
.BI "link " "LINK "
|
.BI "link " "LINK "
|
||||||
.R }
|
}
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.B tipc link list
|
.B tipc link list
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.TH TIPC-MEDIA 8 "02 Jun 2015" "iproute2" "Linux"
|
.TH TIPC-MEDIA 8 "02 Jun 2015" "iproute2" "Linux"
|
||||||
|
|
||||||
./ For consistency, please keep padding right aligned.
|
.\" For consistency, please keep padding right aligned.
|
||||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tipc-media \- list or modify media properties
|
tipc-media \- list or modify media properties
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.TH TIPC-NAMETABLE 8 "02 Jun 2015" "iproute2" "Linux"
|
.TH TIPC-NAMETABLE 8 "02 Jun 2015" "iproute2" "Linux"
|
||||||
|
|
||||||
./ For consistency, please keep padding right aligned.
|
.\" For consistency, please keep padding right aligned.
|
||||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tipc-nametable \- show TIPC nametable
|
tipc-nametable \- show TIPC nametable
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.TH TIPC-NODE 8 "02 Jun 2015" "iproute2" "Linux"
|
.TH TIPC-NODE 8 "02 Jun 2015" "iproute2" "Linux"
|
||||||
|
|
||||||
./ For consistency, please keep padding right aligned.
|
.\" For consistency, please keep padding right aligned.
|
||||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tipc-node \- modify and show local node parameters or list peer nodes
|
tipc-node \- modify and show local node parameters or list peer nodes
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.TH TIPC-SOCKET 8 "02 Jun 2015" "iproute2" "Linux"
|
.TH TIPC-SOCKET 8 "02 Jun 2015" "iproute2" "Linux"
|
||||||
|
|
||||||
./ For consistency, please keep padding right aligned.
|
.\" For consistency, please keep padding right aligned.
|
||||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tipc-socket \- show TIPC socket (port) information
|
tipc-socket \- show TIPC socket (port) information
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue