summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-04-22 10:21:41 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-04-22 10:21:41 +0000
commit7031b5f5f547f954efc4efcb4735025b732a6f36 (patch)
tree8d9f460ec4e153c547d71bb6b4012e1c9561fdd0 /doc
parent92430e654b2f6003e7aa7720aeaf030de770495d (diff)
Document %_.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sgml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual.sgml.in b/doc/manual.sgml.in
index f6bac4d5..d9aac525 100644
--- a/doc/manual.sgml.in
+++ b/doc/manual.sgml.in
@@ -4277,6 +4277,15 @@ following construct:
%?<sequence_char>?<if_string>&<else_string>?
</verb></tscreen>
+You can additionally force the result of any printf-like sequence to
+be lowercase by prefixing the sequence character with an underscore
+(&lowbar;) sign. For example, if you want to display the local
+hostname in lowercase, you would use:
+
+<tscreen><verb>
+ %_h
+</verb</tscreen>
+
<sect2>status&lowbar;on&lowbar;top<label id="status_on_top">
<p>
Type: boolean<newline>