svn commit: r203990 - head/lib/libc/sys

Poul-Henning Kamp phk at FreeBSD.org
Wed Feb 17 09:11:22 UTC 2010


Author: phk
Date: Wed Feb 17 09:11:21 2010
New Revision: 203990
URL: http://svn.freebsd.org/changeset/base/203990

Log:
  Mention EISDIR as a possible errno.

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

Modified: head/lib/libc/sys/unlink.2
==============================================================================
--- head/lib/libc/sys/unlink.2	Wed Feb 17 09:09:12 2010	(r203989)
+++ head/lib/libc/sys/unlink.2	Wed Feb 17 09:11:21 2010	(r203990)
@@ -114,6 +114,8 @@ succeeds unless:
 .Bl -tag -width Er
 .It Bq Er ENOTDIR
 A component of the path prefix is not a directory.
+.It Bq Er EISDIR
+The named file is a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded 255 characters,
 or an entire path name exceeded 1023 characters.


More information about the svn-src-all mailing list