8c8
< # Check for input file on command line.
---
> # Check for input file on command-line.
10,11c10,11
< E_BADARGS=65
< E_NOFILE=66
---
> E_BADARGS=85
> E_NOFILE=86
28c28
< ########################################################
---
> #####################################################
38,39c38,40
< #  Finally prefix occurrence count and sort numerically.
< ########################################################
---
> #  Finally remove duplicates, prefix occurrence count
> #+ and sort numerically.
> #####################################################
44c45
< exit 0
---
> exit $?
