summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-04-27 12:05:57 +0000
committerjmc <jmc@openbsd.org>2004-04-27 12:05:57 +0000
commit12a1f8a116310936d5f1298f93d7d715694e40bf (patch)
tree8b53a50582929faf941c1e2f148543e366925c0f
parenttypo and remove some Ns hacks no longer needed; (diff)
downloadwireguard-openbsd-12a1f8a116310936d5f1298f93d7d715694e40bf.tar.xz
wireguard-openbsd-12a1f8a116310936d5f1298f93d7d715694e40bf.zip
typo from Michael Knudsen;
-rw-r--r--share/man/man9/spl.94
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.