summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-07-10 10:00:10 +0000
committergavin <gavin@FreeBSD.org>2014-07-10 10:00:10 +0000
commit1eff30f011f547ae5b2a418dccab60c277d3588c (patch)
tree7a8275c914976e90618d5a47d3165464cdd05325 /usr.sbin/jail
parent5ac30f4f9ffde9d47a3ff66543d7c598ca5dde19 (diff)
downloadFreeBSD-src-1eff30f011f547ae5b2a418dccab60c277d3588c.zip
FreeBSD-src-1eff30f011f547ae5b2a418dccab60c277d3588c.tar.gz
Reword an awkward option description
PR: 191726 Reported by: yaneurabeya gmail.com MFC after: 3 days
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.87
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 046c022..36a2041 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 16, 2014
+.Dd Jul 10, 2014
.Dt JAIL 8
.Os
.Sh NAME
@@ -655,8 +655,9 @@ file, instead of in the jail's file.
The user to run commands as, when running in the system environment.
The default is to run the commands as the current user.
.It Va exec.timeout
-The maximum amount of time to wait for a command to complete.
-If a command is still running after this many seconds have passed,
+The maximum amount of time to wait for a command to complete, in
+seconds.
+If a command is still running after this timeout has passed,
the jail will not be created or removed, as appropriate.
.It Va exec.consolelog
A file to direct command output (stdout and stderr) to.
OpenPOWER on IntegriCloud