about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-11 17:05:01 -0400
committerEric Wong <e@yhbt.net>2020-04-12 21:36:14 +0000
commitb25fe36fbbfa193ba9b81d4ae28f347b7fc813ff (patch)
treefe48b5c224b809b7ee0d3097d545b07363191d90
parentd7270ec79e6347eb1c35ebcdc197e887bb4ef075 (diff)
downloadpublic-inbox-b25fe36fbbfa193ba9b81d4ae28f347b7fc813ff.tar.gz
doc: escape internal ">" in listid code snippet
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.
-rw-r--r--Documentation/public-inbox-config.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index 53926ef4..4c9994dc 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -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.