diff options
author | Phil Sutter <phil@nwl.cc> | 2016-03-02 19:20:00 +0100 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2016-03-02 11:23:52 -0800 |
commit | 57e1ace02a3e3d212c2d8809d63b729ea59d7427 (patch) | |
tree | bb3576cba73345df75ae968a9a69e27625c9bccd | |
parent | 03cb9d58bc8282d156ff644ad5af15217855af54 (diff) |
man: ip-netns.8: Clarify synopsis a bit
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>
-rw-r--r-- | man/man8/ip-netns.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/ip-netns.8 b/man/man8/ip-netns.8 index c9b0fbc2..c5310e24 100644 --- a/man/man8/ip-netns.8 +++ b/man/man8/ip-netns.8 @@ -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 |