summaryrefslogtreecommitdiff
path: root/lib/libcurses/curs_getch.3tbl
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-09-13 19:16:32 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-09-13 19:16:32 +0000
commit53218c15edcfe41c06028f1a17a68693bb6bc556 (patch)
tree1d0df32b127f247ba83c0a8cc104156535f70408 /lib/libcurses/curs_getch.3tbl
parent777adf5023503ad1519db23336d1e411ba8fa089 (diff)
ncurses-4.2-980905
Diffstat (limited to 'lib/libcurses/curs_getch.3tbl')
-rw-r--r--lib/libcurses/curs_getch.3tbl14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcurses/curs_getch.3tbl b/lib/libcurses/curs_getch.3tbl
index 8a5090fc7f3..e24cbcc02ff 100644
--- a/lib/libcurses/curs_getch.3tbl
+++ b/lib/libcurses/curs_getch.3tbl
@@ -1,3 +1,6 @@
+'\" t
+.\" $OpenBSD: curs_getch.3tbl,v 1.6 1998/09/13 19:16:18 millert Exp $
+.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
.\" *
@@ -26,9 +29,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-'\" t
-.\" $From: curs_getch.3x,v 1.13 1998/03/11 21:12:53 juergen Exp $
-.\" $OpenBSD: curs_getch.3tbl,v 1.5 1998/07/23 21:17:38 millert Exp $
+.\" $From: curs_getch.3x,v 1.14 1998/08/27 21:21:04 Rick.Ohnemus Exp $
.TH curs_getch 3 ""
.SH NAME
\fBgetch\fR, \fBwgetch\fR, \fBmvgetch\fR,
@@ -255,12 +256,11 @@ input timeout or non-blocking mode hsd been set.
Programmers concerned about portability should be prepared for either of two
cases: (a) signal receipt does not interrupt \fBgetch\fR; (b) signal receipt
interrupts \fBgetch\fR and causes it to return ERR with \fBerrno\fR set to
-\fBEINTR\fR. Under this \fBcurses\fR implementation, handled signals never
+\fBEINTR\fR. Under the \fBncurses\fR implementation, handled signals never
interrupt \fBgetch\fR.
-The \fBhas_key\fR function is unique to this version of \fBcurses\fR. We
-recommend that any code using it be conditionalized on the
-\fBNCURSES_VERSION\fR feature macro.
+The \fBhas_key\fR function is unique to \fBncurses\fR. We recommend that
+any code using it be conditionalized on the \fBNCURSES_VERSION\fR feature macro.
.SH SEE ALSO
\fBcurses\fR(3),
\fBcurs_inopts\fR(3),