fix language
This commit is contained in:
parent
45aabfbe67
commit
0f58fac97e
@ -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 @@ ifpromisc(struct ifnet *ifp, int pswitch)
|
||||
/*
|
||||
* 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;
|
||||
|
@ -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 quit; /* same; but on other end */
|
||||
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 ~< */
|
||||
|
@ -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 @@ static const char copyright[] =
|
||||
#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 @@ skipsym(const char *cp)
|
||||
}
|
||||
|
||||
/*
|
||||
* 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
|
||||
|
@ -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 @@ scripts.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user