This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients forest, jkloth, paul.j3, rhettinger
Date 2021-09-06.03:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630899612.34.0.159271738589.issue45110@roundup.psfhosted.org>
In-reply-to
Content
Except that the output in question is not for manpages but for the command-line.  The analogous would be for `grep --help` (again an excerpt):

Context control:
  -B, --before-context=NUM  print NUM lines of leading context
  -A, --after-context=NUM   print NUM lines of trailing context
  -C, --context=NUM         print NUM lines of output context
  -NUM                      same as --context=NUM
      --color[=WHEN],
      --colour[=WHEN]       use markers to highlight the matching strings;
                            WHEN is 'always', 'never', or 'auto'

[using grep (GNU grep) 3.1]
History
Date User Action Args
2021-09-06 03:40:12jklothsetrecipients: + jkloth, rhettinger, forest, paul.j3
2021-09-06 03:40:12jklothsetmessageid: <1630899612.34.0.159271738589.issue45110@roundup.psfhosted.org>
2021-09-06 03:40:12jklothlinkissue45110 messages
2021-09-06 03:40:12jklothcreate