aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index ddf190b1752..fe1feaf1e77 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3057,7 +3057,7 @@ printed representation. The padding, if any, normally goes on the
3057left, but it goes on the right if the - flag is present. The padding 3057left, but it goes on the right if the - flag is present. The padding
3058character is normally a space, but it is 0 if the 0 flag is present. 3058character is normally a space, but it is 0 if the 0 flag is present.
3059The 0 flag is ignored if the - flag is present, or the format sequence 3059The 0 flag is ignored if the - flag is present, or the format sequence
3060is something other than %d, %e, %f, and %g. 3060is something other than %d, %o, %x, %e, %f, and %g.
3061 3061
3062For %e and %f sequences, the number after the "." in the precision 3062For %e and %f sequences, the number after the "." in the precision
3063specifier says how many decimal places to show; if zero, the decimal 3063specifier says how many decimal places to show; if zero, the decimal