Module Name: src Committed By: wiz Date: Thu Apr 28 17:09:19 UTC 2011
Modified Files: src/share/man/man9: getiobuf.9 Log Message: Improve wording. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/getiobuf.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/getiobuf.9 diff -u src/share/man/man9/getiobuf.9:1.4 src/share/man/man9/getiobuf.9:1.5 --- src/share/man/man9/getiobuf.9:1.4 Thu Mar 12 12:46:17 2009 +++ src/share/man/man9/getiobuf.9 Thu Apr 28 17:09:19 2011 @@ -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.