]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - man/man8/ip-netns.8
docs: make spacing consistent
[mirror_iproute2.git] / man / man8 / ip-netns.8
index 5985be0658696e0ede9407116bece5736622e14a..80a4ad1226d47512d1e54426d28f34e156e0d79a 100644 (file)
@@ -51,10 +51,10 @@ the processes share the same default network namespace from the init process.
 
 By convention a named network namespace is an object at
 .BR "/var/run/netns/" NAME
-that can be opened.  The file descriptor resulting from opening
+that can be opened. The file descriptor resulting from opening
 .BR "/var/run/netns/" NAME
-refers to the specified network namespace.  Holding that file
-descriptor open keeps the network namespace alive.  The file
+refers to the specified network namespace. Holding that file
+descriptor open keeps the network namespace alive. The file
 descriptor can be used with the
 .B setns(2)
 system call to change the network namespace associated with a task.
@@ -90,7 +90,7 @@ network namespace and assigns NAME.
 .B ip [-all] netns delete [ NAME ] - delete the name of a network namespace(s)
 .sp
 If NAME is present in /var/run/netns it is umounted and the mount
-point is removed.  If this is the last user of the network namespace the
+point is removed. If this is the last user of the network namespace the
 network namespace will be freed and all physical devices will be moved to the
 default one, otherwise the network namespace persists until it has no more
 users. ip netns delete may fail if the mount point is in use in another mount
@@ -158,7 +158,7 @@ the named network namespace as their primary network namespace.
 This command allows applications that are network namespace unaware
 to be run in something other than the default network namespace with
 all of the configuration for the specified network namespace appearing
-in the customary global locations.  A network namespace and bind mounts
+in the customary global locations. A network namespace and bind mounts
 are used to move files from their network namespace specific location
 to their default locations without affecting other processes.