hash/crc-mktab.c, hash/unihash-mkstatic.c: Add `const' option.
[mLib] / hash / unihash-mkstatic.1
index f33ec6b..09da499 100644 (file)
@@ -12,7 +12,7 @@
 unihash-mkstatic \- construct tables for universal hashing
 .SH SYNOPSIS
 .B unihash-mkstatic
-.RB [ \-c ]
+.RB [ \-Cc ]
 .RB [ \-s
 .IR symbol ]
 .RB [ \-i
@@ -46,6 +46,12 @@ 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 .
+.TP
 .B "\-c, \-\-c-source"
 Produce a C source file which exports a symbol naming the array, instead
 of a C header file.