diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-15 12:24:44 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-15 12:24:44 +0000 |
| commit | c5001dbd09b6cf47151ec0381ee46fda44a07f60 (patch) | |
| tree | f1322b07827d67cf4a41fa66f044b14e7e2ea480 /usr.sbin/chroot | |
| parent | 2eff01c7e0d668ac329abfbd0ee6634751d0ddde (diff) | |
Notes
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 d3e678628bb0..454155cfd073 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 |
