diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/termios.4 | 8 |
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 |