diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-27 16:44:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-27 16:44:10 +0000 |
commit | f2e8ebb57b4c79c2e9b7abd314620398aeb86b2c (patch) | |
tree | 45c26ee288351abc3844369ef74fc013640e00b5 | |
parent | e298b0d5fb907dccdfb221b2ee383749e48808cc (diff) |
missing `.It' which was causing START and CT descriptions to be concatenated;
from Juho Juopperi (NetBSD PR 25352);
-rw-r--r-- | share/man/man4/termios.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 6a0952c8d85..44d88e504e6 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.25 2003/08/28 16:58:28 jmc Exp $ +.\" $OpenBSD: termios.4,v 1.26 2004/04/27 16:44:09 jmc Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -642,7 +642,7 @@ If is set, the .Dv START character is discarded when processed. -.Dv CR +.It Dv CR Special character on input and is recognized if the .Dv ICANON flag is set; it is the |