summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2002-01-18 21:57:27 +0000
committerjason <jason@openbsd.org>2002-01-18 21:57:27 +0000
commitcec5dad13de2843a8d7143ce68c4b3ec7860c683 (patch)
treea5f3af50dcb103e877c4b397d981d7a7b14040b1
parentFix some zlib memory leaks, originally from Mark Adler (diff)
downloadwireguard-openbsd-cec5dad13de2843a8d7143ce68c4b3ec7860c683.tar.xz
wireguard-openbsd-cec5dad13de2843a8d7143ce68c4b3ec7860c683.zip
Remove no longer applicable diagnostic messages
-rw-r--r--share/man/man4/man4.sparc/spif.45
-rw-r--r--share/man/man4/man4.sparc64/spif.45
2 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man4/man4.sparc/spif.4 b/share/man/man4/man4.sparc/spif.4
index d9b93dd0f3f..55d74c63383 100644
--- a/share/man/man4/man4.sparc/spif.4
+++ b/share/man/man4/man4.sparc/spif.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spif.4,v 1.5 2002/01/13 02:12:34 jason Exp $
+.\" $OpenBSD: spif.4,v 1.6 2002/01/18 21:57:27 jason Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -75,9 +75,6 @@ well as automatic hardware (RTS/CTS) flow control.
.Bl -diag
.It "spif%d: ccr timeout"
A timeout occurred while writing to one of the CD180 registers.
-.It "stty%d-%d: fifo overflow"
-Incoming characters were discarded because the driver's interrupt
-routine could not read them fast enough from the card.
.It "stty%d-%d: ring overflow"
Incoming characters were discarded because the application
in control of the device did not read the input fast enough.
diff --git a/share/man/man4/man4.sparc64/spif.4 b/share/man/man4/man4.sparc64/spif.4
index 5c15d7ac2dd..2dae5d7b3c9 100644
--- a/share/man/man4/man4.sparc64/spif.4
+++ b/share/man/man4/man4.sparc64/spif.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spif.4,v 1.1 2002/01/13 02:15:01 jason Exp $
+.\" $OpenBSD: spif.4,v 1.2 2002/01/18 21:57:27 jason Exp $
.\"
.\" Copyright (c) 1999-2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -75,9 +75,6 @@ well as automatic hardware (RTS/CTS) flow control.
.Bl -diag
.It "spif%d: ccr timeout"
A timeout occurred while writing to one of the CD180 registers.
-.It "stty%d-%d: fifo overflow"
-Incoming characters were discarded because the driver's interrupt
-routine could not read them fast enough from the card.
.It "stty%d-%d: ring overflow"
Incoming characters were discarded because the application
in control of the device did not read the input fast enough.