From 5f70e190b14bf75090a63302ca872863ccf65a7c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 28 Apr 2011 17:09:19 +0000 Subject: [PATCH] Improve wording. --- share/man/man9/getiobuf.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/getiobuf.9 b/share/man/man9/getiobuf.9 index 6c5d91928a78..79ea4b948f02 100644 --- a/share/man/man9/getiobuf.9 +++ b/share/man/man9/getiobuf.9 @@ -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 @@ If true, 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.