Module Name: src
Committed By: wiz
Date: Mon May 18 14:01:31 UTC 2009
Modified Files:
src/share/man/man9: spl.9
Log Message:
Fix xrefs. Drop trailing whitespace. Use Dq.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/spl.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/spl.9
diff -u src/share/man/man9/spl.9:1.33 src/share/man/man9/spl.9:1.34
--- src/share/man/man9/spl.9:1.33 Thu Mar 5 01:38:12 2009
+++ src/share/man/man9/spl.9 Mon May 18 14:01:31 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: spl.9,v 1.33 2009/03/05 01:38:12 msaitoh Exp $
+.\" $NetBSD: spl.9,v 1.34 2009/05/18 14:01:31 wiz Exp $
.\"
.\" Copyright (c) 2000, 2001 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Michael Long.
@@ -123,7 +123,7 @@
.Pp
Code with thread context running at this level must not use a kernel
interface that may cause the current LWP to sleep, such as the
-.Xr condvar
+.Xr condvar 9
interfaces.
.Pp
Interrupt handlers at this level cannot acquire the global kernel_lock
@@ -143,17 +143,19 @@
interfaces.
.Pp
Code with thread context running at this level may sleep via the
-.Xr condvar
+.Xr condvar 9
interfaces, and may use other kernel facilities that could cause the
current LWP to sleep.
.It Fn splvm , IPL_VM
.Pp
-Blocks hard interrupts from 'low' priority hardware interrupts, such
+Blocks hard interrupts from
+.Dq low
+priority hardware interrupts, such
as interrupts from network, block I/O and tty devices.
.Pp
Code running at this level endures the same restrictions as at IPL_SCHED,
but may use the deprecated
-.Xr malloc 9
+.Xr malloc 9
or endorsed
.Xr pool_cache 9
interfaces to allocate memory.