X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_getstr.3x;h=d82034f9e4f86ef70a053dc58d4e7afb808c56a7;hp=ee8ae92d48b9307491dc018f1e215842746e37a4;hb=79695a2ff354087dca5006351286f741ee8c82c4;hpb=ce4803687b821efbc5fb2c5a5f06d69cd4dc2656 diff --git a/man/curs_getstr.3x b/man/curs_getstr.3x index ee8ae92d..d82034f9 100644 --- a/man/curs_getstr.3x +++ b/man/curs_getstr.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_getstr.3x,v 1.21 2017/02/18 16:37:18 tom Exp $ +.\" $Id: curs_getstr.3x,v 1.23 2017/11/21 00:45:48 tom Exp $ .TH curs_getstr 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -96,7 +96,7 @@ if the window pointer is null, or if its timeout expires without having any data. .PP This implementation provides an extension as well. -If a SIGWINCH interrupts the function, it will return \fBKEY_RESIZE\fP +If a \fBSIGWINCH\fP interrupts the function, it will return \fBKEY_RESIZE\fP rather than \fBOK\fP or \fBERR\fP. .PP Functions with a \*(``mv\*('' prefix first perform a cursor movement using @@ -108,8 +108,8 @@ Note that \fBgetstr\fR, \fBmvgetstr\fR, and \fBmvwgetstr\fR may be macros. These functions are described in the XSI Curses standard, Issue 4. They read single-byte characters only. The standard does not define any error conditions. -This implementation returns ERR if the window pointer is null, -or if the lower-level \fBwgetch\fR(3X) call returns an ERR. +This implementation returns \fBERR\fP if the window pointer is null, +or if the lower-level \fBwgetch\fR(3X) call returns an \fBERR\fP. .PP SVr3 and early SVr4 curses implementations did not reject function keys; the SVr4.0 documentation claimed that \*(``special keys\*(''