diff options
author | charnier <charnier@FreeBSD.org> | 1999-12-05 20:03:22 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1999-12-05 20:03:22 +0000 |
commit | f585d4fa84ca5e1ad268e6d90704357091bf7416 (patch) | |
tree | c99f666bbacc0df65011d6ec87e51e58a6b9b8df /usr.bin/cksum/sum2.c | |
parent | c32cda93bb0a38fcd29308dd4bfc8c21cc56270e (diff) | |
download | FreeBSD-src-f585d4fa84ca5e1ad268e6d90704357091bf7416.zip FreeBSD-src-f585d4fa84ca5e1ad268e6d90704357091bf7416.tar.gz |
Minimal use of .Ar and .Nm.
Add section number to .Xr reference.
Add DIAGNOSTICS section name.
Remove unused #includes.
Be consistant in the parsing of flags and add missing option in usage string.
Add rcsid.
Diffstat (limited to 'usr.bin/cksum/sum2.c')
-rw-r--r-- | usr.bin/cksum/sum2.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index 11abb2c..4ce83f6 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -32,7 +32,11 @@ */ #ifndef lint -static const char sccsid[] = "@(#)sum2.c 8.1 (Berkeley) 6/6/93"; +#if 0 +static char sccsid[] = "@(#)sum2.c 8.1 (Berkeley) 6/6/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |