diff options
-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. |