naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0102-man-ip-netns.8-Clarify-synopsis-a-bit.patch

049c96
From ade70fd224787a92c881156d9f097876558e9523 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:41:49 +0100
049c96
Subject: [PATCH] man: ip-netns.8: Clarify synopsis a bit
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit 57e1ace02a3e3
049c96
049c96
commit 57e1ace02a3e3d212c2d8809d63b729ea59d7427
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:20:00 2016 +0100
049c96
049c96
    man: ip-netns.8: Clarify synopsis a bit
049c96
049c96
    Use brackets to show that 'ip netns' defaults to action 'list', drop
049c96
    superfluous curly braces around 'set' action keyword.
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-netns.8 | 4 ++--
049c96
 1 file changed, 2 insertions(+), 2 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-netns.8 b/man/man8/ip-netns.8
049c96
index c9b0fbc..c5310e2 100644
049c96
--- a/man/man8/ip-netns.8
049c96
+++ b/man/man8/ip-netns.8
049c96
@@ -13,7 +13,7 @@ ip-netns \- process network namespace management
049c96
 .BR help " }"
049c96
 .sp
049c96
 .ti -8
049c96
-.BR "ip netns" " { " list " } "
049c96
+.BR "ip netns" " [ " list " ]"
049c96
 
049c96
 .ti -8
049c96
 .B ip netns add
049c96
@@ -24,7 +24,7 @@ ip-netns \- process network namespace management
049c96
 .RI "[ " NETNSNAME " ]"
049c96
 
049c96
 .ti -8
049c96
-.BR "ip netns" " { " set " } "
049c96
+.B ip netns set
049c96
 .I NETNSNAME NETNSID
049c96
 
049c96
 .ti -8
049c96
-- 
049c96
1.8.3.1
049c96