diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index c32488e271f..763d95bb8fa 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3019,7 +3019,7 @@ printed representation. The padding, if any, normally goes on the | |||
| 3019 | left, but it goes on the right if the - flag is present. The padding | 3019 | left, but it goes on the right if the - flag is present. The padding |
| 3020 | character is normally a space, but it is 0 if the 0 flag is present. | 3020 | character is normally a space, but it is 0 if the 0 flag is present. |
| 3021 | The 0 flag is ignored if the - flag is present, or the format sequence | 3021 | The 0 flag is ignored if the - flag is present, or the format sequence |
| 3022 | is something other than %d, %e, %f, and %g. | 3022 | is something other than %d, %o, %x, %e, %f, and %g. |
| 3023 | 3023 | ||
| 3024 | For %e and %f sequences, the number after the "." in the precision | 3024 | For %e and %f sequences, the number after the "." in the precision |
| 3025 | specifier says how many decimal places to show; if zero, the decimal | 3025 | specifier says how many decimal places to show; if zero, the decimal |