Date: Sun, 18 Oct 2009 19:50:15 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r198215 - head/usr.sbin/jail Message-ID: <200910181950.n9IJoFJ1077342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910181950.n9IJoFJ1077342>