]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
doc: fix formatting for CLI switch aliases
authorEric Wong <e@80x24.org>
Tue, 13 Feb 2024 09:31:29 +0000 (09:31 +0000)
committerEric Wong <e@80x24.org>
Wed, 14 Feb 2024 07:25:50 +0000 (07:25 +0000)
`=item' elements in Pod need to be surrounded by empty lines.
It's an unfortunate waste of vertical space, but Pod is still better
than *roff and usually available out-of-the-box.

Documentation/lei-q.pod
Documentation/public-inbox-clone.pod
Documentation/public-inbox-config.pod

index 95f3f70289a1428dfa055d852f89d9305c86e338..4476a806dae7659f46b4d6d0e8f62e5a2bfe3e17 100644 (file)
@@ -130,9 +130,11 @@ Caveat: C<-tt> only works on locally-indexed messages at the
 moment, and not on remote (HTTP(S)) endpoints.
 
 =item --jobs=QUERY_WORKERS[,WRITE_WORKERS]
+
 =item --jobs=,WRITE_WORKERS
 
 =item -j QUERY_WORKERS[,WRITE_WORKERS]
+
 =item -j ,WRITE_WORKERS
 
 Set the number of query and write worker processes for parallelism.
index c3254fa07e5bd15d0d7eaf713647e9e1705c3609..64ee3138cf92c52736e70d08fb9e615625a785cd 100644 (file)
@@ -234,6 +234,7 @@ Whether to wrap L<git(1)> and L<curl(1)> commands with L<torsocks(1)>.
 Default: C<auto>
 
 =item -j JOBS
+
 =item --jobs=JOBS
 
 The number of parallel processes to spawn at once for various network
index b875df583d32f9d76333d43b0914e09a7ee7fc6f..d3f5d04b0644da1ba01e95bf21dc67b878d163a1 100644 (file)
@@ -356,7 +356,9 @@ is set and the C<cgit> binary exists).
 See L<public-inbox-edit(1)>
 
 =item publicinbox.indexMaxSize
+
 =item publicinbox.indexBatchSize
+
 =item publicinbox.indexSequentialShard
 
 See L<public-inbox-index(1)>