diff options
author | 2000-10-25 16:23:26 +0000 | |
---|---|---|
committer | 2000-10-25 16:23:26 +0000 | |
commit | 6dba9c1ba0b4dabae68b2e6b2f887361fc2183ed (patch) | |
tree | 07a2da4e9ec99fb27511cb433b90ca3a30c45d8c | |
parent | Clarify; gluk@ptci.ru (diff) | |
download | wireguard-openbsd-6dba9c1ba0b4dabae68b2e6b2f887361fc2183ed.tar.xz wireguard-openbsd-6dba9c1ba0b4dabae68b2e6b2f887361fc2183ed.zip |
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 |