summaryrefslogtreecommitdiffstats
path: root/share/man/man9/spl.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-16 18:14:34 +0000
committerbde <bde@FreeBSD.org>1998-01-16 18:14:34 +0000
commit69456bf19454040eca2c18174a2103a3b4c1005b (patch)
tree1fc453aec4072e5c62068d8c4fd4d08319073bd8 /share/man/man9/spl.9
parent50ea0c54c5d5c655ee42b3ebd45761691eb1cb33 (diff)
downloadFreeBSD-src-69456bf19454040eca2c18174a2103a3b4c1005b.zip
FreeBSD-src-69456bf19454040eca2c18174a2103a3b4c1005b.tar.gz
Fixed bitrot. The type of the "level" is intrmask_t, not int.
Diffstat (limited to 'share/man/man9/spl.9')
-rw-r--r--share/man/man9/spl.922
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9
index b30bacc..f4befd4 100644
--- a/share/man/man9/spl.9
+++ b/share/man/man9/spl.9
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: spl.9,v 1.4 1997/03/21 20:14:14 mpp Exp $
+.\" $Id: spl.9,v 1.5 1997/04/13 14:49:09 bde Exp $
.\" "
.Dd July 21, 1996
.Os
@@ -45,28 +45,28 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/systm.h>
-.Ft int
+.Ft intrmask_t
.Fn splbio "void"
-.Ft int
+.Ft intrmask_t
.Fn splclock "void"
-.Ft int
+.Ft intrmask_t
.Fn splhigh "void"
-.Ft int
+.Ft intrmask_t
.Fn splimp "void"
-.Ft int
+.Ft intrmask_t
.Fn splnet "void"
-.Ft int
+.Ft intrmask_t
.Fn splsoftclock "void"
-.Ft int
+.Ft intrmask_t
.Fn splsofttty "void"
-.Ft int
+.Ft intrmask_t
.Fn splstatclock "void"
-.Ft int
+.Ft intrmask_t
.Fn spltty "void"
.Ft void
.Fn spl0 "void"
.Ft void
-.Fn splx "int ipl"
+.Fn splx "intrmask_t ipl"
.Sh DESCRIPTION
The
.Fn spl
OpenPOWER on IntegriCloud