summaryrefslogtreecommitdiff
path: root/man3/wprintf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 18:25:23 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 18:25:23 +0000
commit1274071a69a58859123c827aecbdd938c27ebd6f (patch)
tree85e052fbbcbb01b284e4528491701c3a8d8cae49 /man3/wprintf.3
parentc8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00 (diff)
ffix
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r--man3/wprintf.312
1 files changed, 9 insertions, 3 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3
index 42ee1b08..34b1e272 100644
--- a/man3/wprintf.3
+++ b/man3/wprintf.3
@@ -173,12 +173,18 @@ C99.
The behavior of
.BR wprintf ()
et al. depends
-on the LC_CTYPE category of the
+on the
+.B LC_CTYPE
+category of the
current locale.
.PP
If the \fIformat\fP string contains non-ASCII wide characters, the program
-will only work correctly if the LC_CTYPE category of the current locale at
-run time is the same as the LC_CTYPE category of the current locale at
+will only work correctly if the
+.B LC_CTYPE
+category of the current locale at
+run time is the same as the
+.B LC_CTYPE
+category of the current locale at
compile time.
This is because the
.I wchar_t