Comment by brandmeyer
6 years ago
Great doc!
I disagree about abandoning manual pages. I always reach for `man foo` even before `foo --help`.
Missing detail: Exit codes should be restricted to a range of 0..255 inclusive. Many POSIX system calls only forward the low-order 8 bits of the exit code to a parent process.
+1 I look at programs not supplying man pages as carelessly coded ones with little discipline.
I also appreciate man pages, hate it when they are missing. The (Free)BSD man-pages are truly great, I’d never have to google anything if others held the same standard.