aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorDru Lavigne <dru@FreeBSD.org>2015-07-25 11:10:49 +0000
committerDru Lavigne <dru@FreeBSD.org>2015-07-25 11:10:49 +0000
commit7ec72d484f84151fa6f10647c8bedb3ebf75399e (patch)
treee80294b1b5ea2b08de29284a565c66f279e27f97 /usr.sbin/jail
parent4f5f0f288ffd79e385329b38b11955126bb23472 (diff)
downloadsrc-7ec72d484f84151fa6f10647c8bedb3ebf75399e.tar.gz
src-7ec72d484f84151fa6f10647c8bedb3ebf75399e.zip
Fix transposed words in man page.
PR: 201752 Reviewed by: bcr MFC after: 3 days Sponsored by: Essen FreeBSD Hackathon
Notes
Notes: svn path=/head/; revision=285869
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.82
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 5122e0f22eea..c9b79c4df16f 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -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.