Date: Thu, 10 Nov 2011 06:20:19 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r227416 - head/lib/libc/sys Message-ID: <201111100620.pAA6KJ3h017747@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111100620.pAA6KJ3h017747>