Bug 103666

Summary: [patch] fix typo in aio_error(2)
Product: Documentation Reporter: Vasil Dimov <vd>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
aio_error.2_typo.diff none

Description Vasil Dimov freebsd_committer freebsd_triage 2006-09-26 08:10:21 UTC
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).
Comment 1 Maxim Konovalov 2006-09-26 09:01:44 UTC
[...]
> 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
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-26 10:48:12 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"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2006-09-26 10:48:41 UTC
State Changed
From-To: open->closed

Committed