summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-12-26 09:46:18 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-12-26 09:46:18 +0000
commitba80bdb2022edf77973ec70ff851643098bd86a9 (patch)
treee36121187540f994aac09326a8f579feac9c4764 /share
parent991bdbbe17f0440b449c7a74b1f5781828223e1b (diff)
SIGINTR -> SIGINT; taken from mrg@netbsd's fix to termios.4 (-r1.33);
ok guenther
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/termios.46
1 files changed, 3 insertions, 3 deletions
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