diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-04-22 19:45:42 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-04-22 19:45:42 -0300 |
| commit | 9973b91bd59ce78c78759e217b015f4d1ba74f8f (patch) | |
| tree | 1d1c768f04cc80be084cc5a5d995ecf1d9b6ee00 | |
| parent | 7583a55dfbd97d1d72e704501a64ebe7b304e153 (diff) | |
More readme work
| -rw-r--r-- | clformat/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |
