svn commit: r222969 - stable/7/lib/libc/sys

Glen Barber gjb at FreeBSD.org
Sat Jun 11 01:44:49 UTC 2011


Author: gjb (doc committer)
Date: Sat Jun 11 01:44:49 2011
New Revision: 222969
URL: http://svn.freebsd.org/changeset/base/222969

Log:
  MFC 181265 [1]:
  
  Document EAGAIN in ERRORS according to kern_jail.c.
  
  PR:		125253
  Original commit by:	trhodes [1]

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

Modified: stable/7/lib/libc/sys/jail.2
==============================================================================
--- stable/7/lib/libc/sys/jail.2	Sat Jun 11 01:21:54 2011	(r222968)
+++ stable/7/lib/libc/sys/jail.2	Sat Jun 11 01:44:49 2011	(r222969)
@@ -138,6 +138,8 @@ will fail if:
 .Bl -tag -width Er
 .It Bq Er EINVAL
 The version number of the argument is not correct.
+.It Bq Er EAGAIN
+No free JID could be found.
 .El
 .Pp
 Further


More information about the svn-src-stable mailing list