freebsd-dev/usr.bin/cksum
Mike Pritchard a684cccdd6 Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
that whatis(1) will produce the expected results.

Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
1999-06-24 06:22:24 +00:00
..
cksum.1 Some man page cleanup. Make the NAME and SYNOPSIS sections agree so 1999-06-24 06:22:24 +00:00
cksum.c cksum does a 32-bit checksum, so it needs to use u_int32_t variables, 1998-03-10 05:03:49 +00:00
crc32.c Avoid infinite loop if read() fails consistently. 1998-09-16 15:53:25 +00:00
crc.c Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
extern.h cksum does a 32-bit checksum, so it needs to use u_int32_t variables, 1998-03-10 05:03:49 +00:00
Makefile Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
print.c Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
sum1.c Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
sum2.c Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00