]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man: ip-netns.8: Clarify synopsis a bit
authorPhil Sutter <phil@nwl.cc>
Wed, 2 Mar 2016 18:20:00 +0000 (19:20 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 2 Mar 2016 19:23:52 +0000 (11:23 -0800)
Use brackets to show that 'ip netns' defaults to action 'list', drop
superfluous curly braces around 'set' action keyword.

Signed-off-by: Phil Sutter <phil@nwl.cc>
man/man8/ip-netns.8

index c9b0fbc2c163dbcbca9466dc158ae422978659c7..c5310e24ed40bf6e939ad8fb1a75c20fb25c8a3c 100644 (file)
@@ -13,7 +13,7 @@ ip-netns \- process network namespace management
 .BR help " }"
 .sp
 .ti -8
-.BR "ip netns" " { " list " } "
+.BR "ip netns" " [ " list " ]"
 
 .ti -8
 .B ip netns add
@@ -24,7 +24,7 @@ ip-netns \- process network namespace management
 .RI "[ " NETNSNAME " ]"
 
 .ti -8
-.BR "ip netns" " { " set " } "
+.B ip netns set
 .I NETNSNAME NETNSID
 
 .ti -8