summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2010-02-17 09:11:21 +0000
committerphk <phk@FreeBSD.org>2010-02-17 09:11:21 +0000
commit41471022dccbc47ade8bd73eb015bcf9337ce3a3 (patch)
tree3aa50b28fec8f7145281ed145c80e3787b70f9ea /lib
parent35bb94898826bf1bea52a17e85ccba0f7a5ea447 (diff)
downloadFreeBSD-src-41471022dccbc47ade8bd73eb015bcf9337ce3a3.zip
FreeBSD-src-41471022dccbc47ade8bd73eb015bcf9337ce3a3.tar.gz
Mention EISDIR as a possible errno.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/unlink.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2
index 41a2288..141f3d3 100644
--- a/lib/libc/sys/unlink.2
+++ b/lib/libc/sys/unlink.2
@@ -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.
OpenPOWER on IntegriCloud