Date: Sat, 25 Jul 2015 11:10:49 +0000 (UTC) From: Dru Lavigne <dru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285869 - head/usr.sbin/jail Message-ID: <201507251110.t6PBAnw2085304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dru (doc committer) Date: Sat Jul 25 11:10:49 2015 New Revision: 285869 URL: https://svnweb.freebsd.org/changeset/base/285869 Log: Fix transposed words in man page. PR: 201752 Reviewed by: bcr MFC after: 3 days Sponsored by: Essen FreeBSD Hackathon Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ============================================================================== --- head/usr.sbin/jail/jail.8 Sat Jul 25 03:19:02 2015 (r285868) +++ head/usr.sbin/jail/jail.8 Sat Jul 25 11:10:49 2015 (r285869) @@ -620,7 +620,7 @@ The command parameters are .Xr sh 1 command lines that are run in either the system or jail 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, as appropriate.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507251110.t6PBAnw2085304>