Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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.