From 44dcc348e933eb5a7335d0865d1ed61a25fa4aef Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 16 Feb 2003 02:23:15 +0000 Subject: Minor documentation fixes suggested by Ryan Lackey --- doc/pingd.conf.pod | 4 ++-- pingd.conf.sample | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 6e334c8..6ada61b 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -36,9 +36,9 @@ In C the localpart is C. =item B -The FQDN of the pinger's email address. +The domain part (FQDN) of the pinger's email address. -In C the FQDN is C. +In C the domain part is C. Default: none Example: 'my_domain' => 'remailer.example.com', diff --git a/pingd.conf.sample b/pingd.conf.sample index e9601d4..f29c320 100644 --- a/pingd.conf.sample +++ b/pingd.conf.sample @@ -11,8 +11,8 @@ $CONFIG = { # In "pinger@remailer.example.com" the localpart is "pinger". 'my_localpart' => 'pinger', - # The FQDN of the pinger's email address. - # In "pinger@remailer.example.com" the FQDN is "remailer.example.com". + # The domain part (FQDN) of the pinger's email address. + # In "pinger@remailer.example.com" the domain part is "remailer.example.com". 'my_domain' => 'remailer.example.com', # The email address of the human operator that runs this pinger. -- cgit v1.2.3