summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2023-04-21 09:47:19 +0200
committerStephen Hemminger <stephen@networkplumber.org>2023-04-21 20:13:03 -0700
commit3921f56ec3be1d3cf6a06e9dfc0192045785d1df (patch)
treeef5ecdc019d67a319282b7f3045116b71f997ebe
parented328120f47af45f5dd2de2c4035ccaba4c22cf7 (diff)
downloadiproute2-3921f56ec3be1d3cf6a06e9dfc0192045785d1df.tar.gz
iplink: use the same token NETNSNAME everywhere
Use NETNSNAME everywhere to ensure consistency between man pages and help of the 'ip' command. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--ip/iplink.c4
-rw-r--r--man/man8/ip-link.8.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/ip/iplink.c b/ip/iplink.c
index 3910b624..0aaca350 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
@@ -63,7 +63,7 @@ void iplink_usage(void)
" [ mtu MTU ] [index IDX ]\n"
" [ numtxqueues QUEUE_COUNT ]\n"
" [ numrxqueues QUEUE_COUNT ]\n"
- " [ netns { PID | NAME } ]\n"
+ " [ netns { PID | NETNSNAME } ]\n"
" type TYPE [ ARGS ]\n"
"\n"
" ip link delete { DEVICE | dev DEVICE | group DEVGROUP } type TYPE [ ARGS ]\n"
@@ -88,7 +88,7 @@ void iplink_usage(void)
" [ address LLADDR ]\n"
" [ broadcast LLADDR ]\n"
" [ mtu MTU ]\n"
- " [ netns { PID | NAME } ]\n"
+ " [ netns { PID | NETNSNAME } ]\n"
" [ link-netns NAME | link-netnsid ID ]\n"
" [ alias NAME ]\n"
" [ vf NUM [ mac LLADDR ]\n"
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index c8c65657..a4e0c403 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -465,7 +465,7 @@ specifies the desired index of the new virtual device. The link
creation fails, if the index is busy.
.TP
-.BI netns " { PID | NAME } "
+.BI netns " { PID | NETNSNAME } "
specifies the desired network namespace to create interface in.
.TP