From d4952195b42e4552aa3d8aaf084653d640932dcb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 12 Oct 2002 13:01:15 +0000 Subject: Fix pingd.conf(5) manpage a bit (indention levels) --- NEWS | 3 +++ doc/pingd.conf.pod | 45 ++++++++++++++++++++++++--------------------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/NEWS b/NEWS index af30d1b..8089e01 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Changes in version + * Fix pingd.conf(5) manpage a bit (indention levels). + Changes in version 2.0.3 - 2002-10-12 * Set program name according to current action. * Fix a typo that showed up in perl 5.0005_02 (had a , instead of a . 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 [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, and B. 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 -- cgit v1.2.3