]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pivot_root.2: Introduce mount namespaces in the very first sentence
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 27 Jul 2019 16:50:09 +0000 (18:50 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 23 Sep 2019 11:11:18 +0000 (13:11 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/pivot_root.2

index d7ca80d4af5375920eafb95cdb03bb734e3f63f7..46c44688c511618fc6ea3aabc85ed42cb2a82220 100644 (file)
@@ -17,9 +17,9 @@ pivot_root \- change the root filesystem
 There is no glibc wrapper for this system call; see NOTES.
 .SH DESCRIPTION
 .BR pivot_root ()
-moves the root filesystem of the calling process to the
-directory \fIput_old\fP and makes \fInew_root\fP the new root filesystem
-of the calling process.
+changes the root filesystem in the mount namespace of the calling process.
+More precisely, it moves the root filesystem to the
+directory \fIput_old\fP and makes \fInew_root\fP the new root filesystem.
 The calling process must have the
 .B CAP_SYS_ADMIN
 capability in the user namespace that owns the caller's mount namespace.