summaryrefslogtreecommitdiff
path: root/clformat/readme.md
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-07-24 17:23:00 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-07-24 17:23:00 -0300
commite0ae77a7093feb56e142d6aa0e6fa1a264f94dd8 (patch)
tree70cc32fa45b6a9f69f832dae0e45c38110c6c9fb /clformat/readme.md
parent5a15fd15334d5e2a0e3a047c2dfff87bd3822a32 (diff)
Fix up case printing a bit
Diffstat (limited to 'clformat/readme.md')
-rw-r--r--clformat/readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/clformat/readme.md b/clformat/readme.md
index 2271af8..da0e085 100644
--- a/clformat/readme.md
+++ b/clformat/readme.md
@@ -146,3 +146,11 @@ It takes zero, one or four parameters (described by the table below), as well as
Padding will be inserted after the string, unless the `@` modifier has
been specified, in which case it will go before the string.
+
+## ( Directive
+The ( directive is used for performing simple case-mappings on a string. It
+encloses a string that contains other directives, terminated by the ~)
+directive.
+
+It takes no parameters, but takes one format argument; its behavior is
+influenced by the modifiers provided to the ( directive, but not much else.