naccyde / rpms / iproute

Forked from rpms/iproute 8 months ago
Clone

Blame SOURCES/0098-man-ip-address.8-Minor-syntax-fixes.patch

049c96
From 715a353a639ae91ca8dfd6c09492ed6426b060bc Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:41:30 +0100
049c96
Subject: [PATCH] man: ip-address.8: Minor syntax fixes
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit 37fdeb585d773
049c96
049c96
commit 37fdeb585d773b22a193c07b0beef8994c2b741f
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:19:56 2016 +0100
049c96
049c96
    man: ip-address.8: Minor syntax fixes
049c96
049c96
    Clarify that the optional '-' prefix of the 'tentative', 'deprecated'
049c96
    and 'dadfailed' keywords has to be put right in front of them, no
049c96
    whitespace is allowed in between.
049c96
049c96
    In addition to that, clarify that it is valid to pass both 'valid_lft'
049c96
    and 'preferred_lft' at the same time to 'ip address'.
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-address.8.in | 8 ++++----
049c96
 1 file changed, 4 insertions(+), 4 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in
049c96
index 159d906..ff3fe0b 100644
049c96
--- a/man/man8/ip-address.8.in
049c96
+++ b/man/man8/ip-address.8.in
049c96
@@ -58,9 +58,9 @@ ip-address \- protocol address management
049c96
 
049c96
 .ti -8
049c96
 .IR FLAG " := "
049c96
-.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
049c96
-[ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\
049c96
-temporary " | " CONFFLAG-LIST " ]"
049c96
+.RB "[ " permanent " | " dynamic " | " secondary " | " primary " |"
049c96
+.RB [ - ] tentative " | [" - ] deprecated " | [" - ] dadfailed " |"
049c96
+.BR temporary " | " CONFFLAG-LIST " ]"
049c96
 
049c96
 .ti -8
049c96
 .IR CONFFLAG-LIST " := [ "  CONFFLAG-LIST " ] " CONFFLAG
049c96
@@ -72,7 +72,7 @@ temporary " | " CONFFLAG-LIST " ]"
049c96
 .ti -8
049c96
 .IR LIFETIME " := [ "
049c96
 .BI valid_lft " LFT"
049c96
-.RB "| " preferred_lft
049c96
+.RB "] [ " preferred_lft
049c96
 .IR  LFT " ]"
049c96
 
049c96
 .ti -8
049c96
-- 
049c96
1.8.3.1
049c96