docs/103666: [patch] fix typo in aio_error(2)

Vasil Dimov vd at FreeBSD.org
Tue Sep 26 07:10:27 UTC 2006


>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:



More information about the freebsd-doc mailing list