mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
open.3: Use .Fa where appropriate
Obtained From: DragonFlyBSD (78732326a796ca521f3c0fe33c6fc9c695742ede)
This commit is contained in:
parent
5c16a31f9d
commit
7f0f2cbbdf
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue