diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-27 12:05:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-27 12:05:58 +0000 |
commit | 9317ac921d2496374211fbee07b48153a979975c (patch) | |
tree | 86fca9a290293cf049798fd42856ed2afde8927c /share/man/man9 | |
parent | 865669dc129e302bfe8f4dc4772eb30e6f1d740c (diff) |
typo from Michael Knudsen;
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/spl.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index 0b3bb1628ab..5986303aabe 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.16 2003/05/29 14:39:06 ho Exp $ +.\" $OpenBSD: spl.9,v 1.17 2004/04/27 12:05:57 jmc Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -80,7 +80,7 @@ blocks interrupts of priority less than or equal to The code may then safely access variables and data structures which are used by kernel code that runs at an equal or lower priority level. .Pp -A +An .Nm function exists for each distinct priority level which can exist in the system. |