Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2010 03:38:45 GMT
From:      Janne Snabb <snabb@epipe.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/150030: [patch] dbopen(3) manpage not updated with r190497 changes
Message-ID:  <201008270338.o7R3cjD7093496@tiktik.epipe.com>
Resent-Message-ID: <201008270340.o7R3e8JN004414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



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