chiark / gitweb /
hash/crc-mktab.c, hash/unihash-mkstatic.c: Add `const' option.
[mLib] / hash / crc-mktab.1
index 3f269600fa889fca35fdc2aa530191279df3d352..bfbeb8a65410be18ed36999c69408a45d7cf40a0 100644 (file)
@@ -12,7 +12,7 @@
 crc-mktab \- construct CRC tables for efficient computation
 .SH SYNOPSIS
 .B crc-mktab
-.RB [ \-cr ]
+.RB [ \-Ccr ]
 .RB [ \-s
 .IR symbol ]
 .RB [ \-t
@@ -57,6 +57,11 @@ successfully.
 .B "\-u, \-\-usage"
 Print a one-line usage summary to standard output and exit successfully.
 .TP
+.B "\-C, \-\-const"
+When producing C source (the
+.B \-c
+option), rather than a header, define the table to be
+.BR const .
 .B "\-c, \-\-c-source"
 Produce a C source file which exports a symbol naming the array, instead
 of a C header file.