diff options
author | ru <ru@FreeBSD.org> | 2004-05-19 09:45:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-05-19 09:45:46 +0000 |
commit | 3a366c9275e55dc1ec93e3190d398912f12483a2 (patch) | |
tree | 648b6bf3bbd1fb3e2378aad735657b09b80445cb /usr.bin/colldef | |
parent | e352df3b505bfbf6a1711b23b4e9104397a0c513 (diff) | |
download | FreeBSD-src-3a366c9275e55dc1ec93e3190d398912f12483a2.zip FreeBSD-src-3a366c9275e55dc1ec93e3190d398912f12483a2.tar.gz |
Markup nits.
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r-- | usr.bin/colldef/colldef.1 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index c11ed87..6aa5b3e 100644 --- a/usr.bin/colldef/colldef.1 +++ b/usr.bin/colldef/colldef.1 @@ -106,15 +106,13 @@ Any statements after the order statement are ignored. .Pp Lines in the specification file beginning with a -.Em # +.Ql # are treated as comments and are ignored. Blank lines are also ignored. .Pp -.Bd -literal -offset indent -charmap charmapfile -.Ed +.Dl "charmap charmapfile" .Pp .Ar Charmap defines where a mapping of the character @@ -126,7 +124,8 @@ The format of is shown below. Symbol names are separated from their values by TAB or -SPACE characters. Symbol-value can be specified in +SPACE characters. +Symbol-value can be specified in a hexadecimal (\ex\fI??\fR) or octal (\e\fI???\fR) representation, and can be only one character in length. .Pp @@ -161,9 +160,7 @@ The .Ar substitute statement is optional. .Pp -.Bd -literal -offset indent -order order_list -.Ed +.Dl "order order_list" .Pp .Ar Order_list is a list of symbols, separated by semi colons, that defines the |