diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
| commit | d0f17b5722cf0384bfed91effce12b702b1711b8 (patch) | |
| tree | d5d747cee309ef31a04bec6681a3c0c899e7fc3c /man3/ungetwc.3 | |
| parent | f94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff) | |
| download | man-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz | |
s/wide character/wide-character/ when used attributively.
Diffstat (limited to 'man3/ungetwc.3')
| -rw-r--r-- | man3/ungetwc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/ungetwc.3 b/man3/ungetwc.3 index 1b924fbe1e..9f92612dbe 100644 --- a/man3/ungetwc.3 +++ b/man3/ungetwc.3 @@ -30,13 +30,13 @@ If \fIwc\fP is an invalid wide character, it sets \fIerrno\fP to \fBEILSEQ\fP and returns WEOF. .PP If \fIwc\fP is a valid wide character, it is pushed back onto the stream -and thus becomes available for future wide character read operations. +and thus becomes available for future wide-character read operations. The file-position indicator is decremented by one or more. The end-of-file indicator is cleared. The backing storage of the file is not affected. .PP -Note: \fIwc\fP need not be the last wide character read from the stream; +Note: \fIwc\fP need not be the last wide-character read from the stream; it can be any other valid wide character. .PP If the implementation supports multiple push-back operations in a row, the |
