diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-25 16:23:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-25 16:23:27 +0000 |
commit | 5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (patch) | |
tree | 0bae6725ac576f08a4a1e5fae839467d9a7ad6e8 | |
parent | c721f96fc157e84426a1a2b749083eac44e9515d (diff) |
Don't incorrectly document splserial() as spltty().
-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 bdd8ad28394..90ed44aaebe 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.5 2000/10/12 18:06:03 aaron Exp $ +.\" $OpenBSD: spl.9,v 1.6 2000/10/25 16:23:26 aaron Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -41,7 +41,7 @@ .Ft int .Fn splhigh void .Ft int -.Fn spltty void +.Fn splserial void .Ft int .Fn splsched void .Ft int @@ -95,7 +95,7 @@ It is used for code that cannot tolerate any interrupts, like hardware context switching code and the .Xr ddb 4 in-kernel debugger. -.It Fn spltty +.It Fn splserial blocks hard interrupts from serial interfaces. Code running at this level may not access the tty subsystem. .It Fn splsched |