In the public-inbox-config manpage, the match=domain item under publicinbox.wwwlisting has a to-do comment that gets rendered as "support showing cgit listing". That's potential confusing to readers, especially given that the "TODO" is dropped.
Change the markup so that the comment isn't rendered. --- Documentation/public-inbox-config.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index 904af804..f8edf6f6 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -287,9 +287,8 @@ L<Plack::App::Cascade(3pm)> =item * match=domain - Only show inboxes with URLs which belong to the domain of the HTTP request -=for TODO comment - -support showing cgit listing +=for comment +TODO support showing cgit listing =back base-commit: 80f4192574065106ae72a7a73ee0f02ebd86708a -- 2.31.0
