summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-12-10 13:04:36 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-12-10 13:04:36 +0000
commitba4b9e0121c4175c022d7c26658ed9e8bb56048c (patch)
tree48417e5efb8fa42626c54bb1a1615227e5374fe1 /lib/libc
parentd2bfc051fc787f9294e50705f0d1ce6a1ed56965 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/unlink.25
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2
index 75d9ff640040..6c665732efe4 100644
--- a/lib/libc/sys/unlink.2
+++ b/lib/libc/sys/unlink.2
@@ -32,7 +32,7 @@
.\" @(#)unlink.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd December 9, 2006
+.Dd December 10, 2006
.Dt UNLINK 2
.Os
.Sh NAME
@@ -97,9 +97,6 @@ set.
The directory containing the file is marked sticky,
and neither the containing directory nor the file to be removed
are owned by the effective user ID.
-.It Bq Er EBUSY
-The entry to be unlinked is the mount point for a
-mounted file system.
.It Bq Er EIO
An I/O error occurred while deleting the directory entry
or deallocating the inode.