-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Escape hyphens in manpage #132291
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
Escape hyphens in manpage #132291
Conversation
Can we split the lint/formatting changes to a new PR, and only have substantive changes here? |
Restricted this PR to just the hyphen escapes. |
Do you have a rendered before/after preview? Is this purely a cosmetic change or does it have semantic differences? Also, please avoid force-pushing, GitHub's interface copes badly with it making reviewing harder. All commits are squash-merged. A |
6a3147a
to
169c41e
Compare
Based on the patch submitted in https://bugs.debian.org/1101406 as the result of running a linter on the manpage.
Sorry about the force-pushes, I was just fixing up mistakes. This is down to a functionally noop diff that uses a consistent style for minus signs: https://gist.github.com/stefanor/da32324f80e36f27819ba22ae0ab2098 Technically minus-signs are |
Thanks @stefanor for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit e523754) Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
GH-132334 is a backport of this pull request to the 3.13 branch. |
Following on from pythonGH-132291 this is the second part of the patch from https://bugs.debian.org/1101406 This tweaks the formatting of a few bits of the manpage.
Based on the patch submitted in https://bugs.debian.org/1101406 as the result of running a linter on the manpage.