* [PATCH iproute2] man ip-netns: Fix shifted layout at bottom of 'ip netns del'
@ 2015-04-02 15:08 Vadim Kochan
0 siblings, 0 replies; only message in thread
From: Vadim Kochan @ 2015-04-02 15:08 UTC (permalink / raw)
To: netdev; +Cc: Vadim Kochan
From: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
man/man8/ip-netns.8 | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/man/man8/ip-netns.8 b/man/man8/ip-netns.8
index d34cdfe..5985be0 100644
--- a/man/man8/ip-netns.8
+++ b/man/man8/ip-netns.8
@@ -116,12 +116,18 @@ $ ip netns exec net0 SOME_PROCESS_IN_BACKGROUND
$ ip netns del net0
.RE
+.RS
and eth0 will appear in the default netns only after SOME_PROCESS_IN_BACKGROUND
will exit or will be killed. To prevent this the processes running in net0
should be killed before deleting the netns:
- $ ip netns pids net0 | xargs kill
- $ ip netns del net0
+.RE
+.RS 10
+$ ip netns pids net0 | xargs kill
+.RE
+.RS 10
+$ ip netns del net0
+.RE
.TP
.B ip netns set NAME NETNSID - assign an id to a peer network namespace
--
2.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-02 15:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 15:08 [PATCH iproute2] man ip-netns: Fix shifted layout at bottom of 'ip netns del' Vadim Kochan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).