aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2010-09-10 23:24:55 +0000
committerGlen Barber <gjb@FreeBSD.org>2010-09-10 23:24:55 +0000
commit1569ab8c492d45f438b8240d52d163a1eb13e629 (patch)
tree28cb5797ddc7862fa489e617e4fa43d2ad21a908 /lib/libc/db
parent9d839c44c148f91b74373015284f435a490717c0 (diff)
downloadsrc-1569ab8c492d45f438b8240d52d163a1eb13e629.tar.gz
src-1569ab8c492d45f438b8240d52d163a1eb13e629.zip
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
Notes
Notes: svn path=/head/; revision=212441
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/man/dbopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index 7ef7ae79afec..7a9f548bfd29 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.