diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-10-18 19:50:15 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-10-18 19:50:15 +0000 |
commit | f19fa944e6eea0f8de90e0934042cf9d321c6e1f (patch) | |
tree | 04a65e5631370e6015ffb28fb30cf527da2137a3 /usr.sbin/jail | |
parent | 5ed8d124435dcc3851a12e6943f9e727c91233d7 (diff) | |
download | src-f19fa944e6eea0f8de90e0934042cf9d321c6e1f.tar.gz src-f19fa944e6eea0f8de90e0934042cf9d321c6e1f.zip |
Fix a typo in the jail(8) manpage.
Submitted by: Jille Timmermans <jille quis cx>
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=198215
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index f3340bd0334a..30500e4fb9f9 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -377,7 +377,7 @@ Since raw sockets can be used to configure and interact with various network subsystems, extra caution should be used where privileged access to jails is given out to untrusted parties. .It Va allow.chflags -Normally, priveleged users inside a jail are treated as unprivileged by +Normally, privileged users inside a jail are treated as unprivileged by .Xr chflags 2 . When this parameter is set, such users are treated as privileged, and may manipulate system file flags subject to the usual constraints on |