summaryrefslogtreecommitdiff
path: root/usr/src/man/man3head
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3head')
-rw-r--r--usr/src/man/man3head/fcntl.h.3head20
1 files changed, 19 insertions, 1 deletions
diff --git a/usr/src/man/man3head/fcntl.h.3head b/usr/src/man/man3head/fcntl.h.3head
index fa75967763..3e272db601 100644
--- a/usr/src/man/man3head/fcntl.h.3head
+++ b/usr/src/man/man3head/fcntl.h.3head
@@ -43,7 +43,7 @@
.\" Copyright 1989 AT&T
.\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
.\"
-.TH FCNTL.H 3HEAD "April 9, 2016"
+.TH FCNTL.H 3HEAD "January 20, 2020"
.SH NAME
fcntl.h, fcntl \- file control options
.SH SYNOPSIS
@@ -374,6 +374,15 @@ Create file if it does not exist.
.sp
.ne 2
.na
+.B O_DIRECTORY
+.ad
+.RS 12n
+Fail unless the path is a directory.
+.RE
+
+.sp
+.ne 2
+.na
\fB\fBO_EXCL\fR\fR
.ad
.RS 12n
@@ -426,6 +435,15 @@ Set append mode.
.sp
.ne 2
.na
+.B O_CLOEXEC
+.ad
+.RS 12n
+The file should be closed on any calls to \fBexec\fR(2).
+.RE
+
+.sp
+.ne 2
+.na
\fB\fBO_NDELAY\fR\fR
.ad
.RS 14n