aboutsummaryrefslogtreecommitdiffstats
path: root/man3/ungetwc.3
diff options
context:
space:
mode:
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