summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/colldef.1
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-08-23 04:18:26 +0000
committerache <ache@FreeBSD.org>2002-08-23 04:18:26 +0000
commite528806f994ecb3c23bf174011c94e71abaf5073 (patch)
tree2cda2e38523c261703b020223df90f38fef297dc /usr.bin/colldef/colldef.1
parente1124db23a589e1d1236be6a72665e1315adacbd (diff)
downloadFreeBSD-src-e528806f994ecb3c23bf174011c94e71abaf5073.zip
FreeBSD-src-e528806f994ecb3c23bf174011c94e71abaf5073.tar.gz
Allow chains in any form like <name1><name2> or \xf1\xf2, not binary
representation only.
Diffstat (limited to 'usr.bin/colldef/colldef.1')
-rw-r--r--usr.bin/colldef/colldef.116
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1
index 47a7584..8136b4f 100644
--- a/usr.bin/colldef/colldef.1
+++ b/usr.bin/colldef/colldef.1
@@ -175,15 +175,12 @@ The symbol itself (for example,
for the lower-case letter
.Ar a )
.It
-The symbol chain (for example,
-.Ar abc )
-.It
-In octal representation (for example,
+The symbol in octal representation (for example,
.Ar \e141
for the letter
.Ar a )
.It
-In hexadecimal representation (for example,
+The symbol in hexadecimal representation (for example,
.Ar \ex61
for the letter
.Ar a )
@@ -191,9 +188,9 @@ for the letter
The symbol name as defined in the
.Ar charmap
file (for example,
-.Ar <abc>
+.Ar <letterA>
for
-.Ar abc \e023
+.Ar letterA \e023
record in
.Ar charmapfile ) .
If character map name have
@@ -214,6 +211,11 @@ Symbols
.Ar \ev
are permitted in its usual C-language meaning
.It
+The symbol chain (for example:
+.Ar abc ,
+.Ar <letterA><letterB> ,
+.Ar \exf1\exf2 )
+.It
The symbol range (for example,
.Ar a;...;z )
.It
OpenPOWER on IntegriCloud