mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-02-01 16:24:22 +00:00
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:
|
||||
|
||||
.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
|
||||
|
||||
Since
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.TH TIPC-BEARER 8 "02 Jun 2015" "iproute2" "Linux"
|
||||
|
||||
./ For consistency, please keep padding right aligned.
|
||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
.\" For consistency, please keep padding right aligned.
|
||||
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
|
||||
.SH NAME
|
||||
tipc-bearer \- show or modify TIPC bearers
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.TH TIPC-LINK 8 "02 Jun 2015" "iproute2" "Linux"
|
||||
|
||||
./ For consistency, please keep padding right aligned.
|
||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
.\" For consistency, please keep padding right aligned.
|
||||
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
|
||||
.SH NAME
|
||||
tipc-link \- show links or modify link properties
|
||||
@ -33,7 +33,7 @@ tipc-link \- show links or modify link properties
|
||||
.I LINK
|
||||
.RB "] | " "reset
|
||||
.BI "link " "LINK "
|
||||
.R }
|
||||
}
|
||||
|
||||
.ti -8
|
||||
.B tipc link list
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.TH TIPC-MEDIA 8 "02 Jun 2015" "iproute2" "Linux"
|
||||
|
||||
./ For consistency, please keep padding right aligned.
|
||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
.\" For consistency, please keep padding right aligned.
|
||||
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
|
||||
.SH NAME
|
||||
tipc-media \- list or modify media properties
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.TH TIPC-NAMETABLE 8 "02 Jun 2015" "iproute2" "Linux"
|
||||
|
||||
./ For consistency, please keep padding right aligned.
|
||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
.\" For consistency, please keep padding right aligned.
|
||||
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
|
||||
.SH NAME
|
||||
tipc-nametable \- show TIPC nametable
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.TH TIPC-NODE 8 "02 Jun 2015" "iproute2" "Linux"
|
||||
|
||||
./ For consistency, please keep padding right aligned.
|
||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
.\" For consistency, please keep padding right aligned.
|
||||
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
|
||||
.SH NAME
|
||||
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"
|
||||
|
||||
./ For consistency, please keep padding right aligned.
|
||||
./ For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
.\" For consistency, please keep padding right aligned.
|
||||
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
||||
|
||||
.SH NAME
|
||||
tipc-socket \- show TIPC socket (port) information
|
||||
|
||||
Loading…
Reference in New Issue
Block a user