]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: escape internal ">" in listid code snippet
authorKyle Meyer <kyle@kyleam.com>
Sat, 11 Apr 2020 21:05:01 +0000 (17:05 -0400)
committerEric Wong <e@yhbt.net>
Sun, 12 Apr 2020 21:36:14 +0000 (21:36 +0000)
A code snippet in the listid description is incorrectly rendered as

    "publicinbox.$NAME.watchheader=List-Id:<foo.example.com">

Escape the closing bracket around the List-Id value to avoid this.
Also escape the opening bracket for symmetry/readability.

Documentation/public-inbox-config.pod

index 53926ef4f8aed567a4d9b80fd58b832208bf5f60..4c9994dc08e592740312d2a7b758cc909195e08b 100644 (file)
@@ -99,7 +99,7 @@ angle brackets for L<public-inbox-mda(1)> deliveries and
 L<public-inbox-watch(1)>.
 
 For public-inbox-watch users, this is a shortcut for specifying
-C<publicinbox.$NAME.watchheader=List-Id:<foo.example.com>>
+C<publicinbox.$NAME.watchheader=List-Id:E<lt>foo.example.comE<gt>>
 
 For public-inbox-mda users, this may be used to avoid recipient
 matching via C<ORIGINAL_RECIPIENT> environment variable.