X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_get_wstr.3x;h=76c1d75d91e6283d7c29059b34a2b7ab76a7067a;hp=be4dc371adea28d435e88bfd8ba7cedeb7669bf5;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=06078d3fa68db669ed37178c01873546b4b28745;ds=sidebyside diff --git a/man/curs_get_wstr.3x b/man/curs_get_wstr.3x index be4dc371..76c1d75d 100644 --- a/man/curs_get_wstr.3x +++ b/man/curs_get_wstr.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_get_wstr.3x,v 1.11 2017/03/04 21:24:04 tom Exp $ +.\" $Id: curs_get_wstr.3x,v 1.12 2017/11/21 00:45:48 tom Exp $ .TH curs_get_wstr 3X "" .na .hy 0 @@ -161,10 +161,10 @@ or if the window pointer is null. .SH PORTABILITY These functions are described in The Single Unix Specification, Version 2. No error conditions are defined. -This implementation returns ERR if the window pointer is null, -or if the lower-level \fBwget_wch\fR call returns an ERR. +This implementation returns \fBERR\fP if the window pointer is null, +or if the lower-level \fBwget_wch\fR call returns an \fBERR\fP. In the latter case, -an ERR return without other data is treated as an end-of-file condition, +an \fBERR\fP return without other data is treated as an end-of-file condition, and the returned array contains a \fBWEOF\fR followed by a null \fBwchar_t\fR. .PP X/Open curses documented these functions to pass an array of \fBwchar_t\fR