From 63ab204e7bd9764b9f1021cb21982b9d0b7e8b99 Mon Sep 17 00:00:00 2001 From: Nicolas Dichtel Date: Wed, 16 Oct 2019 17:00:51 +0200 Subject: [PATCH] ip-netns.8: document the 'auto' keyword of 'ip netns set' This is a follow up of the commit ebe3ce2fcc5f ("ipnetns: parse nsid as a signed integer"). Signed-off-by: Nicolas Dichtel Signed-off-by: Stephen Hemminger --- man/man8/ip-netns.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/man8/ip-netns.8 b/man/man8/ip-netns.8 index 39a10e76..961bcf03 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 " ]"