diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-23 18:23:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-23 18:23:34 +0000 |
commit | dfb065ffd3ff58bc8d3c41a7fac2f29b1465d4a6 (patch) | |
tree | cb45b320a72525ab25be5bb9e445b13be16c77f8 /usr.sbin | |
parent | 7ca8748215f2ac022f2468348f5937e9c26b327c (diff) |
typos from Jared Yanovich, plus a few more independant -> independent;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/config/config.8 | 4 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.conf.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 1ea29fe68cf..fca5b927790 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.38 2003/09/02 18:56:35 jmc Exp $ +.\" $OpenBSD: config.8,v 1.39 2003/10/23 18:23:33 jmc Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -62,7 +62,7 @@ Furthermore, devices may be enabled, disabled, or modified without recompiling, by editing the kernel executable using the .Fl e option. -Similarily, you can do the same editing at boot-time, using +Similarly, you can do the same editing at boot-time, using the in-kernel editor, as described in .Xr boot_config 8 ) . .Pp diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5 index e00c831412e..99d927d194e 100644 --- a/usr.sbin/rtadvd/rtadvd.conf.5 +++ b/usr.sbin/rtadvd/rtadvd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtadvd.conf.5,v 1.19 2003/06/18 05:07:46 itojun Exp $ +.\" $OpenBSD: rtadvd.conf.5,v 1.20 2003/10/23 18:23:33 jmc Exp $ .\" $KAME: rtadvd.conf.5,v 1.46 2003/06/17 08:26:35 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -151,7 +151,7 @@ to specify multiple prefixes. .Bl -tag -width indent .It Cm \&clockskew (num) Time skew to adjust link propagation delays and clock skews -betwen routers on the link +between routers on the link .Pq unit: seconds . This value is used in consistency check for locally-configured and advertised prefix lifetimes, and has its meaning when the local router |