autodoc.git/
autodoc.xml
Branch:
Tag:
Non-build tags
All tags
No tags
1996-10-15
1996-10-15 04:00:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
3819e31d0b62634f808ae0452519287dca315a6f (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
~ documented
Rev: src/modules/sprintf/doc/sprintf:1.2
5194:
<r><c> .n </c><c> set precision </c></r> <r><c> :n </c><c> set field size & precision </c></r> <r><c> ;n </c><c> Set column width </c></r>
-
<r><c> * </c><c> if n is a * then next argument is used </c></r>
+
<r><c> * </c><c> if n is a * then next argument is used
for precision/field size
</c></r>
<r><c> 'X' </c><c> Set a pad string. ' cannot be a part of the pad_string (yet) </c></r>
-
+
<r><c> ~ </c><c> Get pad string from argument list. </c></r>
<r><c> < </c><c> Use same arg again </c></r> <r><c> ^ </c><c> repeat this on every line produced </c></r> <r><c> @ </c><c> do this format for each entry in argument array </c></r>