diff mbox series

[iproute2] man: fix brief explanation of `ip netns attach NAME PID`

Message ID 20240402020819.28433-3-public@yusuke.pub (mailing list archive)
State Accepted
Commit e67c9a73532af543573ffafd08a04e2d34579272
Delegated to: Stephen Hemminger
Headers show
Series [iproute2] man: fix brief explanation of `ip netns attach NAME PID` | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Yusuke Ichiki April 2, 2024, 2:08 a.m. UTC
Rewrite the explanation as it was duplicated with that of
`ip netns add NAME`.

Signed-off-by: Yusuke Ichiki <public@yusuke.pub>
---
 man/man8/ip-netns.8.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 3, 2024, 5:20 p.m. UTC | #1
Hello:

This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Tue,  2 Apr 2024 11:08:17 +0900 you wrote:
> Rewrite the explanation as it was duplicated with that of
> `ip netns add NAME`.
> 
> Signed-off-by: Yusuke Ichiki <public@yusuke.pub>
> ---
>  man/man8/ip-netns.8.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [iproute2] man: fix brief explanation of `ip netns attach NAME PID`
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=e67c9a73532a

You are awesome, thank you!
diff mbox series

Patch

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.