From e95625039b463fdfddea60eeccecfd1ed8090a67 Mon Sep 17 00:00:00 2001 From: jruoho Date: Mon, 17 May 2010 17:55:49 +0000 Subject: [PATCH] Writing, rereading, writing, reareading, and yet still one typo. --- lib/librt/aio.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librt/aio.3 b/lib/librt/aio.3 index c01b5331a899..876c48df4586 100644 --- a/lib/librt/aio.3 +++ b/lib/librt/aio.3 @@ -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 .\" All rights reserved. @@ -40,7 +40,7 @@ The 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