about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-01 01:15:03 +0000
committerEric Wong <e@80x24.org>2020-09-02 08:53:57 +0000
commit6c252b62bef579207ca417939076a9896d8a791b (patch)
tree32f3aa286595dcc56f6053d6cbf1523b4e18e94c /Documentation
parenta48e37f10fd5de2a28d9fca95425603f4fa42e6d (diff)
downloadpublic-inbox-6c252b62bef579207ca417939076a9896d8a791b.tar.gz
"use Getopt::Long" doesn't seem too slow on a hot page cache,
and it's probably used frequently enough to be in cache.

We'll also start reducing the amount of markup in the .pod and
favoring verbatim text in documentation for readability in
source form, since the bold text seems excessive.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-learn.pod2
-rw-r--r--Documentation/public-inbox-mda.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/public-inbox-learn.pod b/Documentation/public-inbox-learn.pod
index cd9bf278..94c96fd5 100644
--- a/Documentation/public-inbox-learn.pod
+++ b/Documentation/public-inbox-learn.pod
@@ -4,7 +4,7 @@ public-inbox-learn - spam trainer and remover for public-inbox
 
 =head1 SYNOPSIS
 
-B<public-inbox-learn> <spam|ham|rm> E<lt>MESSAGE
+  public-inbox-learn <spam|ham|rm> </path/to/RFC2822_message
 
 =head1 DESCRIPTION
 
diff --git a/Documentation/public-inbox-mda.pod b/Documentation/public-inbox-mda.pod
index 99c9053d..a5e353e5 100644
--- a/Documentation/public-inbox-mda.pod
+++ b/Documentation/public-inbox-mda.pod
@@ -4,7 +4,7 @@ public-inbox-mda - mail delivery agent for public-inbox
 
 =head1 SYNOPSIS
 
-B<public-inbox-mda> E<lt>MESSAGE
+  public-inbox-mda </path/to/RFC2822_message
 
 =head1 DESCRIPTION