summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwl <wl>2009-12-31 07:49:45 +0000
committerwl <wl>2009-12-31 07:49:45 +0000
commit972c7dbfe69d8befc79cecfb1c8777e653078618 (patch)
tree75787832b8aa015f64c3192aad0a6de72ae2041d /doc
parentbe095a293e09eae67254f59ce878b1a36233b447 (diff)
downloadgroff-972c7dbfe69d8befc79cecfb1c8777e653078618.tar.gz
Make patterns with uppercase letters work.
Problem reported by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. * src/roff/troff/input.cpp (init_hpf_code_table): Use `cmlower'. * doc/groff.texinfo, man/groff_diff.man: Update documentation of `hpfcode' request.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texinfo4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 5281b458..5e6365f6 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -6976,7 +6976,9 @@ current list of patterns. Its arguments are pairs of character codes --
integers from 0 to@tie{}255. The request maps character
code@tie{}@var{a} to code@tie{}@var{b}, code@tie{}@var{c} to
code@tie{}@var{d}, and so on. You can use character codes which would
-be invalid otherwise.
+be invalid otherwise. By default, everything maps to itself except
+letters `A' to `Z' which map to `a' to `z'.
+
@pindex troffrc
@pindex troffrc-end