Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Improve wording.



details:   https://anonhg.NetBSD.org/src/rev/6fbfe401dd2e
branches:  trunk
changeset: 764605:6fbfe401dd2e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 28 17:09:19 2011 +0000

description:
Improve wording.

diffstat:

 share/man/man9/getiobuf.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 54b83cd111db -r 6fbfe401dd2e share/man/man9/getiobuf.9
--- a/share/man/man9/getiobuf.9 Thu Apr 28 17:08:29 2011 +0000
+++ b/share/man/man9/getiobuf.9 Thu Apr 28 17:09:19 2011 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: getiobuf.9,v 1.4 2009/03/12 12:46:17 joerg Exp $
+.\"     $NetBSD: getiobuf.9,v 1.5 2011/04/28 17:09:19 wiz Exp $
 .\"
 .\" Copyright (c)2006,2008 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -57,10 +57,10 @@
 can sleep until enough memory is available.
 Otherwise, it returns
 .Dv NULL
-immediately if enough memory is not available.
+immediately if not enough memory is available.
 .El
 .Pp
-Note that the allocated buffer doesn't belong to buffer cache.
+Note that the allocated buffer doesn't belong to the buffer cache.
 To free it,
 .Fn putiobuf
 should be used.



Home | Main Index | Thread Index | Old Index