From 7583a55dfbd97d1d72e704501a64ebe7b304e153 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 22 Apr 2019 19:44:11 -0300 Subject: More readme work --- clformat/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clformat/readme.md') diff --git a/clformat/readme.md b/clformat/readme.md index c5f4ec6..be1f29b 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. -- cgit v1.2.3