aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wprintf.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/wprintf.3
parentf94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff)
downloadman-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz
s/wide character/wide-character/ when used attributively.
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.