From 9973b91bd59ce78c78759e217b015f4d1ba74f8f Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 22 Apr 2019 19:45:42 -0300 Subject: More readme work --- clformat/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clformat/readme.md b/clformat/readme.md index be1f29b..bf9d4f7 100644 --- a/clformat/readme.md +++ b/clformat/readme.md @@ -139,7 +139,7 @@ roughly analagous to the S directive in many printf-type strings. It takes zero, one or four parameters (described by the table below), as well as one argument. | Sample String | Description | -|-----------------------------| +|---------------|-------------| | ~a | Print out the next format argument as a string. | | ~*mincol:[0]*a | Print out the next format argument, taking at least *mincol* columns | | ~*mincol:[0],colinc:[1],minpad:[0],padchar:[' ]*a | Print out the next format argument, adding at least *minpad* instances of *padchar*, then adding copies of *padchar* in *colinc* sized blocks until the total output size is at least *mincol* columns long. | -- cgit v1.2.3