aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cmp.c
Commit message (Collapse)AuthorAgeFilesLines
* src/cmd: print all usage messages to stderrTom Schwindl2022-09-061-1/+1
| | | | | All utilities print their usage message to stderr, cmp(1) and getflags(8) should do the same.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* new utilities.rsc2003-11-231-0/+112
the .C files compile but are renamed to avoid building automatically.