summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-08-28 16:58:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-08-28 16:58:29 +0000
commit32c391175ddb1f1c974546fd18ce345a74b41396 (patch)
tree60f426d4157c2f11be72cd9340fe12315a0cbdef /share
parent3d5f6d4344260f4b61c010cc94eab742ebc84644 (diff)
...and still I got it wrong;
put the bracket in the right place, and slight sync with header.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/termios.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index c59a198d07c..6a0952c8d85 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: termios.4,v 1.24 2003/08/28 14:15:52 jmc Exp $
+.\" $OpenBSD: termios.4,v 1.25 2003/08/28 16:58:28 jmc Exp $
.\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -1053,8 +1053,8 @@ and are composed of the following masks:
.It Dv ONOEOT
/* discard
.Dv EOT Ns 's
-.Pf ( Ql ^D
-on output) */
+.Pq ^D
+on output */
.It Dv OCRNL
/* map CR to NL */
.It Dv OLCUC
@@ -1062,7 +1062,7 @@ on output) */
.It Dv ONOCR
/* No CR output at column 0 */
.It Dv ONLRET
-/* NL performs CR function */
+/* NL performs the CR function */
.El
.Pp
If