From bed63c46ada47cad9a18c27a06d9ae3800c1d82c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 11 Jun 2008 06:41:06 +0000 Subject: [PATCH] Clarify description a little. s/changes the root directory/changes the root directory of the calling process/ --- man2/chroot.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/chroot.2 b/man2/chroot.2 index f2c9f05bb..f1e1f2ec8 100644 --- a/man2/chroot.2 +++ b/man2/chroot.2 @@ -30,7 +30,7 @@ .\" Modified 1997-08-21 by Joseph S. Myers .\" Modified 2004-06-23 by Michael Kerrisk .\" -.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.