Source-Changes-HG archive

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

[src/trunk]: src fix language



details:   https://anonhg.NetBSD.org/src/rev/9c8a392b2d6e
branches:  trunk
changeset: 751221:9c8a392b2d6e
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Thu Jan 28 14:12:11 2010 +0000

description:
fix language

diffstat:

 sys/net/if.c                   |  6 +++---
 usr.bin/tip/tip.h              |  4 ++--
 usr.bin/unifdef/unifdef.c      |  6 +++---
 usr.sbin/ntp/ntpdate/ntpdate.8 |  6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (94 lines):

diff -r d2ecf6659259 -r 9c8a392b2d6e sys/net/if.c
--- a/sys/net/if.c      Thu Jan 28 14:05:03 2010 +0000
+++ b/sys/net/if.c      Thu Jan 28 14:12:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.241 2009/11/13 23:11:08 joerg Exp $   */
+/*     $NetBSD: if.c,v 1.242 2010/01/28 14:12:11 mbalmer Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.241 2009/11/13 23:11:08 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.242 2010/01/28 14:12:11 mbalmer Exp $");
 
 #include "opt_inet.h"
 
@@ -1404,7 +1404,7 @@
                /*
                 * Allow the device to be "placed" into promiscuous
                 * mode even if it is not configured up.  It will
-                * consult IFF_PROMISC when it is is brought up.
+                * consult IFF_PROMISC when it is brought up.
                 */
                if (ifp->if_pcount++ != 0)
                        return 0;
diff -r d2ecf6659259 -r 9c8a392b2d6e usr.bin/tip/tip.h
--- a/usr.bin/tip/tip.h Thu Jan 28 14:05:03 2010 +0000
+++ b/usr.bin/tip/tip.h Thu Jan 28 14:12:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tip.h,v 1.30 2007/03/09 23:45:21 hubertf Exp $ */
+/*     $NetBSD: tip.h,v 1.31 2010/01/28 14:15:18 mbalmer Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -248,7 +248,7 @@
 int    stoprompt;              /* for interrupting a prompt session */
 int    timedout;               /* ~> transfer timedout */
 int    cumode;                 /* simulating the "cu" program */
-int    bits8;                  /* terminal is is 8-bit mode */
+int    bits8;                  /* terminal is in 8-bit mode */
 #define STRIP_PAR      (bits8 ? 0377 : 0177)
 
 char   fname[80];              /* file name buffer for ~< */
diff -r d2ecf6659259 -r 9c8a392b2d6e usr.bin/unifdef/unifdef.c
--- a/usr.bin/unifdef/unifdef.c Thu Jan 28 14:05:03 2010 +0000
+++ b/usr.bin/unifdef/unifdef.c Thu Jan 28 14:12:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unifdef.c,v 1.17 2010/01/20 19:02:42 ginsbach Exp $    */
+/*     $NetBSD: unifdef.c,v 1.18 2010/01/28 14:15:18 mbalmer Exp $     */
 
 /*
  * Copyright (c) 1985, 1993
@@ -77,7 +77,7 @@
 #endif
 #ifdef __IDSTRING
 __IDSTRING(Berkeley, "@(#)unifdef.c    8.1 (Berkeley) 6/6/93");
-__IDSTRING(NetBSD, "$NetBSD: unifdef.c,v 1.17 2010/01/20 19:02:42 ginsbach Exp $");
+__IDSTRING(NetBSD, "$NetBSD: unifdef.c,v 1.18 2010/01/28 14:15:18 mbalmer Exp $");
 __IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.161 2003/07/01 15:32:48 fanf2 Exp $");
 #endif
 #endif /* not lint */
@@ -936,7 +936,7 @@
 }
 
 /*
- * Look for the symbol in the symbol table. If is is found, we return
+ * Look for the symbol in the symbol table. If it is found, we return
  * the symbol table index, else we return -1.
  */
 static int
diff -r d2ecf6659259 -r 9c8a392b2d6e usr.sbin/ntp/ntpdate/ntpdate.8
--- a/usr.sbin/ntp/ntpdate/ntpdate.8    Thu Jan 28 14:05:03 2010 +0000
+++ b/usr.sbin/ntp/ntpdate/ntpdate.8    Thu Jan 28 14:12:11 2010 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: ntpdate.8,v 1.9 2003/02/25 10:36:15 wiz Exp $
+.\"    $NetBSD: ntpdate.8,v 1.10 2010/01/28 14:16:33 mbalmer Exp $
 .\" Converted from HTML to mandoc by ntp-html2mdoc.pl
 .\"
-.Dd March 29, 2000
+.Dd January 28, 2010
 .Dt NTPDATE 8
 .Os
 .Sh NAME
@@ -168,7 +168,7 @@
 Specify the maximum time waiting for a server response as the value
 .Ar timeout
 ,
-in seconds and fraction. The value is is rounded to a multiple of 0.2 seconds.
+in seconds and fraction. The value is rounded to a multiple of 0.2 seconds.
 The default is 1 second, a value suitable for polling across a LAN.
 .It Fl u
 Direct



Home | Main Index | Thread Index | Old Index