From 86a8591eb5bed76e494ce58e4f8c93906b87620f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 7 Sep 2011 16:11:08 +0200 Subject: [PATCH] Fix some typos: in to -> into. --- games/fortune/datfiles/fortunes | 4 ++-- games/hunt/hunt/hunt.6 | 3 +-- share/man/man4/ehci.4 | 2 +- share/man/man4/tl.4 | 3 +-- usr.bin/xinstall/install.1 | 2 +- usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 | 2 +- usr.sbin/inetd/inetd.8 | 3 +-- usr.sbin/vidcontrol/vidcontrol.1 | 3 +-- 8 files changed, 9 insertions(+), 13 deletions(-) diff --git a/games/fortune/datfiles/fortunes b/games/fortune/datfiles/fortunes index c1c6707695..a2851e9a89 100644 --- a/games/fortune/datfiles/fortunes +++ b/games/fortune/datfiles/fortunes @@ -6880,7 +6880,7 @@ Computer: Your mother's husband died 22 years ago. Your father just landed a twelve pound bass. % A computer science student and a practical hacker are discussing problems -the computer science student has run in to. +the computer science student has run into. CS Student: I have this singularly linked tail-queued list and I'm trying to make it O(1) to go backwards an item, instead of O(n)... @@ -25413,7 +25413,7 @@ he told the truth or not. When starting and waging war it is not right that matters, but victory. -- Adolf Hitler % -I shot an arrow in to the air, and it stuck. +I shot an arrow into the air, and it stuck. -- graffito in Los Angeles On a clear day, diff --git a/games/hunt/hunt/hunt.6 b/games/hunt/hunt/hunt.6 index b9124fbbdf..004d91f172 100644 --- a/games/hunt/hunt/hunt.6 +++ b/games/hunt/hunt/hunt.6 @@ -1,6 +1,5 @@ .\" $NetBSD: hunt.6,v 1.3 1997/10/10 16:32:30 lukem Exp $ .\" $OpenBSD: hunt.6,v 1.19 2007/05/31 19:19:17 jmc Exp $ -.\" $DragonFly: src/games/hunt/hunt/hunt.6,v 1.2 2008/09/04 07:35:06 swildner Exp $ .\" .\" Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold .\" San Francisco, California @@ -138,7 +137,7 @@ to change how you enter the game .Nm only works on terminals with at least 24 lines, 80 columns, and cursor addressing. -The screen is divided in to 3 areas. +The screen is divided into 3 areas. On the right hand side is the status area. It shows damage sustained, charges remaining, diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4 index d88a1c7598..5e666e9c40 100644 --- a/share/man/man4/ehci.4 +++ b/share/man/man4/ehci.4 @@ -59,7 +59,7 @@ handling USB 1.x devices. Consequently each USB connector is electrically connected to two USB controllers. The handling of this is totally automatic, but can be noticed since -USB 1.x and USB 2.0 devices plugged in to the same connector appear +USB 1.x and USB 2.0 devices plugged into the same connector appear to connect to different USB busses. .Pp The diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 2ac6c93ad6..32d9db0ec8 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -29,7 +29,6 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/tl.4,v 1.10.2.4 2003/02/17 21:20:39 trhodes Exp $ -.\" $DragonFly: src/share/man/man4/tl.4,v 1.5 2008/05/02 02:05:05 swildner Exp $ .\" .Dd May 1, 1998 .Dt TL 4 @@ -47,7 +46,7 @@ driver provides support for PCI ethernet adapters based on the Texas Instruments ThunderLAN ethernet controller chip. This includes a large number of Compaq PCI-bus ethernet adapters as well as the integrated -ethernet controllers built in to several models of Compaq Prosignia +ethernet controllers built into several models of Compaq Prosignia servers and Compaq Deskpro desktop machines. This driver also supports the Olicom OC-2135/2138, OC-2325 and OC-2326 10/100 TX UTP adapters diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 1325df6c88..648b0535fe 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -124,7 +124,7 @@ Missing parent directories are created as required. .It Fl D Ar destdir Specify the .Ev DESTDIR -(top of the file hierarchy) that the items are installed in to. +(top of the file hierarchy) that the items are installed into. This option is implemented for compatibility with the .Nx version of diff --git a/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 b/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 index 62c792ae09..2013052850 100644 --- a/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 +++ b/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 @@ -249,7 +249,7 @@ used only as a Phase 2 metod with EAP-PEAP or EAP-TTLS), (EAP-PEAP, with tunneled EAP authentication), .Li TTLS (EAP-TTLS, with tunneled EAP or PAP/CHAP/MSCHAP/MSCHAPV2 authentication). -If not set this defaults to all available methods compiled in to +If not set this defaults to all available methods compiled into .Xr wpa_supplicant 8 . Note that by default .Xr wpa_supplicant 8 diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 0118974bb8..de7a0eda2d 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -31,7 +31,6 @@ .\" .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 .\" $FreeBSD: src/usr.sbin/inetd/inetd.8,v 1.46.2.13 2003/03/12 22:08:14 trhodes Exp $ -.\" $DragonFly: src/usr.sbin/inetd/inetd.8,v 1.3 2007/11/23 23:16:37 swildner Exp $ .\" .Dd February 7, 1996 .Dt INETD 8 @@ -87,7 +86,7 @@ See the .Sx "IMPLEMENTATION NOTES" section for more information on TCP Wrappers support. .It Fl W -Turn on TCP Wrapping for internal services which are built in to +Turn on TCP Wrapping for internal services which are built into .Nm . .It Fl c Ar maximum Specify the default maximum number of diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 59445afddd..d4631119bb 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -12,7 +12,6 @@ .\" .\" @(#)vidcontrol.1 .\" $FreeBSD: src/usr.sbin/vidcontrol/vidcontrol.1,v 1.24.2.14 2002/09/15 22:31:50 dd Exp $ -.\" $DragonFly: src/usr.sbin/vidcontrol/vidcontrol.1,v 1.4 2005/07/14 20:44:32 swildner Exp $ .\" .Dd May 27, 2002 .Dt VIDCONTROL 1 @@ -307,7 +306,7 @@ In each tuple, the first byte will be the character code, and the second byte is the character's color attribute. .Pp -The color attribute byte is further broken down in to the +The color attribute byte is further broken down into the low nibble, which specifies which of 16 different foreground colors is active, and the high nibble, which specifies which of 16 different background colors is active. -- 2.41.0