From owner-svn-src-all@FreeBSD.ORG Fri Sep 10 23:24:56 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16073106566C; Fri, 10 Sep 2010 23:24:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 059878FC19; Fri, 10 Sep 2010 23:24:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o8ANOtTv099482; Fri, 10 Sep 2010 23:24:55 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o8ANOt2u099480; Fri, 10 Sep 2010 23:24:55 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201009102324.o8ANOt2u099480@svn.freebsd.org> From: Glen Barber Date: Fri, 10 Sep 2010 23:24:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r212441 - head/lib/libc/db/man X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 23:24:56 -0000 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.