From vd@datamax.bg  Tue Sep 26 07:00:39 2006
Return-Path: <vd@datamax.bg>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBBD616A407;
	Tue, 26 Sep 2006 07:00:39 +0000 (UTC)
	(envelope-from vd@datamax.bg)
Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 90E8343D45;
	Tue, 26 Sep 2006 07:00:39 +0000 (GMT)
	(envelope-from vd@datamax.bg)
Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2])
	by jengal.datamax.bg (Postfix) with SMTP id A515EB844;
	Tue, 26 Sep 2006 10:00:38 +0300 (EEST)
Received: (nullmailer pid 90694 invoked by uid 1002);
	Tue, 26 Sep 2006 07:00:38 -0000
Message-Id: <20060926070038.GA90654@qlovarnika.bg.datamax>
Date: Tue, 26 Sep 2006 10:00:38 +0300
From: Vasil Dimov <vd@FreeBSD.org>
Reply-To: vd@FreeBSD.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] fix typo in aio_error(2)
X-Send-Pr-Version: 3.113

>Number:         103666
>Category:       docs
>Synopsis:       [patch] fix typo in aio_error(2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 26 07:10:21 GMT 2006
>Closed-Date:    Tue Sep 26 09:49:14 GMT 2006
>Last-Modified:  Tue Sep 26 09:50:16 GMT 2006
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
N/A
>Environment:

>Description:

See aio_error(2)

If the request has completed unsuccessfully the error status
-is returned as described in read(2), write(2), or fsync(2) is returned.
+is returned as described in read(2), write(2), or fsync(2).

>How-To-Repeat:

>Fix:

--- aio_error.2_typo.diff begins here ---
Index: lib/libc/sys/aio_error.2
===================================================================
RCS file: /home/ncvs/src/lib/libc/sys/aio_error.2,v
retrieving revision 1.19
diff -u -r1.19 aio_error.2
--- lib/libc/sys/aio_error.2	2 Jul 2004 23:52:13 -0000	1.19
+++ lib/libc/sys/aio_error.2	26 Sep 2006 06:56:02 -0000
@@ -54,8 +54,7 @@
 .Xr read 2 ,
 .Xr write 2 ,
 or
-.Xr fsync 2
-is returned.
+.Xr fsync 2 .
 On failure,
 .Fn aio_error
 returns
--- aio_error.2_typo.diff ends here ---
>Release-Note:
>Audit-Trail:

From: Maxim Konovalov <maxim@macomnet.ru>
To: Vasil Dimov <vd@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/103666: [patch] fix typo in aio_error(2)
Date: Tue, 26 Sep 2006 12:01:44 +0400 (MSD)

 [...]
 > Index: lib/libc/sys/aio_error.2
 > ===================================================================
 > RCS file: /home/ncvs/src/lib/libc/sys/aio_error.2,v
 > retrieving revision 1.19
 > diff -u -r1.19 aio_error.2
 > --- lib/libc/sys/aio_error.2	2 Jul 2004 23:52:13 -0000	1.19
 > +++ lib/libc/sys/aio_error.2	26 Sep 2006 06:56:02 -0000
 > @@ -54,8 +54,7 @@
 >  .Xr read 2 ,
 >  .Xr write 2 ,
 >  or
 > -.Xr fsync 2
 > -is returned.
 > +.Xr fsync 2 .
 >  On failure,
 >  .Fn aio_error
 >  returns
 
 Please commit.
 
 -- 
 Maxim Konovalov
State-Changed-From-To: open->closed 
State-Changed-By: vd 
State-Changed-When: Tue Sep 26 09:48:41 UTC 2006 
State-Changed-Why:  
Committed 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/103666: commit references a PR
Date: Tue, 26 Sep 2006 09:48:12 +0000 (UTC)

 vd          2006-09-26 09:47:46 UTC
 
   FreeBSD src repository (ports committer)
 
   Modified files:
     lib/libc/sys         aio_error.2 
   Log:
   Fix typo
   
   PR:             docs/103666
   Submitted by:   vd
   Approved by:    maxim
   
   Revision  Changes    Path
   1.20      +1 -2      src/lib/libc/sys/aio_error.2
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
