svn commit: r198215 - head/usr.sbin/jail
Ed Schouten
ed at FreeBSD.org
Sun Oct 18 19:50:15 UTC 2009
Author: ed
Date: Sun Oct 18 19:50:15 2009
New Revision: 198215
URL: http://svn.freebsd.org/changeset/base/198215
Log:
Fix a typo in the jail(8) manpage.
Submitted by: Jille Timmermans <jille quis cx>
MFC after: 1 week
Modified:
head/usr.sbin/jail/jail.8
Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8 Sun Oct 18 19:48:53 2009 (r198214)
+++ head/usr.sbin/jail/jail.8 Sun Oct 18 19:50:15 2009 (r198215)
@@ -377,7 +377,7 @@ Since raw sockets can be used to configu
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
More information about the svn-src-all
mailing list