about summary refs log tree commit homepage
path: root/Documentation/public-inbox-config.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-08 22:32:43 +0000
committerEric Wong <e@80x24.org>2019-05-08 22:56:34 +0000
commit5af9839f734c4eb5c0982c6b75e1425c3187f88f (patch)
treef784cc2a7dbe6b6895740ede370d0511ab0cfc79 /Documentation/public-inbox-config.pod
parent19640ba365dc2056b373920c172ff4a79872d5b6 (diff)
downloadpublic-inbox-5af9839f734c4eb5c0982c6b75e1425c3187f88f.tar.gz
Otherwise, pod2man complains about "=item 404" not starting
with a letter and thinking it's part of a numbered list.
Diffstat (limited to 'Documentation/public-inbox-config.pod')
-rw-r--r--Documentation/public-inbox-config.pod16
1 files changed, 6 insertions, 10 deletions
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index d44c8f30..db81bf1c 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -241,19 +241,15 @@ Valid values are:
 
 =over 8
 
-=item all
+=item * all
+- Show all inboxes
 
-Show all inboxes
-
-=item 404
-
-Return a 404 page.  This is useful to allow customization with
+=item * 404
+- Return a 404 page.  This is useful to allow customization with
 L<Plack::App::Cascade(3pm)>
 
-=item match=domain
-
-Only show inboxes with URLs which belong to the domain of the HTTP
-request
+=item * match=domain
+- Only show inboxes with URLs which belong to the domain of the HTTP request
 
 =for TODO comment