chiark / gitweb /
Makefile: Use check_PROGRAMS target.
[mLib] / man / crc-mktab.1
index 1e8bfb4c06f8d1db2e8c456f4f8a3cbd7d66f56a..3f269600fa889fca35fdc2aa530191279df3d352 100644 (file)
@@ -72,7 +72,7 @@ the default array name is
 .TP
 .BI "\-t, \-\-type=" type
 Specify the element type of the array defined by a C source output.  The
-default is 
+default is
 .B "unsigned short"
 if the polynomial has degree 16 or less, or
 .B "unsigned long"
@@ -81,7 +81,7 @@ otherwise.  This option does nothing without the
 option.
 .TP
 .BI "\-i, \-\-include=" header
-Request that generated C source include the named 
+Request that generated C source include the named
 .I header
 file.  Inserts a
 line of the form
@@ -116,7 +116,7 @@ at the end.  The default guard macro name is built from the output file
 name specified with
 .B \-o
 by uppercasing all alphabetic characters in the name and replacing
-nonalphanumeric characters by underscores 
+nonalphanumeric characters by underscores
 .RB ` _ '.
 This option does nothing with the
 .B \-c
@@ -163,5 +163,5 @@ an example of use, see the header file
 .I A painless guide to CRC error detection algorithms
 by Ross N. Williams.
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>