Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2006 10:00:38 +0300
From:      Vasil Dimov <vd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/103666: [patch] fix typo in aio_error(2)
Message-ID:  <20060926070038.GA90654@qlovarnika.bg.datamax>
Resent-Message-ID: <200609260710.k8Q7ALDV012159@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103666
>Category:       docs
>Synopsis:       [patch] fix typo in aio_error(2)
>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:   Tue Sep 26 07:10:21 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060926070038.GA90654>