Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net Revert a -> an changes: Adding an 'n' follows p...



details:   https://anonhg.NetBSD.org/src/rev/877fb6d758f4
branches:  trunk
changeset: 747778:877fb6d758f4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Oct 02 07:41:08 2009 +0000

description:
Revert a -> an changes: Adding an 'n' follows pronunciation, not writing.

diffstat:

 lib/libc/net/getaddrinfo.3 |  4 ++--
 lib/libc/net/getaddrinfo.c |  8 ++++----
 lib/libc/net/gethnamaddr.c |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 299a2179f676 -r 877fb6d758f4 lib/libc/net/getaddrinfo.3
--- a/lib/libc/net/getaddrinfo.3        Fri Oct 02 07:17:16 2009 +0000
+++ b/lib/libc/net/getaddrinfo.3        Fri Oct 02 07:41:08 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getaddrinfo.3,v 1.49 2009/10/02 06:59:37 wiz Exp $
+.\"    $NetBSD: getaddrinfo.3,v 1.50 2009/10/02 07:41:08 wiz Exp $
 .\"    $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
 .\"    $OpenBSD: getaddrinfo.3,v 1.35 2004/12/21 03:40:31 jaredy Exp $
 .\"
@@ -260,7 +260,7 @@
 interface
 .Dc .
 .Pp
-The current implementation assumes an one-to-one relationship between
+The current implementation assumes a one-to-one relationship between
 the interface and link, which is not necessarily true from the specification.
 .Pp
 All of the information returned by
diff -r 299a2179f676 -r 877fb6d758f4 lib/libc/net/getaddrinfo.c
--- a/lib/libc/net/getaddrinfo.c        Fri Oct 02 07:17:16 2009 +0000
+++ b/lib/libc/net/getaddrinfo.c        Fri Oct 02 07:41:08 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getaddrinfo.c,v 1.94 2009/10/02 06:49:23 cegger Exp $  */
+/*     $NetBSD: getaddrinfo.c,v 1.95 2009/10/02 07:41:08 wiz Exp $     */
 /*     $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $    */
 
 /*
@@ -55,7 +55,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: getaddrinfo.c,v 1.94 2009/10/02 06:49:23 cegger Exp $");
+__RCSID("$NetBSD: getaddrinfo.c,v 1.95 2009/10/02 07:41:08 wiz Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -1027,7 +1027,7 @@
 
        if (IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) {
                /*
-                * We currently assume an one-to-one mapping between links
+                * We currently assume a one-to-one mapping between links
                 * and interfaces, so we simply use interface indices for
                 * like-local scopes.
                 */
@@ -1799,7 +1799,7 @@
                trailing_dot++;
 
        /*
-        * if there aren't any dots, it could be an user-level alias
+        * if there aren't any dots, it could be a user-level alias
         */
        if (!dots && (cp = __hostalias(name)) != NULL) {
                ret = res_queryN(cp, target, res);
diff -r 299a2179f676 -r 877fb6d758f4 lib/libc/net/gethnamaddr.c
--- a/lib/libc/net/gethnamaddr.c        Fri Oct 02 07:17:16 2009 +0000
+++ b/lib/libc/net/gethnamaddr.c        Fri Oct 02 07:41:08 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gethnamaddr.c,v 1.74 2009/10/02 06:49:23 cegger Exp $  */
+/*     $NetBSD: gethnamaddr.c,v 1.75 2009/10/02 07:41:08 wiz Exp $     */
 
 /*
  * ++Copyright++ 1985, 1988, 1993
@@ -57,7 +57,7 @@
 static char sccsid[] = "@(#)gethostnamadr.c    8.1 (Berkeley) 6/4/93";
 static char rcsid[] = "Id: gethnamaddr.c,v 8.21 1997/06/01 20:34:37 vixie Exp ";
 #else
-__RCSID("$NetBSD: gethnamaddr.c,v 1.74 2009/10/02 06:49:23 cegger Exp $");
+__RCSID("$NetBSD: gethnamaddr.c,v 1.75 2009/10/02 07:41:08 wiz Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -573,7 +573,7 @@
        host.h_length = size;
 
        /*
-        * if there aren't any dots, it could be an user-level alias.
+        * if there aren't any dots, it could be a user-level alias.
         * this is also done in res_nquery() since we are not the only
         * function that looks up host names.
         */



Home | Main Index | Thread Index | Old Index