| Summary: | [patch] fix typo in aio_error(2) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Vasil Dimov <vd> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Vasil Dimov
2006-09-26 08:10:21 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
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"
State Changed From-To: open->closed Committed |