summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-10 04:42:17 +0000
committerderaadt <deraadt@openbsd.org>1996-06-10 04:42:17 +0000
commit04d82878fa77349a695ccbdd4b8d0681a7341e5c (patch)
treecf28ccf0a32d3fc698a0dde3ebe4dd3ae52e2598
parentadd iy(4) (diff)
downloadwireguard-openbsd-04d82878fa77349a695ccbdd4b8d0681a7341e5c.tar.xz
wireguard-openbsd-04d82878fa77349a695ccbdd4b8d0681a7341e5c.zip
TABLDISC, not TBLDISC
-rw-r--r--share/man/man4/tb.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tb.4 b/share/man/man4/tb.4
index cb5aefe0c49..3815ac0d27a 100644
--- a/share/man/man4/tb.4
+++ b/share/man/man4/tb.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: tb.4,v 1.3 1994/12/10 08:04:57 glass Exp $
+.\" $NetBSD: tb.4,v 1.3.6.1 1996/05/31 00:37:45 cgd Exp $
.\"
.\" Copyright (c) 1986, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -53,7 +53,7 @@ handler.
The line discipline is enabled by a sequence:
.Bd -literal -offset indent
#include <sys/tablet.h>
-int ldisc = TBLDISC, fildes; ...
+int ldisc = TABLDISC, fildes; ...
ioctl(fildes, TIOCSETD, &ldisc);
.Ed
.Pp