Author: dougb
Date: Thu Nov 10 06:20:18 2011
New Revision: 227416
URL: http://svn.freebsd.org/changeset/base/227416

Log:
  Document that flock can return ENOLCK

Modified:
  head/lib/libc/sys/flock.2

Modified: head/lib/libc/sys/flock.2
==============================================================================
--- head/lib/libc/sys/flock.2   Thu Nov 10 06:19:18 2011        (r227415)
+++ head/lib/libc/sys/flock.2   Thu Nov 10 06:20:18 2011        (r227416)
@@ -28,7 +28,7 @@
 .\"     @(#)flock.2    8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd January 22, 2008
+.Dd November 9, 2011
 .Dt FLOCK 2
 .Os
 .Sh NAME
@@ -154,6 +154,8 @@ refers to an object other than a file.
 The argument
 .Fa fd
 refers to an object that does not support file locking.
+.It Bq Er ENOLCK
+A lock was requested, but no locks are available.
 .El
 .Sh SEE ALSO
 .Xr close 2 ,
_______________________________________________
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