Module Name:    src
Committed By:   wiz
Date:           Mon May 18 14:05:15 UTC 2009

Modified Files:
        src/share/man/man9: softintr.9

Log Message:
Drop trailing whitespace. Use Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/softintr.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/softintr.9
diff -u src/share/man/man9/softintr.9:1.18 src/share/man/man9/softintr.9:1.19
--- src/share/man/man9/softintr.9:1.18	Mon Oct  6 13:51:38 2008
+++ src/share/man/man9/softintr.9	Mon May 18 14:05:15 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: softintr.9,v 1.18 2008/10/06 13:51:38 pooka Exp $
+.\"	$NetBSD: softintr.9,v 1.19 2009/05/18 14:05:15 wiz Exp $
 .\"
 .\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -93,13 +93,14 @@
 only meant as a guide.
 .Pp
 The four priority levels map directly to scheduler priority
-levels, and where the architecture implements 'fast' software
-interrupts, they also map onto interrupt priorities. 
+levels, and where the architecture implements
+.Dq fast
+software interrupts, they also map onto interrupt priorities.
 The interrupt priorities are intended to be hidden from machine
 independent code, which should in general use thread-safe mechanisms
 to synchronize with software interrupts (for example: mutexes).
 .Pp
-Software interrupts run with limited machine context. 
+Software interrupts run with limited machine context.
 In particular, they do not possess any address space context.
 They should not try to operate on user space addresses, or to use
 virtual memory facilities other than those noted as interrupt

Reply via email to