summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 04:42:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 04:42:18 +0000
commitc8bb1c41408e1e50db1299e25d76a6c92dc60206 (patch)
tree248c56537d2e0b65fa667d8600124c9def700a86 /share
parent1248c913625bf7aed7ed9809cf5f58f5cc99acce (diff)
TABLDISC, not TBLDISC
Diffstat (limited to 'share')
-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