summaryrefslogtreecommitdiff
path: root/clformat
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-04-22 19:41:51 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-04-22 19:41:51 -0300
commit93da3d7089bc6301f9038f97ee4e5acbdff9ffa5 (patch)
tree705ac48e35fe7a299d19220d6f5880efd50a87ef /clformat
parente7200831e0f6c56510e04185d70ed5c15010a71a (diff)
More readme work
Diffstat (limited to 'clformat')
-rw-r--r--clformat/readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/clformat/readme.md b/clformat/readme.md
index 55b5299..c5f4ec6 100644
--- a/clformat/readme.md
+++ b/clformat/readme.md
@@ -21,13 +21,13 @@ number in. They are separated from each other by commas.
A prefix parameter can be one of the following:
* A signed decimal number
* A single character, preceeded by a single quote `'`
-* The letter V
+* The letter `V`\\
Specifies that the value for this parameter should be read from the
parameters to the format string
-* The character #
+* The character `#`\\
Specifies that the value for this parameter should be the number of
parameters to the format string remaining
-* The character %
+* The character `%`\\
Specifies that the value for this parameter should be the current position
in the format string parameter list
* A double quoted string.