summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-10-12 13:01:15 +0000
committerPeter Palfrader <peter@palfrader.org>2002-10-12 13:01:15 +0000
commitd4952195b42e4552aa3d8aaf084653d640932dcb (patch)
tree65eefc0ed2339ec0047574e4a3701ff408a3d6f3 /doc
parent3bc9ead1a4db692a12feba9a3ef9ca74a077ad9e (diff)
Fix pingd.conf(5) manpage a bit (indention levels)
Diffstat (limited to 'doc')
-rw-r--r--doc/pingd.conf.pod45
1 files changed, 24 insertions, 21 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod
index 58ce14a..a3da324 100644
--- a/doc/pingd.conf.pod
+++ b/doc/pingd.conf.pod
@@ -495,11 +495,14 @@ generated stats. Otherwise its content is copied in verbatim.
Example conent:
(xganon2 xganon)
(cracker redneck)
+
=back
=head2 MISCELLANEOUS
+=over
+
=item B<write_meta_files> [bool]
Whether to write meta files for each created file. These files include
@@ -514,6 +517,8 @@ The extension that such metafiles (see above) should have.
Default: 'meta_extension' => '.meta',
+=back
+
=head2 PINGING TYPES
=over
@@ -545,15 +550,13 @@ Pings mixmaster remailers.
=back
Default: 'do_pings' => {
- 'cpunk-dsa' => 1,
- 'cpunk-rsa' => 1,
- 'cpunk-clear' => 1,
- 'mix' => 1
- },
-
-=back
-
+ 'cpunk-dsa' => 1,
+ 'cpunk-rsa' => 1,
+ 'cpunk-clear' => 1,
+ 'mix' => 1
+ },
+=back
=head2 TEMPLATES
@@ -577,19 +580,19 @@ B<rlist2-clear>, and
B<clist>.
Default: 'templates' => {
- 'thesaurusindexfile' => 'templates/thesaurusindex.html',
- 'mlist' => 'templates/mlist.html',
- 'mlist2' => 'templates/mlist2.html',
- 'rlist' => 'templates/rlist.html',
- 'rlist-rsa' => 'templates/rlist-rsa.html',
- 'rlist-dsa' => 'templates/rlist-dsa.html',
- 'rlist-clear' => 'templates/rlist-clear.html',
- 'rlist2' => 'templates/rlist2.html',
- 'rlist2-rsa' => 'templates/rlist2-rsa.html',
- 'rlist2-dsa' => 'templates/rlist2-dsa.html',
- 'rlist2-clear' => 'templates/rlist2-clear.html',
- 'clist' => 'templates/clist.html',
- };
+ 'thesaurusindexfile' => 'templates/thesaurusindex.html',
+ 'mlist' => 'templates/mlist.html',
+ 'mlist2' => 'templates/mlist2.html',
+ 'rlist' => 'templates/rlist.html',
+ 'rlist-rsa' => 'templates/rlist-rsa.html',
+ 'rlist-dsa' => 'templates/rlist-dsa.html',
+ 'rlist-clear' => 'templates/rlist-clear.html',
+ 'rlist2' => 'templates/rlist2.html',
+ 'rlist2-rsa' => 'templates/rlist2-rsa.html',
+ 'rlist2-dsa' => 'templates/rlist2-dsa.html',
+ 'rlist2-clear' => 'templates/rlist2-clear.html',
+ 'clist' => 'templates/clist.html',
+ };
=back