Author: dru (doc committer) Date: Mon Aug 3 17:02:36 2015 New Revision: 286240 URL: https://svnweb.freebsd.org/changeset/base/286240
Log: MFC r285869. Fix transposed words in man page. PR: 201752 Reviewed by: gjb Modified: stable/9/usr.sbin/jail/jail.8 Directory Properties: stable/9/usr.sbin/jail/ (props changed) Modified: stable/9/usr.sbin/jail/jail.8 ============================================================================== --- stable/9/usr.sbin/jail/jail.8 Mon Aug 3 16:56:40 2015 (r286239) +++ stable/9/usr.sbin/jail/jail.8 Mon Aug 3 17:02:36 2015 (r286240) @@ -578,7 +578,7 @@ The command parameters are .Xr sh 1 command lines that are run in either the system or prison environment. -They may be given multiple values, which run would the specified +They may be given multiple values, which would run the specified commands in sequence. All commands must succeed (return a zero exit status), or the jail will not be created or removed. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "[email protected]"
