diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-12 07:44:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-12 07:44:58 +0000 |
commit | 32b4996606b96e66b3a26e6804ff41be863f5dae (patch) | |
tree | 0f5f7e6ab956a6d50efba9aa262edb127e500dd5 /share/man | |
parent | 8d1d4acb7230322673dd4829d451ea4d3263dd8f (diff) |
macro fix; from patrick keshishian
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/termios.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 886f3c42d3d..2c56285db86 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.29 2008/08/21 18:16:13 jmc Exp $ +.\" $OpenBSD: termios.4,v 1.30 2009/01/12 07:44:57 jmc Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)termios.4 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: August 21 2008 $ +.Dd $Mdocdate: January 12 2009 $ .Dt TERMIOS 4 .Os .Sh NAME @@ -583,7 +583,7 @@ is set, the .Dv EOF character is discarded when processed. -.Dv NL +.It Dv NL Special character on input and is recognized if the .Dv ICANON flag is set. |