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 ccc0d27b139..09f836c3eb4 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4202,7 +4202,7 @@ The - and 0 flags affect the width specifier, as described below.
4202 4202
4203The # flag means to use an alternate display form for %o, %x, %X, %e, 4203The # flag means to use an alternate display form for %o, %x, %X, %e,
4204%f, and %g sequences: for %o, it ensures that the result begins with 4204%f, and %g sequences: for %o, it ensures that the result begins with
4205\"0\"; for %x and %X, it prefixes the result with \"0x\" or \"0X\"; 4205\"0\"; for %x and %X, it prefixes nonzero results with \"0x\" or \"0X\";
4206for %e and %f, it causes a decimal point to be included even if the 4206for %e and %f, it causes a decimal point to be included even if the
4207precision is zero; for %g, it causes a decimal point to be 4207precision is zero; for %g, it causes a decimal point to be
4208included even if the precision is zero, and also forces trailing 4208included even if the precision is zero, and also forces trailing