From 53218c15edcfe41c06028f1a17a68693bb6bc556 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 13 Sep 1998 19:16:32 +0000 Subject: ncurses-4.2-980905 --- lib/libcurses/curs_getch.3tbl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/libcurses/curs_getch.3tbl') 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), -- cgit v1.2.3