summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/fcntl.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
committerru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
commit51fe7c1a888747c57136cc34ec54a93a0487b745 (patch)
treef0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/sys/fcntl.2
parent3424a53ebeadf7ab320c37cf93702953cee94efe (diff)
downloadFreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.zip
FreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.tar.gz
mdoc(7) police: "The .Fa argument.".
Diffstat (limited to 'lib/libc/sys/fcntl.2')
-rw-r--r--lib/libc/sys/fcntl.216
1 files changed, 12 insertions, 4 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index 5d5a252..c9dc8e7 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -409,7 +409,9 @@ or the type is an exclusive lock and some portion of the
segment of a file to be locked is already shared-locked or
exclusive-locked by another process.
.It Bq Er EBADF
-.Fa \&Fd
+The
+.Fa fd
+argument
is not a valid open file descriptor.
.Pp
The argument
@@ -452,7 +454,9 @@ is
.Dv F_SETLKW ,
and the system call was interrupted by a signal.
.It Bq Er EINVAL
-.Fa Cmd
+The
+.Fa cmd
+argument
is
.Dv F_DUPFD
and
@@ -513,14 +517,18 @@ and an
.Fa off_t
calculation overflowed.
.It Bq Er EPERM
-.Fa Cmd
+The
+.Fa cmd
+argument
is
.Dv F_SETOWN
and
the process ID or process group given as an argument is in a
different session than the caller.
.It Bq Er ESRCH
-.Fa Cmd
+The
+.Fa cmd
+argument
is
.Dv F_SETOWN
and
OpenPOWER on IntegriCloud