about summary refs log tree commit homepage
path: root/Documentation/lei-ls-external.pod
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-05-16 23:35:21 -0400
committerEric Wong <e@80x24.org>2021-05-17 07:44:17 +0000
commit6b0bd44cb51112997d77721b052e4a223c62520e (patch)
tree733d0e5804a5ba9ed9543405d7763ef277b4aefd /Documentation/lei-ls-external.pod
parent05a67984dc624250ab815cfe6512abe3a60e9078 (diff)
downloadpublic-inbox-6b0bd44cb51112997d77721b052e4a223c62520e.tar.gz
e226f18934eb7291 modified the lei-q manpage so that each variant of an
option gets a dedicated =item to make L</--xyz> look nicer and to
follow the Perl core documentation.  Do the same for the other
manpages.

Note that this still leaves the variants of an option grouped in one
scenario: when a list of options without descriptions is presented as
a pointer to another location.  Splitting the variants in that case
would make it harder for the reader to tell what the distinct options
are.
Diffstat (limited to 'Documentation/lei-ls-external.pod')
-rw-r--r--Documentation/lei-ls-external.pod8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/lei-ls-external.pod b/Documentation/lei-ls-external.pod
index 124b7763..4c0c263d 100644
--- a/Documentation/lei-ls-external.pod
+++ b/Documentation/lei-ls-external.pod
@@ -15,7 +15,9 @@ to matching entries.
 
 =over
 
-=item -g, --globoff
+=item -g
+
+=item --globoff
 
 Do not match C<FILTER> using C<*?> wildcards and C<[]> ranges.
 
@@ -27,7 +29,9 @@ Limit operations to the local filesystem.
 
 Limit operations to those requiring network access.
 
-=item -z, -0
+=item -z
+
+=item -0
 
 Use C<\0> (NUL) instead of newline (CR) to delimit lines.