Bug 191726 - exec.timeout documentation in jail(8) is confusing
Summary: exec.timeout documentation in jail(8) is confusing
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gavin Atkinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-07 23:34 UTC by Enji Cooper
Modified: 2014-08-13 12:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2014-07-07 23:34:41 UTC
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 jail not be created or removed.
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2014-07-08 00:16:48 UTC
(In reply to yaneurabeya from comment #0)
> 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 jail not be created or removed.

Just to be clear, the last sentence is confusing (sounds like a sentence fragment).
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-10 10:00:44 UTC
A commit references this bug:

Author: gavin
Date: Thu Jul 10 10:00:11 UTC 2014
New revision: 268488
URL: http://svnweb.freebsd.org/changeset/base/268488

Log:
  Reword an awkward option description

  PR:		191726
  Reported by:	yaneurabeya gmail.com
  MFC after:	3 days

Changes:
  head/usr.sbin/jail/jail.8
Comment 3 Gavin Atkinson freebsd_committer freebsd_triage 2014-07-10 10:02:31 UTC
Thanks, I've changed it to:

exec.timeout
    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.

I'll merge it in a few days.

Gavin
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-13 12:35:42 UTC
A commit references this bug:

Author: gavin
Date: Wed Aug 13 12:35:12 UTC 2014
New revision: 269929
URL: http://svnweb.freebsd.org/changeset/base/269929

Log:
  Merge r268488 from head:

    Reword an awkward option description

  PR:		191726
  Submitted by:	yaneurabeya gmail.com

Changes:
_U  stable/10/
  stable/10/usr.sbin/jail/jail.8
Comment 5 Gavin Atkinson freebsd_committer freebsd_triage 2014-08-13 12:38:56 UTC
Merged to stable/10, thanks for your submission!