X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/4d4fb2913be1bb83a02e64fbb4dd0b4a6355354a..3e7267bfb1faa4895769c785d859a88e86a79ff5:/hash/unihash-mkstatic.1 diff --git a/hash/unihash-mkstatic.1 b/hash/unihash-mkstatic.1 index f33ec6b..09da499 100644 --- a/hash/unihash-mkstatic.1 +++ b/hash/unihash-mkstatic.1 @@ -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.