aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wprintf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r--man3/wprintf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3
index 49d55b5257..abdbeaf7d6 100644
--- a/man3/wprintf.3
+++ b/man3/wprintf.3
@@ -191,7 +191,7 @@ of the form \\unnnn does not solve this problem.)
Therefore, in
internationalized programs, the \fIformat\fP string should consist of ASCII
wide characters only, or should be constructed at run time in an
-internationalized way (e.g. using
+internationalized way (e.g., using
.BR gettext (3)
or
.BR iconv (3),