Create man page for metadata-json-lint binary #158
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This file is currently not taken into account. It can be compiled to a man page with rst2man.
I've written a man page for the
metadata-json-lintbinary when creating a pacakge for this in debian archives. I've used the ReStructuredText format just because I know how to transform that into a man page withrst2man, but it could be converted to another format that would suit maintainers better.This pull request is meant to start discussions about how to format and include such a man page document.
Are you interested in integrating such a man page? If so, is rst an acceptable format? How should I hook it up to a build system to produce the end result?