diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-15 11:51:46 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-15 11:51:46 +0000 |
commit | 54d1a2383e957320d030de3039d0385641307b71 (patch) | |
tree | 59b34aa8676254d9751640cd2e49579f003d15ff | |
parent | 18452d72de3a4b88d865462f870fca2deb89f7d4 (diff) |
splvm, not splimp
-rw-r--r-- | share/man/man9/spl.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index 03acac34fa3..dc025ac246b 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.8 2001/06/05 09:45:55 angelos Exp $ +.\" $OpenBSD: spl.9,v 1.9 2002/05/15 11:51:45 art Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -49,7 +49,7 @@ .Ft int .Fn splstatclock void .Ft int -.Fn splimp void +.Fn splvm void .Ft int .Fn spltty void .Ft int @@ -133,7 +133,7 @@ any code that accesses that data. This level is identical to .Fn splclock if there is no separate statistics clock. -.It Fn splimp +.It Fn splvm blocks hard interrupts from all devices that are allowed to use the kernel .Xr malloc 9 . |