aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-03-04 18:00:32 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-03-04 18:00:32 +0000
commit7f0f2cbbdf52406e962cb33149908613fbe0ecc8 (patch)
tree3c8c5aea11331c28a0b4617eb97e08ba93728fb7 /lib/libutil
parent5c16a31f9dac79184b48ec5ad7d93c92d7556404 (diff)
downloadsrc-7f0f2cbbdf52406e962cb33149908613fbe0ecc8.tar.gz
src-7f0f2cbbdf52406e962cb33149908613fbe0ecc8.zip
open.3: Use .Fa where appropriate
Obtained From: DragonFlyBSD (78732326a796ca521f3c0fe33c6fc9c695742ede)
Notes
Notes: svn path=/head/; revision=330386
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/flopen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/flopen.3 b/lib/libutil/flopen.3
index 63c0de32e72c..14f249a5ba33 100644
--- a/lib/libutil/flopen.3
+++ b/lib/libutil/flopen.3
@@ -54,7 +54,7 @@ It is essentially equivalent with calling
with the same parameters followed by
.Fn flock
with an
-.Va operation
+.Fa operation
argument of
.Dv LOCK_EX ,
except that
@@ -66,7 +66,7 @@ files, mailboxes and other kinds of files which are used for
synchronization between processes.
.Pp
If
-.Va flags
+.Fa flags
includes
.Dv O_NONBLOCK
and the file is already locked,
@@ -79,9 +79,9 @@ to
As with
.Fn open ,
the additional
-.Va mode
+.Fa mode
argument is required if
-.Va flags
+.Fa flags
includes
.Dv O_CREAT .
.Pp