summaryrefslogtreecommitdiffstats
path: root/man2/chroot.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/chroot.2')
-rw-r--r--man2/chroot.25
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/chroot.2 b/man2/chroot.2
index bf53bad64..65627da8a 100644
--- a/man2/chroot.2
+++ b/man2/chroot.2
@@ -30,7 +30,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 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH CHROOT 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
chroot \- change root directory
.SH SYNOPSIS
@@ -53,6 +53,7 @@ Since glibc 2.2.2:
_XOPEN_SOURCE && ! (_POSIX_C_SOURCE\ >=\ 200112L)
|| /* Since glibc 2.20: */ _DEFAULT_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE
+.fi
.TP 4
Before glibc 2.2.2: none
.PD
@@ -184,7 +185,7 @@ system call.
.BR path_resolution (7),
.BR switch_root (8)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,