diff mbox series

[iproute2,1/2] ip-netns.8: document the 'auto' keyword of 'ip netns set'

Message ID 20191016150052.30695-1-nicolas.dichtel@6wind.com
State Accepted
Delegated to: stephen hemminger
Headers show
Series [iproute2,1/2] ip-netns.8: document the 'auto' keyword of 'ip netns set' | expand

Commit Message

Nicolas Dichtel Oct. 16, 2019, 3 p.m. UTC
This is a follow up of the commit ebe3ce2fcc5f ("ipnetns: parse nsid as a
signed integer").

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
---
 man/man8/ip-netns.8 | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stephen Hemminger Oct. 16, 2019, 8:25 p.m. UTC | #1
On Wed, 16 Oct 2019 17:00:51 +0200
Nicolas Dichtel <nicolas.dichtel@6wind.com> wrote:

> This is a follow up of the commit ebe3ce2fcc5f ("ipnetns: parse nsid as a
> signed integer").
> 
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>

Thank you for following up.
Applied
diff mbox series

Patch

diff --git a/man/man8/ip-netns.8 b/man/man8/ip-netns.8
index 39a10e765083..961bcf03f609 100644
--- a/man/man8/ip-netns.8
+++ b/man/man8/ip-netns.8
@@ -31,6 +31,9 @@  ip-netns \- process network namespace management
 .B ip netns set
 .I NETNSNAME NETNSID
 
+.ti -8
+.IR NETNSID " := " auto " | " POSITIVE-INT
+
 .ti -8
 .BR "ip netns identify"
 .RI "[ " PID " ]"