Summary
man pages deficient
Metadata
- Id: 7f74ea6f7711449c43a5111007ca4f89d5298873
- Trac id: 1177
- Type: enhancement
- Reporter: evhan
- Owner:
- Cc:
- Status: closed
- Component: documentation
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 4.9.x
- Changetime: 2016-07-27 05:10:50 UTC
- Created: 2015-01-12 19:57:17 UTC
- Keywords: man pages, help
Attachments
- 7f74ea6f7711449c43a5111007ca4f89d5298873/attachments/mdocs.tar.gz
Description
As reported by Andrew Pennebaker in this chicken-users post, CHICKEN's man pages are awfully scant.
It would be nice if both the man pages and chicken -h et al. based their option listings on a single source during builds, which would make it easy to keep them up to date.
Changes and comments
[2016-03-26 11:57:10 UTC] zmyrgel attached mdocs.tar.gz (description=Mdoc manual pages)
[2016-03-26 11:59:27 UTC] zmyrgel wrote:
I've created mdoc manual pages which merge info from previous manual pages and usage messages. These could replace the current manual pages of chicken. Mandoc tool can convert mdoc to man format easily. Release tarballs could contain manuals in man and mdoc format. Build process could then decide which format to copy.
[2016-07-27 05:10:50 UTC] evhan changed status from new to closed
[2016-07-27 05:10:50 UTC] evhan set resolution to fixed
[2016-07-27 05:10:50 UTC] evhan wrote:
These mdoc pages have been added to chicken-5 in dae44b9.