diff options
Diffstat (limited to 'man3/printf.3')
| -rw-r--r-- | man3/printf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/printf.3 b/man3/printf.3 index 2fd166e1a8..603a253bbd 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -750,7 +750,7 @@ resulting multibyte string is written. .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). @@ -764,7 +764,7 @@ array, the array must contain a terminating null byte. 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 converted to multibyte characters |
