diff options
author | kib <kib@FreeBSD.org> | 2011-04-01 19:57:27 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-04-01 19:57:27 +0000 |
commit | 2e921d1b1b15dcb7e258070a1492a0ec97afd32c (patch) | |
tree | 238708ebc1d389011f4aad6f5ef09bc048908425 /lib/libc | |
parent | bdc9b0411299e85fe347c1d379f42324e8c7177f (diff) | |
download | FreeBSD-src-2e921d1b1b15dcb7e258070a1492a0ec97afd32c.zip FreeBSD-src-2e921d1b1b15dcb7e258070a1492a0ec97afd32c.tar.gz |
Fix mdoc errors.
Submitted by: ru
MFC after: 3 days
Diffstat (limited to 'lib/libc')
-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 e0f5fff..041f9dc 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 |