From alex@cichlids.com  Wed May 17 15:15:18 2000
Return-Path: <alex@cichlids.com>
Received: from mail.surf1.de (mail.surf1.de [194.25.165.21])
	by hub.freebsd.org (Postfix) with ESMTP id D3CC537C01C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 May 2000 15:11:11 -0700 (PDT)
	(envelope-from alex@cichlids.com)
Received: from cichlids.com (p3E9D38F7.dip0.t-ipconnect.de [62.157.56.247])
	by mail.surf1.de (8.9.3/8.9.3) with ESMTP id AAA09860
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 May 2000 00:11:01 +0200
Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10])
	by cichlids.com (Postfix) with ESMTP id 53727AC2C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 May 2000 00:11:16 +0200 (CEST)
Received: (from root@localhost)
	by cichlids.cichlids.com (8.9.3/8.9.3) id AAA29402;
	Thu, 18 May 2000 00:11:12 +0200 (CEST)
	(envelope-from alex)
Message-Id: <200005172211.AAA29402@cichlids.cichlids.com>
Date: Thu, 18 May 2000 00:11:12 +0200 (CEST)
From: Alexander Langer <alex@cichlids.com>
Reply-To: alex@cichlids.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: same for VOP_FSYNC
X-Send-Pr-Version: 3.2

>Number:         18628
>Category:       docs
>Synopsis:       same for VOP_FSYNC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 17 15:20:00 PDT 2000
>Closed-Date:    Mon Jun 12 06:54:28 PDT 2000
>Last-Modified:  Mon Jun 12 06:54:51 PDT 2000
>Originator:     Alexander Langer
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:

>Description:

Please see my former PR about this thing.

>How-To-Repeat:


>Fix:


Index: VOP_FSYNC.9
===================================================================
RCS file: /usr/home/ncvs/src/share/man/man9/VOP_FSYNC.9,v
retrieving revision 1.6
diff -u -r1.6 VOP_FSYNC.9
--- VOP_FSYNC.9	1999/08/28 00:21:12	1.6
+++ VOP_FSYNC.9	2000/05/17 22:10:01
@@ -54,7 +54,16 @@
 .It Ar cred
 the caller's credentials
 .It Ar waitfor
-whether the function should wait for I/O to complete
+whether the function should wait for I/O to complete. Possible values
+are:
+.Bl -tag -width MNT_NOWAIT
+.It Va MNT_WAIT
+synchronously wait for I/O to complete
+.It Va MNT_NOWAIT
+start all I/O, but do not wait for it
+.It Va MNT_LAZY
+push data not written by filesystem syncer
+.El
 .It Ar p
 the calling process
 .El

>Release-Note:
>Audit-Trail:

From: Alexander Langer <alex@big.endian.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: docs/18628: same for VOP_FSYNC
Date: Thu, 18 May 2000 00:50:10 +0200

 Thus spake Alexander Langer (alex@cichlids.com):
 
 > +.It Va MNT_WAIT
 
 Also, maybe Dv and not Va, please correct if this is the case.
 
 Thanks,
 
 Alex, still learning.
 
 -- 
 I need a new ~/.sig.
 
Responsible-Changed-From-To: freebsd-doc->alex 
Responsible-Changed-By: alex 
Responsible-Changed-When: Thu Jun 8 13:11:50 PDT 2000 
Responsible-Changed-Why:  
I'm a committer now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18628 
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Mon Jun 12 06:54:28 PDT 2000 
State-Changed-Why:  
committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18628 
>Unformatted:
