diff options
author | 2004-04-27 16:44:09 +0000 | |
---|---|---|
committer | 2004-04-27 16:44:09 +0000 | |
commit | dd82a95bf076c7c1595160e4fe909871a6b8dea0 (patch) | |
tree | 9bdd5f36bac82d49f768818b8a315fe8bd1b26ab | |
parent | Make the bit count u_int64_t instead of two u_int32_t. Adapted from (diff) | |
download | wireguard-openbsd-dd82a95bf076c7c1595160e4fe909871a6b8dea0.tar.xz wireguard-openbsd-dd82a95bf076c7c1595160e4fe909871a6b8dea0.zip |
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 |