summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-16 02:15:08 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-16 02:15:08 +0000
commitbe09de2519a4dfa610fb201eea6eb78fda31fb2a (patch)
tree03ffdde85f7644e73f61ced7a709be4c73228978
parentae24cb9e2d44bb0b3f1df2aad1a719f1ecdd9e9d (diff)
Minor documentation fixes suggested by Ryan Lackey
-rw-r--r--NEWS3
-rw-r--r--doc/pingd.conf.pod8
-rw-r--r--pingd.conf.sample8
3 files changed, 11 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 8bc9a33..7185ce5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in version
+ * Minor documentation fixes suggested by Ryan Lackey.
+
Changes in version 2.0.10 - 2003-02-03
* Return undef rather than 0 if we cannot open a Maildir.
* Add missing use of Carp to Echolot::Storage::File.pm.
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod
index a012b4f..6e334c8 100644
--- a/doc/pingd.conf.pod
+++ b/doc/pingd.conf.pod
@@ -29,19 +29,19 @@ A short name for your site/pinger. It is used in the statistics produced.
The local part of the pinger's email address.
-In C<pinger@example.com> the localpart is C<pinger>.
+In C<pinger@remailer.example.com> the localpart is C<pinger>.
Default: none
Example: 'my_localpart' => 'pinger',
=item B<my_domain>
-The domain part of the pinger's email address.
+The FQDN of the pinger's email address.
-In C<pinger@example.com> the localpart is C<example.com>.
+In C<pinger@remailer.example.com> the FQDN is C<remailer.example.com>.
Default: none
- Example: 'my_domain' => 'example.com',
+ Example: 'my_domain' => 'remailer.example.com',
=item B<operator_address>
diff --git a/pingd.conf.sample b/pingd.conf.sample
index 77cc781..e9601d4 100644
--- a/pingd.conf.sample
+++ b/pingd.conf.sample
@@ -8,12 +8,12 @@ $CONFIG = {
'sitename' => 'unconfigured',
# The local part of the pinger's email address
- # In "pinger@example.com" the localpart is "pinger".
+ # In "pinger@remailer.example.com" the localpart is "pinger".
'my_localpart' => 'pinger',
- # The domain part of the pinger's email address.
- # In "pinger@example.com" the localpart is "example.com".
- 'my_domain' => 'example.com',
+ # The FQDN of the pinger's email address.
+ # In "pinger@remailer.example.com" the FQDN is "remailer.example.com".
+ 'my_domain' => 'remailer.example.com',
# The email address of the human operator that runs this pinger.
'operator_address' => 'remop@example.org',