]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pivot_root.2: Minor fixes to Elvira Khabirova's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Nov 2018 07:54:20 +0000 (08:54 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Nov 2018 07:54:20 +0000 (08:54 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/pivot_root.2

index f01b128a393b61e20b8c8bb3f0240bcc3e596ae2..b95c7bbb6475f60c7ceb9210afbe365ddbf57f41 100644 (file)
@@ -134,13 +134,14 @@ Glibc does not provide a wrapper for this system call; call it using
 .PP
 The rootfs (initial ramfs) cannot be
 .BR pivot_root ()ed.
-The recommended method of changing the root filesystem in this case is to delete
-everything in rootfs, overmount rootfs with the new root, attach
+The recommended method of changing the root filesystem in this case is
+to delete everything in rootfs, overmount rootfs with the new root, attach
 .IR stdin / stdout / stderr
 to the new
 .IR /dev/console ,
-and exec the new init. Helper
-programs for this process exist; see
+and exec the new
+.BR init (1).
+Helper programs for this process exist; see
 .BR switch_root (8).
 .SH BUGS
 .BR pivot_root ()