Module Name: src Committed By: wiz Date: Fri Dec 11 10:05:17 UTC 2015
Modified Files: src/share/man/man9: kmem.9 Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/kmem.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/kmem.9 diff -u src/share/man/man9/kmem.9:1.18 src/share/man/man9/kmem.9:1.19 --- src/share/man/man9/kmem.9:1.18 Fri Dec 11 04:11:23 2015 +++ src/share/man/man9/kmem.9 Fri Dec 11 10:05:17 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: kmem.9,v 1.18 2015/12/11 04:11:23 christos Exp $ +.\" $NetBSD: kmem.9,v 1.19 2015/12/11 10:05:17 wiz Exp $ .\" .\" Copyright (c)2006 YAMAMOTO Takashi, .\" All rights reserved. @@ -78,7 +78,7 @@ Either of the following: If the allocation cannot be satisfied immediately, sleep until enough memory is available. Note that this does not mean that if -.Dv KM_SLEEP +.Dv KM_SLEEP is specified, then the allocation cannot fail. Under resource stress conditions, the allocation can fail and the function will return