From f927f14edab27b128b1962314c1cf7c10be73ac5 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 17 Feb 2003 18:57:06 +0000 Subject: [PATCH] Fix SF bug #687655, String formatting conversions misleading --- Doc/lib/libstdtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 5f4a154c994..f6b63694df8 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -800,7 +800,7 @@ The conversion flag characters are: \begin{tableii}{c|l}{character}{Flag}{Meaning} \lineii{\#}{The value conversion will use the ``alternate form'' (where defined below).} - \lineii{0}{The conversion will be zero padded.} + \lineii{0}{The conversion will be zero padded for numeric values.} \lineii{-}{The converted value is left adjusted (overrides the \character{0} conversion if both are given).} \lineii{{~}}{(a space) A blank should be left before a positive number