Module Name: src Committed By: mrg Date: Fri Dec 25 02:33:50 UTC 2009
Modified Files: src/share/man/man4: termios.4 Log Message: fix a typo: s/SIGINTR/SIGINT/. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/termios.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/termios.4 diff -u src/share/man/man4/termios.4:1.32 src/share/man/man4/termios.4:1.33 --- src/share/man/man4/termios.4:1.32 Fri Oct 13 20:31:27 2006 +++ src/share/man/man4/termios.4 Fri Dec 25 02:33:50 2009 @@ -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