From 96c02ead49fc940ccb1006bcd7445bde5128d3d1 Mon Sep 17 00:00:00 2001 From: gavin Date: Wed, 13 Aug 2014 12:35:11 +0000 Subject: [PATCH] Merge r268488 from head: Reword an awkward option description PR: 191726 Submitted by: yaneurabeya gmail.com git-svn-id: svn://svn.freebsd.org/base/stable/10@269929 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/jail/jail.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 9dd7d26ea..0c4c094b6 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -653,8 +653,9 @@ file, instead of in the prison'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 not be created or removed. .It Va exec.consolelog A file to direct command output (stdout and stderr) to. -- 2.45.0