aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wprintf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r--man3/wprintf.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3
index 7090880e49..963e218c4c 100644
--- a/man3/wprintf.3
+++ b/man3/wprintf.3
@@ -14,7 +14,7 @@
.TH WPRINTF 3 1999-11-20 "GNU" "Linux Programmer's Manual"
.SH NAME
wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf \- formatted
-wide character output conversion
+wide-character output conversion
.SH SYNOPSIS
.nf
.B #include <stdio.h>
@@ -40,17 +40,17 @@ It performs formatted output of wide
characters.
.PP
The \fBwprintf\fP() and \fBvwprintf\fP() functions
-perform wide character output to \fBstdout\fP.
+perform wide-character output to \fBstdout\fP.
\fBstdout\fP must not be byte oriented; see function
\fBfwide\fP() for more information.
.PP
The \fBfwprintf\fP() and \fBvfwprintf\fP() functions
-perform wide character output to \fIstream\fP.
+perform wide-character output to \fIstream\fP.
\fIstream\fP must not be byte oriented; see function
\fBfwide\fP() for more information.
.PP
The \fBswprintf\fP() and \fBvswprintf\fP() functions
-perform wide character output
+perform wide-character output
to an array of wide characters.
The programmer must ensure that there is
room for at least \fImaxlen\fP wide
@@ -63,7 +63,7 @@ functions except for the
following differences:
.TP
.B \(bu
-The \fIformat\fP string is a wide character string.
+The \fIformat\fP string is a wide-character string.
.TP
.B \(bu
The output consists of wide characters, not bytes.