diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-02 18:48:47 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-02 18:48:47 +0000 |
commit | 86a48dd534bfcc467f6f90aa545e17a110df7004 (patch) | |
tree | 67e0ae2b90ab1861828080eea75c5a8d5a90cb80 /share | |
parent | 7411071b623e5a134928ca0c483ca766bcba77c5 (diff) |
Document IPL_SCHED.
ok millert@
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 5986303aabe..7eef59049a8 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.17 2004/04/27 12:05:57 jmc Exp $ +.\" $OpenBSD: spl.9,v 1.18 2004/09/02 18:48:46 grange Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -180,6 +180,7 @@ should be one of these constants: .Pp .Bl -tag -width IPL_SOFTCLOCKXX -compact -offset indent .It Dv IPL_STATCLOCK +.It Dv IPL_SCHED .It Dv IPL_CLOCK .It Dv IPL_VM .It Dv IPL_BIO |