summaryrefslogtreecommitdiff
path: root/usr.sbin/chroot
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-08 00:21:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-08 00:21:31 +0000
commit31da08892cd3349676917320548e92b7170e539f (patch)
tree2bcc05bd61d8dc50843a9df23594a4b4501a7f54 /usr.sbin/chroot
parent3035e250c3d7a79b3f5d0de48cc642b4d4752ad1 (diff)
usr.sbin/ man page repairs, a-i
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r--usr.sbin/chroot/chroot.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8
index 39c77f7e6ca..25146e491a9 100644
--- a/usr.sbin/chroot/chroot.8
+++ b/usr.sbin/chroot/chroot.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)chroot.8 5.3 (Berkeley) 3/16/91
-.\" $Id: chroot.8,v 1.1 1995/10/18 08:47:29 deraadt Exp $
+.\" $Id: chroot.8,v 1.2 1998/11/08 00:21:28 aaron Exp $
.\"
.Dd March 16, 1991
.Dt CHROOT 8
@@ -47,13 +47,13 @@ The
.Nm chroot
command changes its root directory to the supplied directory
.Ar newroot
-and exec's
+and executes
.Ar command ,
if supplied, or an interactive copy of your shell.
.Pp
Note,
.Ar command
-or the shell are run as your real-user-id.
+or the shell are run as your real user ID.
.Sh ENVIRONMENT
The following environment variable is referenced by
.Nm chroot :
@@ -63,7 +63,7 @@ If set,
the string specified by
.Ev SHELL
is interpreted as the name of
-the shell to exec.
+the shell to execute.
If the variable
.Ev SHELL
is not set,
@@ -77,5 +77,5 @@ is used.
.Sh HISTORY
The
.Nm
-command
+command is
.Ud