INN commit: trunk (doc/pod/sendinpaths.pod innd/rc.c)

INN Commit rra at isc.org
Sun Mar 16 13:23:47 UTC 2014


    Date: Sunday, March 16, 2014 @ 06:23:46
  Author: iulius
Revision: 9624

Fix typo (two "d" in "address")

Also remove the top1000.org domain that no longer exists.

Modified:
  trunk/doc/pod/sendinpaths.pod
  trunk/innd/rc.c

-------------------------+
 doc/pod/sendinpaths.pod |    8 +++++---
 innd/rc.c               |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: doc/pod/sendinpaths.pod
===================================================================
--- doc/pod/sendinpaths.pod	2014-03-15 22:29:46 UTC (rev 9623)
+++ doc/pod/sendinpaths.pod	2014-03-16 13:23:46 UTC (rev 9624)
@@ -66,10 +66,12 @@
 =item I<address> ...
 
 E-mail the report to the mentioned address or addresses, instead of the
-default one.  Several addresses can be used, separated by whitespace.
-For instance, for two adresses:
+default one.  Several addresses can be used, separated by whitespace
+(sending the e-mail to your own e-mail address can be useful for
+debugging purpose, to check that everything works fine).  For instance,
+for two addresses:
 
-    sendinpaths pathsurvey at top1000.org top1000 at anthologeek.net
+    sendinpaths pathsurvey at example.org top1000 at anthologeek.net
 
 =back
 

Modified: innd/rc.c
===================================================================
--- innd/rc.c	2014-03-15 22:29:46 UTC (rev 9623)
+++ innd/rc.c	2014-03-16 13:23:46 UTC (rev 9624)
@@ -32,7 +32,7 @@
 typedef struct _REMOTEHOST {
     char	*Label;         /* Peer label */
     char	*Name;          /* Hostname */
-    struct sockaddr_storage Address;     /* List of ip adresses */
+    struct sockaddr_storage Address;     /* List of ip addresses */
     char	*Password;      /* Optional password */
     char 	*Identd;	/* Optional identd */
     bool	Streaming;      /* Streaming allowed ? */



More information about the inn-committers mailing list