summaryrefslogtreecommitdiff
path: root/usr/src/man/man3head
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2020-02-05 12:38:17 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2020-02-05 12:38:17 +0000
commit0efa232c593d8fe393b56fb1ff4dda751660b3b3 (patch)
treeb037fe733cd026b5cefb5b27d7f3f6cbc8f4c3ac /usr/src/man/man3head
parent86b01acdc561eb9c47f9d9e8c33b2d15e064aed7 (diff)
parent7484d76e78bc19298de9589214be103d65cf3989 (diff)
downloadillumos-joyent-0efa232c593d8fe393b56fb1ff4dda751660b3b3.tar.gz
[illumos-gate merge]
commit 7484d76e78bc19298de9589214be103d65cf3989 12263 libc: NULL pointer errors (sparc) commit b36afad7ffe84071c2c6831936cc1c524bd1ca90 12216 Clean up libc-tests smatch commit 69c811ab73b7ce531454837ae68c4343e8724e0b 9965 Want support for O_DIRECTORY commit 2fe8bc68ec8e8e8e05997b3ac2f081bfdded45ab 12275 check_rtime(1onbld): BUNDEF_OBJ and BUNUSED_OBJ commit 5fe3b0929d8a195dbfa4196d72a3f9b15b745171 12084 idm_conn_event_handler mishandles CA_DROP action Conflicts: usr/src/test/os-tests/tests/Makefile
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