[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1427987283-26299-1-git-send-email-vadim4j@gmail.com>
Date: Thu, 2 Apr 2015 18:08:03 +0300
From: Vadim Kochan <vadim4j@...il.com>
To: netdev@...r.kernel.org
Cc: Vadim Kochan <vadim4j@...il.com>
Subject: [PATCH iproute2] man ip-netns: Fix shifted layout at bottom of 'ip netns del'
From: Vadim Kochan <vadim4j@...il.com>
Signed-off-by: Vadim Kochan <vadim4j@...il.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists