diff options
Diffstat (limited to 'man3/strfmon.3')
| -rw-r--r-- | man3/strfmon.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strfmon.3 b/man3/strfmon.3 index 826ad12b24..0213499340 100644 --- a/man3/strfmon.3 +++ b/man3/strfmon.3 @@ -37,7 +37,7 @@ result in the character array \fIs\fP of size \fImax\fP. .PP Ordinary characters in \fIformat\fP are copied to \fIs\fP without conversion. -Conversion specifiers are introduced by a \'%\' +Conversion specifiers are introduced by a \(aq%\(aq character. Immediately following it there can be zero or more of the following flags: @@ -102,7 +102,7 @@ The three conversion characters are .TP .B % (In this case the entire specification must be exactly "%%".) -Put a \'%\' character in the result string. +Put a \(aq%\(aq character in the result string. .TP .B i One argument of type |
