From owner-svn-src-stable-9@freebsd.org Mon Aug 3 17:02:36 2015 Return-Path: Delivered-To: svn-src-stable-9@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E58E29B229D; Mon, 3 Aug 2015 17:02:36 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6CDE76C; Mon, 3 Aug 2015 17:02:36 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t73H2aVT008673; Mon, 3 Aug 2015 17:02:36 GMT (envelope-from dru@FreeBSD.org) Received: (from dru@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t73H2aFD008672; Mon, 3 Aug 2015 17:02:36 GMT (envelope-from dru@FreeBSD.org) Message-Id: <201508031702.t73H2aFD008672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dru set sender to dru@FreeBSD.org using -f From: Dru Lavigne Date: Mon, 3 Aug 2015 17:02:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r286240 - stable/9/usr.sbin/jail X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 17:02:37 -0000 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.