ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/doc/man/man1/rcode_ident.1
(Generate patch)

Comparing ray/doc/man/man1/rcode_ident.1 (file contents):
Revision 1.2 by greg, Tue Jul 23 17:20:20 2019 UTC vs.
Revision 1.5 by greg, Wed Apr 28 19:15:09 2021 UTC

# Line 40 | Line 40 | input.idx
40   ]
41   .SH DESCRIPTION
42   .I Rcode_ident
43 < Takes a list of ASCII identifiers on the input and encodes them
43 > takes a list of ASCII identifiers on the input and encodes them
44   as a 16-bit index to a table appended to the output.
45   This default index size can hold up to 65 thousand unique IDs,
46   which is suitable for most applications.
# Line 50 | Line 50 | option may be used to specify an 8-bit index, which sa
50   if 256 or fewer unique identifiers appear on the input.
51   The
52   .I \-24
53 < option creates a 24-bit index can record over 16 million
53 > option creates a 24-bit index that can record over 16 million
54   unique identifiers.
55   .PP
56   Identifiers are separated by newlines by default, but any single-character
# Line 133 | Line 133 | rcode_ident -r -h -H -i -l mods.idx < /dev/null
133   .SH AUTHOR
134   Greg Ward
135   .SH "SEE ALSO"
136 < rcalc(1), rcode_depth(1), rcode_norm(1), rlam(1), rsplit(1), rtpict(1)
136 > rcalc(1), rcode_depth(1), rcode_norm(1), rcode2bmp(1),
137 > rlam(1), rsplit(1), rtpict(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)