aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wprintf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r--man3/wprintf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3
index 33a09674ab..655322a67a 100644
--- a/man3/wprintf.3
+++ b/man3/wprintf.3
@@ -161,7 +161,7 @@ modifier is present, the
.B s
If no
.B l
-modifier is present: The
+modifier is present: the
.I "const\ char\ *"
argument is expected to be a pointer to an array of character type
(pointer to a string) containing a multibyte character sequence beginning
@@ -187,7 +187,7 @@ and it is so small that the number of converted wide characters reaches it
before the end of the array is reached.
If an
.B l
-modifier is present: The
+modifier is present: the
.I "const\ wchar_t\ *"
argument is expected to be a pointer to an array of wide characters.
Wide characters from the array are written up to (but not including) a