summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-10 12:50:10 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-10 12:50:10 +0000
commitd31ea462d66ad44c3552c2afa4ef376ae435bf52 (patch)
tree010b0e580af59affa931a3343430703e1556efcc
parent4a10af5d62d93aa14a279d89d75a1dfb7c159879 (diff)
Changed some wording in docs
-rwxr-xr-xpingd10
1 files changed, 5 insertions, 5 deletions
diff --git a/pingd b/pingd
index 05bb6aa..d9594fc 100755
--- a/pingd
+++ b/pingd
@@ -1,7 +1,7 @@
#!/usr/bin/perl -wT
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.24 2002/07/10 12:42:56 weasel Exp $
+# $Id: pingd,v 1.25 2002/07/10 12:50:10 weasel Exp $
#
=pod
@@ -78,7 +78,7 @@ keys and confs.
=item B<delete> I<address> [I<address> ...]
Delete I<address> from the list of remailers to query for
-keys and confs. Delete all statistics and key for that remailer.
+keys and confs. Delete all statistics and keys for that remailer.
=item B<set> option=value [option=value..] I<address> [I<address> ...]
@@ -146,7 +146,7 @@ Print version number and exit sucessfully.
=item --nohup
-Usefull only when passed with the B<add>, B<set>, B<setremailercaps>,
+Usefull only with the B<add>, B<set>, B<setremailercaps>,
B<deleteremailercaps> or B<getkeyconf> command.
Don't send a HUP signal to the daemon which instructs it to process the
@@ -156,13 +156,13 @@ Per default such a signal is sent.
=item --process
-Usefull only when passed with the B<start> command.
+Usefull only with the B<start> command.
Read and process the commands file on startup.
=item --detach
-Usefull only when passwd with the B<start> command.
+Usefull only with the B<start> command.
Tell B<pingd> to detach.