diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2013-04-03 22:06:11 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2013-04-03 22:11:48 +0000 |
commit | 47644c2a782d42cef6171070446352a68326cba5 (patch) | |
tree | 7f62d58c6876f471fecbe6c01c5b3b3704fabf7a /usr/src/man | |
parent | 600f674f095b115b06a857c84f6ac041040b0269 (diff) | |
parent | b075ad5b007248d50e4c2e838b460c9c7cfd9fad (diff) | |
download | illumos-joyent-release-20130404.tar.gz |
[illumos-gate merge]20130404release-20130404
commit b075ad5b007248d50e4c2e838b460c9c7cfd9fad
3665 Implement O_CLOEXEC as an open() flag
commit 3cc3202e63472d673bcac160bfb86d1865dd9fe7
918 Need better IP fanout (esp. with VLANs present)
commit a8c23f9d905fadb090654516236f546ef3f0a1b2
3638 ld confuses files with group sections and files that should lazy load
Conflicts:
usr/src/uts/common/io/mac/mac_sched.c
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man2/open.2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr/src/man/man2/open.2 b/usr/src/man/man2/open.2 index 30ae089ca7..522ac12e1e 100644 --- a/usr/src/man/man2/open.2 +++ b/usr/src/man/man2/open.2 @@ -2,6 +2,7 @@ .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 1989 AT&T .\" Portions Copyright (c) 1992, X/Open Company Limited. All Rights Reserved. +.\" Portions Copyright (c) 2013, OmniTI Computer Consulting, Inc. All Rights Reserved. .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at .\" http://www.opengroup.org/bookstore/. .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html. @@ -214,6 +215,17 @@ sets \fBerrno\fR to \fBEMLINK\fR. .sp .ne 2 .na +\fB\fBO_CLOEXEC\fR\fR +.ad +.sp .6 +.RS 4n +If set, the file descriptor returned will be closed prior to any future +\fBexec()\fR calls. +.RE + +.sp +.ne 2 +.na \fB\fBO_NONBLOCK\fR or \fBO_NDELAY\fR\fR .ad .sp .6 |