From snabb@tiktik.epipe.com  Fri Aug 27 03:38:49 2010
Return-Path: <snabb@tiktik.epipe.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 88D9E1065672
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <snabb@epipe.com>
Reply-To: Janne Snabb <snabb@epipe.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] dbopen(3) manpage not updated with r190497 changes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         150030
>Category:       docs
>Synopsis:       [patch] dbopen(3) manpage not updated with r190497 changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 03:40:08 UTC 2010
>Closed-Date:    Fri Feb 18 17:43:32 UTC 2011
>Last-Modified:  Fri Feb 18 17:50:09 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Mon Sep 6 21:48:38 UTC 2010 
Responsible-Changed-Why:  
I'll take this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=150030 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Fri Sep 10 23:26:03 UTC 2010 
State-Changed-Why:  
Patched in HEAD.  MFC in 1 week. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=150030 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/150030: commit references a PR
Date: Fri, 10 Sep 2010 23:24:59 +0000 (UTC)

 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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Fri Feb 18 17:42:58 UTC 2011 
State-Changed-Why:  
MFC'd to stable/8 (does not apply to stable/7).  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=150030 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/150030: commit references a PR
Date: Fri, 18 Feb 2011 17:41:45 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Fri Feb 18 17:41:39 2011
 New Revision: 218813
 URL: http://svn.freebsd.org/changeset/base/218813
 
 Log:
   MFC 212441,212492:
   
   - Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497. [1]
   - Bump dates in dbopen(3) and cpuset_getaffinity(2).
   
   PR:		150030 [1]
 
 Modified:
   stable/8/lib/libc/db/man/dbopen.3
   stable/8/lib/libc/sys/cpuset_getaffinity.2
 Directory Properties:
   stable/8/lib/libc/   (props changed)
   stable/8/lib/libc/stdtime/   (props changed)
 
 Modified: stable/8/lib/libc/db/man/dbopen.3
 ==============================================================================
 --- stable/8/lib/libc/db/man/dbopen.3	Fri Feb 18 17:06:06 2011	(r218812)
 +++ stable/8/lib/libc/db/man/dbopen.3	Fri Feb 18 17:41:39 2011	(r218813)
 @@ -28,7 +28,7 @@
  .\"	@(#)dbopen.3	8.5 (Berkeley) 1/2/94
  .\" $FreeBSD$
  .\"
 -.Dd January 2, 1994
 +.Dd September 10, 2010
  .Dt DBOPEN 3
  .Os
  .Sh NAME
 @@ -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.
 
 Modified: stable/8/lib/libc/sys/cpuset_getaffinity.2
 ==============================================================================
 --- stable/8/lib/libc/sys/cpuset_getaffinity.2	Fri Feb 18 17:06:06 2011	(r218812)
 +++ stable/8/lib/libc/sys/cpuset_getaffinity.2	Fri Feb 18 17:41:39 2011	(r218813)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 8, 2010
 +.Dd September 10, 2010
  .Dt CPUSET 2
  .Os
  .Sh NAME
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
