diff options
author | 2002-05-30 06:20:27 +0000 | |
---|---|---|
committer | 2002-05-30 06:20:27 +0000 | |
commit | 9e6e4517215b3e12b5072b39c12d310a69856055 (patch) | |
tree | ad1b4968603833886b5c2acbed8731ba839285b3 | |
parent | grammar fix; moritz@jodeit.org (diff) | |
download | wireguard-openbsd-9e6e4517215b3e12b5072b39c12d310a69856055.tar.xz wireguard-openbsd-9e6e4517215b3e12b5072b39c12d310a69856055.zip |
typo; moritz@jodeit.org
-rw-r--r-- | bin/cp/utils.c | 6 | ||||
-rw-r--r-- | usr.sbin/dhcp/dhclient/dhclient.conf.5 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c index e1213809888..6b0c2736e51 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.c,v 1.18 2001/11/05 07:39:16 mpech Exp $ */ +/* $OpenBSD: utils.c,v 1.19 2002/05/30 06:20:27 deraadt Exp $ */ /* $NetBSD: utils.c,v 1.6 1997/02/26 14:40:51 cgd Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #else -static char rcsid[] = "$OpenBSD: utils.c,v 1.18 2001/11/05 07:39:16 mpech Exp $"; +static char rcsid[] = "$OpenBSD: utils.c,v 1.19 2002/05/30 06:20:27 deraadt Exp $"; #endif #endif /* not lint */ @@ -79,7 +79,7 @@ copy_file(entp, dne) /* * In -f (force) mode, we always unlink the destination first - * if it exists. Note that -i and -f are mututally exclusive. + * if it exists. Note that -i and -f are mutually exclusive. */ if (!dne && fflag) (void)unlink(to.p_path); diff --git a/usr.sbin/dhcp/dhclient/dhclient.conf.5 b/usr.sbin/dhcp/dhclient/dhclient.conf.5 index 691908193e0..76d5307bdfc 100644 --- a/usr.sbin/dhcp/dhclient/dhclient.conf.5 +++ b/usr.sbin/dhcp/dhclient/dhclient.conf.5 @@ -294,7 +294,7 @@ enforced - if you ignore it, the behaviour will be unpredictable. \fBlease {\fR \fIlease-declaration\fR [ ... \fIlease-declaration ] \fB}\fR .PP The DHCP client may decide after some period of time (see \fBPROTOCOL -TIMING\fR) decide that it is not going to succeed in contacting a +TIMING\fR) that it is not going to succeed in contacting a server. At that time, it consults its own database of old leases and tests each one that has not yet timed out by pinging the listed router for that lease to see if that lease could work. It is possible to |