Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mandoc invocation to not produce garbage #92

Merged
merged 1 commit into from
Jul 7, 2022

Commits on Jul 7, 2022

  1. Fix mandoc invocation to not produce garbage

    Bizarrely, mandoc doesn't default to outputting man - the default is
    "locale", which is either ASCII or UTF-8 (by locale).  This output is
    supposed to be some kind of plain-text, but it's formatted so strangely
    I'm not sure what the purpose is.  Regardless, it doesn't go well to
    feed this into man(1).
    
    Tell mandoc explicitly to produce man pages.
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ffaec47 View commit details
    Browse the repository at this point in the history