diff options
author | gjb <gjb@FreeBSD.org> | 2010-09-10 23:24:55 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2010-09-10 23:24:55 +0000 |
commit | 92f51406df5cac0f60fd61b7838cf4136653c13e (patch) | |
tree | 28cb5797ddc7862fa489e617e4fa43d2ad21a908 | |
parent | fe3edd04c57bc669e76fb543fc00cd0f0f8cee4b (diff) | |
download | FreeBSD-src-92f51406df5cac0f60fd61b7838cf4136653c13e.zip FreeBSD-src-92f51406df5cac0f60fd61b7838cf4136653c13e.tar.gz |
Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.
PR: 150030
Submitted by: Janne Snabb snabb at epipe com
Patch by: Janne Snabb
Approved by: keramida (mentor)
MFC after: 1 week
-rw-r--r-- | lib/libc/db/man/dbopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index 7ef7ae7..7a9f548 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -78,8 +78,8 @@ arguments are as specified to the .Xr open 2 routine, however, only the -.Dv O_CREAT , O_EXCL , O_EXLOCK , O_NONBLOCK , -.Dv O_RDONLY , O_RDWR , O_SHLOCK +.Dv O_CREAT , O_EXCL , O_EXLOCK , O_NOFOLLOW , O_NONBLOCK , +.Dv O_RDONLY , O_RDWR , O_SHLOCK , O_SYNC and .Dv O_TRUNC flags are meaningful. |