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
This commit is contained in:
Glen Barber 2010-09-10 23:24:55 +00:00
parent 9d839c44c1
commit 1569ab8c49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212441

View File

@ -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.