diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:25:23 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:25:23 +0000 |
commit | 1274071a69a58859123c827aecbdd938c27ebd6f (patch) | |
tree | 85e052fbbcbb01b284e4528491701c3a8d8cae49 /man3/wprintf.3 | |
parent | c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00 (diff) |
ffix
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r-- | man3/wprintf.3 | 12 |
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 |