Acknowledge that jail_attach and jail_remove can return EPERM.

MFC after:	1 week
This commit is contained in:
Jamie Gritton 2012-02-08 23:34:47 +00:00
parent 4ecf274be7
commit e9d3a32ffd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231236

View file

@ -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