summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/fcntl.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-05-01 22:20:40 +0000
committermpp <mpp@FreeBSD.org>1996-05-01 22:20:40 +0000
commit9c1ce5a32ea4471b4daaa810a321478ec20dbcf0 (patch)
treec822306239f13e5893315b791f86ffe87a643064 /lib/libc/sys/fcntl.2
parent1f74c800562a5dbb4e285a12b403abfe27c126e5 (diff)
downloadFreeBSD-src-9c1ce5a32ea4471b4daaa810a321478ec20dbcf0.zip
FreeBSD-src-9c1ce5a32ea4471b4daaa810a321478ec20dbcf0.tar.gz
Remove a redundant description of the EMFILE error, and fix a typo.
Submitted by: James Raynard <jraynard@dial.pipex.com>
Diffstat (limited to 'lib/libc/sys/fcntl.2')
-rw-r--r--lib/libc/sys/fcntl.28
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index 2e1b7ce..f52e7b4 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -424,12 +424,6 @@ is an exclusive lock
and
.Fa fildes
is not a valid file descriptor open for writing.
-.It Bq Er EMFILE
-.Fa Cmd
-is
-.Dv F_DUPFD
-and the maximum allowed number of file descriptors are currently
-open.
.It Bq Er EDEADLK
The argument
.Fa cmd
@@ -468,7 +462,7 @@ refers to a file that does not support locking.
The argument
.Fa cmd
is
-.Dv F_DUPED
+.Dv F_DUPFD
and the maximum number of file descriptors permitted for the
process are already in use,
or no file descriptors greater than or equal to
OpenPOWER on IntegriCloud