From ba80bdb2022edf77973ec70ff851643098bd86a9 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sat, 26 Dec 2009 09:46:18 +0000 Subject: SIGINTR -> SIGINT; taken from mrg@netbsd's fix to termios.4 (-r1.33); ok guenther --- share/man/man4/termios.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 2c56285db86..59cba9b0a01 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.30 2009/01/12 07:44:57 jmc Exp $ +.\" $OpenBSD: termios.4,v 1.31 2009/12/26 09:46:17 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: January 12 2009 $ +.Dd $Mdocdate: December 26 2009 $ .Dt TERMIOS 4 .Os .Sh NAME @@ -826,7 +826,7 @@ following masks: .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 -- cgit v1.2.3