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 | |
parent | 7ca8748215f2ac022f2468348f5937e9c26b327c (diff) |
typos from Jared Yanovich, plus a few more independant -> independent;
-rw-r--r-- | share/man/man3/intro.3 | 10 | ||||
-rw-r--r-- | usr.sbin/config/config.8 | 4 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.conf.5 | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index c550d91cc7d..531d9988da0 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.18 2003/08/27 07:50:13 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.19 2003/10/23 18:23:33 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -160,7 +160,7 @@ See .Xr event 3 . .Pp .It libform Pq Fl lform -Terminal-independant facilities for composing form screens on +Terminal-independent facilities for composing form screens on character-cell terminals. Functions using the .Em libform @@ -258,7 +258,7 @@ See .Xr math 3 . .Pp .It libmenu Pq Fl lmenu -Terminal-independant facilities for composing menu systems on +Terminal-independent facilities for composing menu systems on character-cell terminals. Functions using the .Em libmenu @@ -312,7 +312,7 @@ See .Xr ossaudio 3 . .Pp .It libpanel Pq Fl lpanel -Terminal-independant facilities for stacked windows on +Terminal-independent facilities for stacked windows on character-cell terminals. Functions using the .Em libpanel @@ -535,7 +535,7 @@ flag. .Pp Libraries with a .Sq _pic.a -suffix contain position-independant code +suffix contain position-independent code .Pq PIC . Normally, compilers produce relocatable code. Relocatable code needs to be modified at run-time, depending on where in 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 |