diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2011-04-01 19:57:27 +0000 | 
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2011-04-01 19:57:27 +0000 | 
| commit | 05f2ecd1faed1cb7f9307d01539306c710b2765b (patch) | |
| tree | 238708ebc1d389011f4aad6f5ef09bc048908425 | |
| parent | 595615e6a45d466ff6af0a2233b3786c8014252c (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/open.2 | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index e0f5fff72699..041f9dc983b8 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -248,8 +248,7 @@ When a new file is created it is given the group of the directory  which contains it.  .Pp  Unless -.Dv -O_CLOEXEC +.Dv O_CLOEXEC  flag was specified,  the new descriptor is set to remain open across  .Xr execve 2 @@ -416,7 +415,7 @@ of  .Dv O_WRONLY ,  .Dv O_RDWR  and -.Dv O_EXEC. +.Dv O_EXEC .  .It Bq Eq EBADF  The  .Fa path  | 
