diff options
author | ru <ru@FreeBSD.org> | 2005-01-11 11:47:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-11 11:47:22 +0000 |
commit | 16dc33fabf01a24ed6c62a632bec7c7856aaf1c9 (patch) | |
tree | f589f42b0a32796610fcf838d714f42ae5d07fe7 /usr.sbin/jail | |
parent | f72a2cd4bdaf82cd60629765401bb66d607548a4 (diff) | |
download | FreeBSD-src-16dc33fabf01a24ed6c62a632bec7c7856aaf1c9.zip FreeBSD-src-16dc33fabf01a24ed6c62a632bec7c7856aaf1c9.tar.gz |
Scheduled mdoc(7) sweep.
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 51eb5f6..5af45f6 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -42,7 +42,7 @@ .Sh SYNOPSIS .Nm .Op Fl i -.Op Fl l Fl u Ar username | Fl U Ar username +.Op Fl l u Ar username | Fl U Ar username .Ar path hostname ip-number command ... .Sh DESCRIPTION The @@ -56,9 +56,7 @@ Output the jail identifier of the newly created jail. .It Fl l Run program in the clean environment. The environment is discarded except for -.Ev HOME , -.Ev SHELL , -.Ev TERM +.Ev HOME , SHELL , TERM and .Ev USER . .Ev HOME @@ -68,7 +66,7 @@ are set to the target login's default values. .Ev USER is set to the target login. .Ev TERM -is imported from your current environment. +is imported from the current environment. The environment variables from the login class capability database for the target login are also set. .It Fl u Ar username |