chiark / gitweb /
Fix typos.
authorian <ian>
Sun, 17 Sep 2000 01:56:15 +0000 (01:56 +0000)
committerian <ian>
Sun, 17 Sep 2000 01:56:15 +0000 (01:56 +0000)
INSTALL
README
README.html
src/adns.h

diff --git a/INSTALL b/INSTALL
index 4c0ae67dfa772c7d9179075db63a2e66dbca9f7b..be66b7b15e9ef64eb5b2f60f2f9b4e9d9a9bcda0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -33,7 +33,7 @@ and appear to install and run correctly.
 Notes/known problems:
    [1] IRIX 6.5 inet_ntoa seems to break with GCC.
    [2] The SGI IRIX compiler produces many spurious warnings.
 Notes/known problems:
    [1] IRIX 6.5 inet_ntoa seems to break with GCC.
    [2] The SGI IRIX compiler produces many spurious warnings.
-   [3] Dynamically linked, needs some help to find libadns.so.0.1.
+   [3] Dynamically linked, needs some help to find libadns.so.1.0.
 
 The following platforms are known to be deficient and will not work:
    Solaris 2.5                 Lacks vsnprintf - install glibc ?
 
 The following platforms are known to be deficient and will not work:
    Solaris 2.5                 Lacks vsnprintf - install glibc ?
diff --git a/README b/README
index 836db7af7172c1e26da27930de72bf0b1468f503..b812766c4e2308831a587fd7fd7faf9ee4f824d4 100644 (file)
--- a/README
+++ b/README
@@ -149,7 +149,7 @@ References
    6. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.txt
    7. http://www.chiark.greenend.org.uk/~ian/adns/adnsresfilter.txt
    8. ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
    6. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.txt
    7. http://www.chiark.greenend.org.uk/~ian/adns/adnsresfilter.txt
    8. ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
-   9. http://www.chiark.greenend.org.uk/~/ian/adns/ftp/
+   9. http://www.chiark.greenend.org.uk/~ian/adns/ftp/
   10. http://www.chiark.greenend.org.uk/ucgi/~ijackson/cvsweb/adns/
   11. http://www.gnu.org/
   12. http://www.gnu.org/order/ftp.html
   10. http://www.chiark.greenend.org.uk/ucgi/~ijackson/cvsweb/adns/
   11. http://www.gnu.org/
   12. http://www.gnu.org/order/ftp.html
index 9e251d292e4b551952d64fda5179066258bb47fe..fc9ce4fad7d161411c644e39a464e12050ce1760 100644 (file)
@@ -144,7 +144,7 @@ are:
     message for adnshost</A> (currently there is no manual, sorry).
 <li>All versions released so far are also available via
     <A href="ftp://ftp.chiark.greenend.org.uk/users/ian/adns/">anonymous
     message for adnshost</A> (currently there is no manual, sorry).
 <li>All versions released so far are also available via
     <A href="ftp://ftp.chiark.greenend.org.uk/users/ian/adns/">anonymous
-    FTP</A> and <A href="http://www.chiark.greenend.org.uk/~/ian/adns/ftp/">HTTP</A>,
+    FTP</A> and <A href="http://www.chiark.greenend.org.uk/~ian/adns/ftp/">HTTP</A>,
 <li>A mirror of my CVS repository is available via rsync from
     <code>rsync.chiark.greenend.org.uk::ftp/users/ian/cvs-pub/adns</code>
     (use FTP first to find your way around), or via
 <li>A mirror of my CVS repository is available via rsync from
     <code>rsync.chiark.greenend.org.uk::ftp/users/ian/cvs-pub/adns</code>
     (use FTP first to find your way around), or via
index ffd82743c28ca31f14da1f1f2795351d0f12d80b..7eaea20a9c0b2156ba51556d94cd95191501bea7 100644 (file)
@@ -186,20 +186,20 @@ typedef enum {
  *
  * adns will reject local parts containing control characters (byte
  * values 0-31, 127-159, and 255) - these appear to be legal according
  *
  * adns will reject local parts containing control characters (byte
  * values 0-31, 127-159, and 255) - these appear to be legal according
- * to RFC822 but are clearly a bad idea.  RFC1035 syntax does not make
- * any distinction between a single RFC822 quoted-string containing
- * full stops, and a series of quoted-strings separated by full stops;
- * adns will return anything that isn't all valid atoms as a single
- * quoted-string.  RFC822 does not allow high-bit-set characters at
- * all, but adns does allow them in local-parts, treating them as
- * needing quoting.
+ * to RFC822 (at least 0-127) but are clearly a bad idea.  RFC1035
+ * syntax does not make any distinction between a single RFC822
+ * quoted-string containing full stops, and a series of quoted-strings
+ * separated by full stops; adns will return anything that isn't all
+ * valid atoms as a single quoted-string.  RFC822 does not allow
+ * high-bit-set characters at all, but adns does allow them in
+ * local-parts, treating them as needing quoting.
  *
  * If you ask for the domain with _raw then _no_ checking is done
  * (even on the host part, regardless of adns_qf_quoteok_anshost), and
  * you just get the domain name in master file format.
  *
  * If no mailbox is supplied the returned string will be `.' in either
  *
  * If you ask for the domain with _raw then _no_ checking is done
  * (even on the host part, regardless of adns_qf_quoteok_anshost), and
  * you just get the domain name in master file format.
  *
  * If no mailbox is supplied the returned string will be `.' in either
- * caswe.
+ * case.
  */
 
 typedef enum {
  */
 
 typedef enum {