Audit cksum(1)

1) Reorder local variables.
2) Cleanup error messages, use %zu for size_t.
3) combine putchar(' ') and fputs to substitute printf(" %s", s).
4) Fix usage().
5) argv-argc-usage-fix.
6) Add empty line before return.
This commit is contained in:
FRIGN
2015-03-11 00:13:48 +01:00
parent 3c33abc520
commit d6818a3c5f
2 changed files with 19 additions and 17 deletions

2
README
View File

@@ -16,7 +16,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
=*| chmod yes none
=*| chown yes none
=*| chroot non-posix none
=* cksum yes none
=*| cksum yes none
=* cmp yes none
#*| cols non-posix none
col yes none