aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuke Ichiki <public@yusuke.pub>2024-04-02 11:08:17 +0900
committerStephen Hemminger <stephen@networkplumber.org>2024-04-03 10:13:52 -0700
commite67c9a73532af543573ffafd08a04e2d34579272 (patch)
treee73ea3ef813bcf60c83d6f059d17c26a7ca1ba0f
parentf740f5a165eb398322af1d2c56e0fcb90ac19c73 (diff)
downloadiproute2-e67c9a73532af543573ffafd08a04e2d34579272.tar.gz
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 <public@yusuke.pub> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/ip-netns.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/ip-netns.8.in b/man/man8/ip-netns.8.in
index 2911bdd36..2e12e28bb 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.