svn commit: r212441 - head/lib/libc/db/man

Glen Barber gjb at FreeBSD.org
Fri Sep 10 23:24:56 UTC 2010


Author: gjb (doc committer)
Date: Fri Sep 10 23:24:55 2010
New Revision: 212441
URL: http://svn.freebsd.org/changeset/base/212441

Log:
  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

Modified:
  head/lib/libc/db/man/dbopen.3

Modified: head/lib/libc/db/man/dbopen.3
==============================================================================
--- head/lib/libc/db/man/dbopen.3	Fri Sep 10 23:22:01 2010	(r212440)
+++ head/lib/libc/db/man/dbopen.3	Fri Sep 10 23:24:55 2010	(r212441)
@@ -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.


More information about the svn-src-all mailing list