diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/debian-bookworm/man8/ip-netns.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream/debian-bookworm/man8/ip-netns.8 b/upstream/debian-bookworm/man8/ip-netns.8 index 0c03fdb3..cad9c55b 100644 --- a/upstream/debian-bookworm/man8/ip-netns.8 +++ b/upstream/debian-bookworm/man8/ip-netns.8 @@ -98,7 +98,7 @@ If NAME is available in /run/netns 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 /run/netns this command attaches the network namespace of the process PID to NAME as if it were created with ip netns. |