summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-08-28 14:15:53 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-08-28 14:15:53 +0000
commitb300592d218ec0e85df79884a4d7d7653ce7e3a9 (patch)
treecf566f5a8b7a2e7c10f127d0180f4b989146d385
parentf57d2fa9024b76d0f205490899272cacf65323c8 (diff)
missing bracket;
from Vink Joris
-rw-r--r--share/man/man4/termios.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 4969a6bbd06..c59a198d07c 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: termios.4,v 1.23 2003/06/26 19:36:29 jmc Exp $
+.\" $OpenBSD: termios.4,v 1.24 2003/08/28 14:15:52 jmc Exp $
.\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -1053,7 +1053,7 @@ and are composed of the following masks:
.It Dv ONOEOT
/* discard
.Dv EOT Ns 's
-.Ql \&^D
+.Pf ( Ql ^D
on output) */
.It Dv OCRNL
/* map CR to NL */