docs/150030: [patch] dbopen(3) manpage not updated with r190497 changes
Janne Snabb
snabb at epipe.com
Fri Aug 27 03:40:09 UTC 2010
>Number: 150030
>Category: docs
>Synopsis: [patch] dbopen(3) manpage not updated with r190497 changes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 27 03:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Janne Snabb <snabb at epipe.com>
>Release: FreeBSD 8.1-RELEASE i386
>Organization:
EPIPE Communications
>Environment:
At least 8.1-RELEASE and -CURRENT on any architecture.
>Description:
SVN r190497 introduced an improvement in lib/libc/db/db/db.c to
allow O_SYNC and O_NOFOLLOW flags for dbopen(3). However the manual
page was not updated to reflect this.
>How-To-Repeat:
man dbopen
>Fix:
--- lib-libc-db-man-dbopen.3.diff begins here ---
Index: lib/libc/db/man/dbopen.3
===================================================================
--- lib/libc/db/man/dbopen.3 (revision 211858)
+++ lib/libc/db/man/dbopen.3 (working copy)
@@ -78,8 +78,8 @@
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.
--- lib-libc-db-man-dbopen.3.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list