]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r327514,r327521,r327614,r327615,r327616,r327623:
authoreadler <eadler@FreeBSD.org>
Thu, 15 Mar 2018 09:38:18 +0000 (09:38 +0000)
committereadler <eadler@FreeBSD.org>
Thu, 15 Mar 2018 09:38:18 +0000 (09:38 +0000)
commit919a8f04467c52805c1f05685221027185dea6de
tree758525dcb5cfbaa27624d164a862608f1c3e62db
parent94dc01219a127a96409f5afcefd1a4a30759b1eb
MFC r327514,r327521,r327614,r327615,r327616,r327623:

morse(6): several improvements

- add ñ, ', and _
- remove lint support
- add missing header for ioctl
- fix two typod
- Use `-r` for "reverse" mode and to match DragonFlyBSD.
- Move defines around to clear up logic
- use `errx` instead of `fprintf` and `exit`
- Use copyright comment header
- Make it easier to compile on !FreeBSD
- Diff reduction against DragonFlyBSD
- bump Dd
- use 'r' instead of 'D' from the original submission

PR: 35109
usr.bin/morse/morse.6
usr.bin/morse/morse.c