From owner-freebsd-doc@FreeBSD.ORG Fri Aug 27 03:40:08 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E11EF1065675 for ; Fri, 27 Aug 2010 03:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A36498FC16 for ; Fri, 27 Aug 2010 03:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7R3e8oF004415 for ; Fri, 27 Aug 2010 03:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7R3e8JN004414; Fri, 27 Aug 2010 03:40:08 GMT (envelope-from gnats) Resent-Date: Fri, 27 Aug 2010 03:40:08 GMT Resent-Message-Id: <201008270340.o7R3e8JN004414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janne Snabb Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88D9E1065672 for ; Fri, 27 Aug 2010 03:38:49 +0000 (UTC) (envelope-from snabb@tiktik.epipe.com) Received: from tiktik.epipe.com (tiktik.epipe.com [IPv6:2001:470:8940:10::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2500F8FC13 for ; Fri, 27 Aug 2010 03:38:49 +0000 (UTC) Received: from tiktik.epipe.com (localhost [127.0.0.1]) by tiktik.epipe.com (8.14.4/8.14.4) with ESMTP id o7R3cj1s093971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 27 Aug 2010 03:38:48 GMT (envelope-from snabb@tiktik.epipe.com) Received: (from snabb@localhost) by tiktik.epipe.com (8.14.4/8.14.4/Submit) id o7R3cjD7093496; Fri, 27 Aug 2010 03:38:45 GMT (envelope-from snabb) Message-Id: <201008270338.o7R3cjD7093496@tiktik.epipe.com> Date: Fri, 27 Aug 2010 03:38:45 GMT From: Janne Snabb To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/150030: [patch] dbopen(3) manpage not updated with r190497 changes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Janne Snabb List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 03:40:09 -0000 >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 >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: