Module Name: src
Committed By: jruoho
Date: Mon May 17 17:55:49 UTC 2010
Modified Files:
src/lib/librt: aio.3
Log Message:
Writing, rereading, writing, reareading, and yet still one typo.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librt/aio.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librt/aio.3
diff -u src/lib/librt/aio.3:1.1 src/lib/librt/aio.3:1.2
--- src/lib/librt/aio.3:1.1 Mon May 17 17:15:42 2010
+++ src/lib/librt/aio.3 Mon May 17 17:55:49 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: aio.3,v 1.1 2010/05/17 17:15:42 jruoho Exp $ $
+.\" $NetBSD: aio.3,v 1.2 2010/05/17 17:55:49 jruoho Exp $ $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -40,7 +40,7 @@
standard defines an interface for asynchronous input and output.
Although in
.Nx
-this this provided as part of the
+this provided as part of the
.Lb librt ,
the implementation largely resides in the kernel.
.Ss Rationale