Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2010 23:24:55 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r212441 - head/lib/libc/db/man
Message-ID:  <201009102324.o8ANOt2u099480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009102324.o8ANOt2u099480>