Fix SF bug #687655, String formatting conversions misleading

This commit is contained in:
Neal Norwitz 2003-02-17 18:57:06 +00:00
parent 1fb1400d08
commit f927f14eda
1 changed files with 1 additions and 1 deletions

View File

@ -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