HOWTO: general consistency
authorSitsofe Wheeler <sitsofe@yahoo.com>
Fri, 23 Jun 2017 05:53:07 +0000 (06:53 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 26 Jun 2017 22:46:45 +0000 (23:46 +0100)
commit22413915cd4e68bf344feada47acbf1ee33436d9
tree63aaa3a758638423178911516b185ff04b607529
parent113f0e7c4b91c95500d905bf0155e5bfeff5a094
HOWTO: general consistency

- Prefer built in to builtin
- Link to man page when mentioning syscalls.
- Standardize on behavior (grumble) rather than behaviour.
- Prefer hostname to host name.
- Prefer filename to file name.
- Prefer timestamps to time stamps.
- Prefer bit mask to bitmask.
- Prefer zeros to zeroes.
- Reorder comparison operators so they work ;-)
- Fix up an unwanted apostrophe too.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
HOWTO