From: Yusuke Ichiki Date: Tue, 2 Apr 2024 02:08:17 +0000 (+0900) Subject: man: fix brief explanation of `ip netns attach NAME PID` X-Git-Tag: v6.9.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67c9a73532af543573ffafd08a04e2d34579272;p=thirdparty%2Fiproute2.git man: fix brief explanation of `ip netns attach NAME PID` Rewrite the explanation as it was duplicated with that of `ip netns add NAME`. Signed-off-by: Yusuke Ichiki Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/ip-netns.8.in b/man/man8/ip-netns.8.in index 2911bdd3..2e12e28b 100644 --- a/man/man8/ip-netns.8.in +++ b/man/man8/ip-netns.8.in @@ -98,7 +98,7 @@ If NAME is available in @NETNS_RUN_DIR@ this command creates a new network namespace and assigns NAME. .TP -.B ip netns attach NAME PID - create a new named network namespace +.B ip netns attach NAME PID - assign a name to the network namespace of the process .sp If NAME is available in @NETNS_RUN_DIR@ this command attaches the network namespace of the process PID to NAME as if it were created with ip netns.