summaryrefslogtreecommitdiffstats
path: root/man2/chroot.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/chroot.2')
-rw-r--r--man2/chroot.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/chroot.2 b/man2/chroot.2
index 88a1dff30..d872b8af3 100644
--- a/man2/chroot.2
+++ b/man2/chroot.2
@@ -10,7 +10,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH chroot 2 2023-02-05 "Linux man-pages 6.03"
+.TH chroot 2 2023-04-03 "Linux man-pages 6.05.01"
.SH NAME
chroot \- change root directory
.SH LIBRARY
@@ -136,6 +136,8 @@ is not a directory.
.B EPERM
The caller has insufficient privilege.
.SH STANDARDS
+None.
+.SH HISTORY
SVr4, 4.4BSD, SUSv2 (marked LEGACY).
This function is not part of POSIX.1-2001.
.\" SVr4 documents additional EINTR, ENOLINK and EMULTIHOP error conditions.
@@ -148,7 +150,7 @@ The root directory is left unchanged by
.BR execve (2).
.PP
The magic symbolic link,
-.IR /proc/[pid]/root ,
+.IR /proc/ pid /root ,
can be used to discover a process's root directory; see
.BR proc (5)
for details.