Clarify description a little.

s/changes the root directory/changes the root directory of the calling process/
This commit is contained in:
Michael Kerrisk 2008-06-11 06:41:06 +00:00
parent ffe84477ec
commit bed63c46ad
1 changed files with 2 additions and 2 deletions

View File

@ -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 2004-06-23 "Linux" "Linux Programmer's Manual"
.TH CHROOT 2 2008-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
chroot \- change root directory
.SH SYNOPSIS
@ -39,7 +39,7 @@ chroot \- change root directory
.BI "int chroot(const char *" path );
.SH DESCRIPTION
.BR chroot ()
changes the root directory to that specified in
changes the root directory of the calling process to that specified in
.IR path .
This directory will be used for pathnames beginning with \fI/\fP.
The root directory is inherited by all children of the calling process.