units.1:
- Change the description to a more descriptive "conversion calculator".
- Sort options.
- Split the description into sections to make it easier to navigate the manual page.
- Improve the description of various options.
- Document the default value of the output format.
- Use more mdoc macros for better readability.
- Document the behavior of the PATH environmental variable.
- Improve examples.
- Add sections: EXIT STATUS, DIAGNOSTICS, and HISTORY.
- Document that units(1) cannot convert negative values and it handles long unit lists poorly.
- Update the documentation of the -V flag to match the implementation. units(1) prints its version and the units data file instead of its version and usage information.
units.c:
- Remove trailing whitespace.
- Sort longopts elements.