Skip to content

Man page builder should escape words starting with a dot #2131

@rhertzog

Description

@rhertzog

See django/django#5720 for an example a manual page generated with Sphinx that suffers from the lack of escaping of words starting with a dot... In particular when they end up at the start of a line and are interpreted as a groff command. When this happens and when the word is not a valid groff command the whole line is not displayed.

I found out that escaping such words involves prepending \& before the word.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions