Author: jamie
Date: Sat Feb 18 16:54:01 2012
New Revision: 231896
URL: http://svn.freebsd.org/changeset/base/231896

Log:
  MFC r231236: Acknowledge that jail_attach and jail_remove can return EPERM.

Modified:
  stable/9/lib/libc/sys/jail.2
Directory Properties:
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/sys/jail.2
==============================================================================
--- stable/9/lib/libc/sys/jail.2        Sat Feb 18 16:06:15 2012        
(r231895)
+++ stable/9/lib/libc/sys/jail.2        Sat Feb 18 16:54:01 2012        
(r231896)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 23, 2009
+.Dd February 8, 2012
 .Dt JAIL 2
 .Os
 .Sh NAME
@@ -400,6 +400,8 @@ and
 system calls
 will fail if:
 .Bl -tag -width Er
+.It Bq Er EPERM
+A user other than the super-user attempted to attach to or remove a jail.
 .It Bq Er EINVAL
 The jail specified by
 .Fa jid
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to