diff options
Diffstat (limited to 'man3/printf.3')
| -rw-r--r-- | man3/printf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/printf.3 b/man3/printf.3 index 6728e4abb0..361de795ae 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -261,7 +261,7 @@ For .B x and .B X -conversions, a non-zero result has the string "0x" (or "0X" for +conversions, a nonzero result has the string "0x" (or "0X" for .B X conversions) prepended to it. For @@ -382,7 +382,7 @@ For example, since glibc 2.2.3 this will give Arabic-Indic digits in the Persian ("fa_IR") locale. .\" outdigits keyword in locale file .SS "The field width" -An optional decimal digit string (with non-zero first digit) specifying +An optional decimal digit string (with nonzero first digit) specifying a minimum field width. If the converted value has fewer characters than the field width, it will be padded with spaces on the left @@ -700,7 +700,7 @@ if an exact representation in base 2 exists and otherwise is sufficiently large to distinguish values of type .IR double . The digit before the decimal point is unspecified for non-normalized -numbers, and non-zero but otherwise unspecified for normalized numbers. +numbers, and nonzero but otherwise unspecified for normalized numbers. .TP .B c If no |
