Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librt Fix a typo of a typo, and use .Sq in couple of pla...
details: https://anonhg.NetBSD.org/src/rev/23a7ba1ff54c
branches: trunk
changeset: 754956:23a7ba1ff54c
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon May 17 19:04:55 2010 +0000
description:
Fix a typo of a typo, and use .Sq in couple of places.
diffstat:
lib/librt/aio.3 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r f149757e9edb -r 23a7ba1ff54c lib/librt/aio.3
--- a/lib/librt/aio.3 Mon May 17 17:55:49 2010 +0000
+++ b/lib/librt/aio.3 Mon May 17 19:04:55 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: aio.3,v 1.2 2010/05/17 17:55:49 jruoho Exp $ $
+.\" $NetBSD: aio.3,v 1.3 2010/05/17 19:04:55 jruoho Exp $ $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
.\" All rights reserved.
@@ -40,7 +40,7 @@
standard defines an interface for asynchronous input and output.
Although in
.Nx
-this provided as part of the
+this is provided as part of the
.Lb librt ,
the implementation largely resides in the kernel.
.Ss Rationale
@@ -158,10 +158,10 @@
and
.Va aio_nbytes
are conceptually similar to the parameters
-.Fa buf ,
-.Fa fildes ,
+.Sq buf ,
+.Sq fildes ,
and
-.Fa nbytes
+.Sq nbytes
used in the standard
.Xr read 2
and
@@ -334,7 +334,7 @@
For instance, the
.Fx
implementation uses a function
-.Dq Fn aio_waitcomplete
+.Sq Fn aio_waitcomplete
to wait for the next completion of an
.Nm aio
request.
Home |
Main Index |
Thread Index |
Old Index