From: Stephen Hemminger Date: Mon, 10 Oct 2011 15:55:56 +0000 (-0700) Subject: ip: fix man page warnings X-Git-Tag: v3.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b702f9cc3713dec6f79d75956b185679bb810f19;p=thirdparty%2Fiproute2.git ip: fix man page warnings Fix usage of ".R" which is not man macro. --- diff --git a/man/man8/ip.8 b/man/man8/ip.8 index 49d94f5d4..36431b6dc 100644 --- a/man/man8/ip.8 +++ b/man/man8/ip.8 @@ -584,12 +584,10 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]" .ti -8 .IR ALGO " :=" .RB "{ " enc " | " auth " | " comp " } " -.IR ALGO-NAME " " ALGO-KEY -.R "|" +.IR ALGO-NAME " " ALGO-KEY " |" .br -.B aead -.IR ALGO-NAME " " ALGO-KEY " " ALGO-ICV-LEN -.R "|" +.B aead +.IR ALGO-NAME " " ALGO-KEY " " ALGO-ICV-LEN " |" .br .B auth-trunc .IR ALGO-NAME " " ALGO-KEY " " ALGO-TRUNC-LEN