Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Use more Dv.
details: https://anonhg.NetBSD.org/src/rev/df046361430e
branches: trunk
changeset: 339553:df046361430e
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jul 28 09:52:43 2015 +0000
description:
Use more Dv.
diffstat:
share/man/man9/kmem.9 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r a4c75a0cb760 -r df046361430e share/man/man9/kmem.9
--- a/share/man/man9/kmem.9 Tue Jul 28 09:51:42 2015 +0000
+++ b/share/man/man9/kmem.9 Tue Jul 28 09:52:43 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kmem.9,v 1.16 2015/07/28 09:51:42 wiz Exp $
+.\" $NetBSD: kmem.9,v 1.17 2015/07/28 09:52:43 wiz Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -74,10 +74,10 @@
.It Fa kmflags
Either of the following:
.Bl -tag -width KM_NOSLEEP
-.It KM_SLEEP
+.It Dv KM_SLEEP
If the allocation cannot be satisfied immediately, sleep until enough
memory is available.
-.It KM_NOSLEEP
+.It Dv KM_NOSLEEP
Don't sleep.
Immediately return
.Dv NULL
@@ -261,7 +261,9 @@
.It
Underflow at
.Fn kmem_free ,
-by using KMEM_SIZE's registered size.
+by using
+.Dv KMEM_SIZE Ap s
+registered size.
If an underflow occurs, the size stored by
.Dv KMEM_SIZE
will be overwritten, which means that when freeing, the kernel will
Home |
Main Index |
Thread Index |
Old Index