diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-11 05:02:44 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-11 05:02:44 +0000 |
commit | c590d886951c14f6f858a967cbba0946d63f5e60 (patch) | |
tree | e7744e3a4b2a3e7dbc7375692919443dc23db4cd /share | |
parent | fbdcd932d67e6222b4f5ad2d8f0494c574776e26 (diff) |
document the need for IPL_STATCLOCK
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/spl.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index ee8b5181ae5..19fe3c5fbfa 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.11 2002/05/20 22:21:13 art Exp $ +.\" $OpenBSD: spl.9,v 1.12 2002/06/11 05:02:43 art Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -178,6 +178,7 @@ The argument .Fa s should be one of these constants: .Bl -tag -width IPL_SOFTCLOCKXX +.It Dv IPL_STATCLOCK .It Dv IPL_CLOCK .It Dv IPL_VM .It Dv IPL_BIO |