diff options
Diffstat (limited to 'pingd')
-rwxr-xr-x | pingd | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.75 2002/09/12 23:17:47 weasel Exp $ +# $Id: pingd,v 1.76 2002/09/17 04:13:36 weasel Exp $ # =pod @@ -131,12 +131,12 @@ the next valid remailer-conf reply by the remailer. =item B<getkeyconf> [I<address> [I<address> ...]] Send a command to immediatly request keys and configuration from remailers. -If no addresses are given, then requests will be sent to all remailers. +If no addresses are given requests will be sent to all remailers. =item B<sendpings> [I<address> [I<address> ...]] Send a command to immediatly send pings to the given remailers. -If no addresses are given, then requests will be sent to all remailers. +If no addresses are given requests will be sent to all remailers. =item B<buildstats> |