summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/fcntl.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-08-22 22:05:59 +0000
committermpp <mpp@FreeBSD.org>1996-08-22 22:05:59 +0000
commitccc340f5aa69616bbbd416cc749090a688c283f6 (patch)
tree6d567531aa723650fda7eb154a0b70535bb19e38 /lib/libc/sys/fcntl.2
parentad1ec74818520313d967232c210bcdbbc1ad0e44 (diff)
downloadFreeBSD-src-ccc340f5aa69616bbbd416cc749090a688c283f6.zip
FreeBSD-src-ccc340f5aa69616bbbd416cc749090a688c283f6.tar.gz
Update a bunch of man pages to use .Fn instead
of .Nm when referencing funciton names.
Diffstat (limited to 'lib/libc/sys/fcntl.2')
-rw-r--r--lib/libc/sys/fcntl.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index f52e7b4..9022eb9 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -170,7 +170,7 @@ taken as a pointer to a
.Fa "struct flock"
(see above).
The information retrieved overwrites the information passed to
-.Nm fcntl
+.Fn fcntl
in the
.Fa flock
structure.
@@ -193,7 +193,7 @@ or exclusive (or write) locks,
as well as remove either type of lock
.Dv (F_UNLCK) .
If a shared or exclusive lock cannot be set,
-.Nm fcntl
+.Fn fcntl
returns immediately with
.Er EACCES .
.It Dv F_SETLKW
@@ -202,9 +202,9 @@ This command is the same as
except that if a shared or exclusive lock is blocked by other locks,
the process waits until the request can be satisfied.
If a signal that is to be caught is received while
-.Nm fcntl
+.Fn fcntl
is waiting for a region, the
-.Nm fcntl
+.Fn fcntl
will be interrupted if the signal handler has not specified the
.Dv SA_RESTART
(see
@@ -511,6 +511,6 @@ for the reasons as stated in
.Xr tcsetpgrp 3
.Sh HISTORY
The
-.Nm
+.Fn fcntl
function call appeared in
.Bx 4.2 .
OpenPOWER on IntegriCloud