Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 fix a typo: s/SIGINTR/SIGINT/.



details:   https://anonhg.NetBSD.org/src/rev/a90042d07166
branches:  trunk
changeset: 750326:a90042d07166
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Dec 25 02:33:50 2009 +0000

description:
fix a typo: s/SIGINTR/SIGINT/.

diffstat:

 share/man/man4/termios.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0bb1c0449a54 -r a90042d07166 share/man/man4/termios.4
--- a/share/man/man4/termios.4  Fri Dec 25 01:56:43 2009 +0000
+++ b/share/man/man4/termios.4  Fri Dec 25 02:33:50 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: termios.4,v 1.32 2006/10/13 20:31:27 wiz Exp $
+.\"    $NetBSD: termios.4,v 1.33 2009/12/25 02:33:50 mrg Exp $
 .\"
 .\" Copyright (c) 1991, 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -853,7 +853,7 @@
 .It Dv IGNBRK
 /* ignore BREAK condition */
 .It Dv BRKINT
-/* map BREAK to SIGINTR */
+/* map BREAK to SIGINT */
 .It Dv IGNPAR
 /* ignore (discard) parity errors */
 .It Dv PARMRK



Home | Main Index | Thread Index | Old Index