aboutsummaryrefslogtreecommitdiffstats
path: root/man3/ungetwc.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 19:40:35 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 19:40:35 +0000
commitd0f17b5722cf0384bfed91effce12b702b1711b8 (patch)
treed5d747cee309ef31a04bec6681a3c0c899e7fc3c /man3/ungetwc.3
parentf94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff)
downloadman-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz
s/wide character/wide-character/ when used attributively.
Diffstat (limited to 'man3/ungetwc.3')
-rw-r--r--man3/ungetwc.34
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