]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man ip-netns: Fix shifted layout at bottom of 'ip netns del'
authorVadim Kochan <vadim4j@gmail.com>
Thu, 2 Apr 2015 15:08:03 +0000 (18:08 +0300)
committerStephen Hemminger <shemming@brocade.com>
Tue, 7 Apr 2015 15:35:46 +0000 (08:35 -0700)
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
man/man8/ip-netns.8

index d34cdfe3783a5076f4bc68c4835d8b907e68337c..5985be0658696e0ede9407116bece5736622e14a 100644 (file)
@@ -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