X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..3e7267bfb1faa4895769c785d859a88e86a79ff5:/hash/crc-mktab.1 diff --git a/hash/crc-mktab.1 b/hash/crc-mktab.1 index 3f26960..bfbeb8a 100644 --- a/hash/crc-mktab.1 +++ b/hash/crc-mktab.1 @@ -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.