From 85e3c87c824e256ac182b15d3993e8526e1f8608 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Skytt=C3=A4?= Date: Sat, 7 Nov 2015 11:52:59 +0200 Subject: [PATCH] man: Syntax and warning fixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix syntax issues and warnings highlighted by `man --warnings=w' from man-db 2.7.1. Signed-off-by: Ville Skyttä --- man/man8/tc-bpf.8 | 2 +- man/man8/tipc-bearer.8 | 4 ++-- man/man8/tipc-link.8 | 6 +++--- man/man8/tipc-media.8 | 4 ++-- man/man8/tipc-nametable.8 | 4 ++-- man/man8/tipc-node.8 | 4 ++-- man/man8/tipc-socket.8 | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8 index 2c02ab29b..f5201d36e 100644 --- a/man/man8/tc-bpf.8 +++ b/man/man8/tc-bpf.8 @@ -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 diff --git a/man/man8/tipc-bearer.8 b/man/man8/tipc-bearer.8 index f59c39d2a..50a1ed245 100644 --- a/man/man8/tipc-bearer.8 +++ b/man/man8/tipc-bearer.8 @@ -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 diff --git a/man/man8/tipc-link.8 b/man/man8/tipc-link.8 index 899b88254..3be8c9ad4 100644 --- a/man/man8/tipc-link.8 +++ b/man/man8/tipc-link.8 @@ -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 diff --git a/man/man8/tipc-media.8 b/man/man8/tipc-media.8 index 7f94efec7..6c6e2b152 100644 --- a/man/man8/tipc-media.8 +++ b/man/man8/tipc-media.8 @@ -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 diff --git a/man/man8/tipc-nametable.8 b/man/man8/tipc-nametable.8 index c8d573f30..d3397f97d 100644 --- a/man/man8/tipc-nametable.8 +++ b/man/man8/tipc-nametable.8 @@ -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 diff --git a/man/man8/tipc-node.8 b/man/man8/tipc-node.8 index 66418b35a..ef32ec7c8 100644 --- a/man/man8/tipc-node.8 +++ b/man/man8/tipc-node.8 @@ -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 diff --git a/man/man8/tipc-socket.8 b/man/man8/tipc-socket.8 index af18e35b2..23ec1e514 100644 --- a/man/man8/tipc-socket.8 +++ b/man/man8/tipc-socket.8 @@ -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 -- 2.47.2