Commit 85e3c87c authored by Ville Skyttä's avatar Ville Skyttä Committed by Stephen Hemminger

man: Syntax and warning fixes

Fix syntax issues and warnings highlighted by `man --warnings=w' from
man-db 2.7.1.
Signed-off-by: default avatarVille Skyttä <ville.skytta@iki.fi>
parent 04ce8d3e
...@@ -844,7 +844,7 @@ result in the default classid: ...@@ -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
......
.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
......
.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 ...@@ -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
......
.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
......
.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
......
.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
......
.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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment