diff options
author | ru <ru@FreeBSD.org> | 2002-03-15 12:24:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-03-15 12:24:44 +0000 |
commit | 54f1efe21bd36b37b568d21f02c1dac0284cb61a (patch) | |
tree | f1322b07827d67cf4a41fa66f044b14e7e2ea480 /usr.sbin/chroot | |
parent | 25566444ffb11333ec6885f7e81c2317b10f26b8 (diff) | |
download | FreeBSD-src-54f1efe21bd36b37b568d21f02c1dac0284cb61a.zip FreeBSD-src-54f1efe21bd36b37b568d21f02c1dac0284cb61a.tar.gz |
Pedantry to satisfy the bin/34159 author.
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r-- | usr.sbin/chroot/chroot.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index d3e6786..454155c 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -32,7 +32,7 @@ .\" @(#)chroot.8 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd June 9, 1993 +.Dd January 24, 2002 .Dt CHROOT 8 .Os .Sh NAME @@ -45,15 +45,15 @@ .Sh DESCRIPTION The .Nm -command changes its root directory to the supplied directory +command changes its current and root directories to the supplied directory .Ar newroot -and exec's +and then exec's .Ar command , -if supplied, or an interactive copy of your shell. +if supplied, or an interactive copy of the user's login shell. .Sh ENVIRONMENT The following environment variable is referenced by .Nm : -.Bl -tag -width SHELL +.Bl -tag -width ".Ev SHELL" .It Ev SHELL If set, the string specified by |