From: Sascha Wildner Date: Thu, 24 Mar 2011 13:21:32 +0000 (+0100) Subject: Fix some more the the typos. X-Git-Tag: v2.11.0~177 X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/16e9ff28733d8bd9941b9770d79be966ba221f5f Fix some more the the typos. --- diff --git a/README b/README index c3350d813e..bfae176eed 100644 --- a/README +++ b/README @@ -1,8 +1,3 @@ -This is the top level of the DragonFly source directory. This file -was last revised on: -$FreeBSD: src/README,v 1.15.2.4 2002/04/26 16:01:35 bmah Exp $ -$DragonFly: src/README,v 1.9 2008/01/27 09:08:39 nth Exp $ - For copyright information, please see the file COPYRIGHT in this directory (additional copyright information also exists for some sources in this tree - please see the specific source directories for @@ -21,7 +16,7 @@ standard build targets and compile-time flags. Building a kernel is a somewhat involved process. Documentation for it can be found at: http://www.dragonflybsd.org/docs/handbook/ -Also see the the build(7) and config(8) man pages. +Also see the build(7) and config(8) man pages. Note: If you want to build and install the kernel with the ``buildkernel'' and ``installkernel'' targets, you might need to build diff --git a/games/fortune/datfiles/murphy b/games/fortune/datfiles/murphy index d1c5edc669..adff951a13 100644 --- a/games/fortune/datfiles/murphy +++ b/games/fortune/datfiles/murphy @@ -1,5 +1,4 @@ %%$FreeBSD: src/games/fortune/datfiles/murphy,v 1.2.2.3 2001/09/30 22:45:25 kris Exp $ -%%$DragonFly: src/games/fortune/datfiles/murphy,v 1.2 2003/06/17 04:25:24 dillon Exp $ When things are going well, someone will inevitably experiment detrimentally. % @@ -776,7 +775,7 @@ The one thing that money can not buy is poverty. You are not drunk if you can lay on the floor without holding on. % -In any household, junk accumulates to the the space +In any household, junk accumulates to the space available for its storage. % Don't stop to stomp on ants diff --git a/gnu/usr.bin/man/README b/gnu/usr.bin/man/README index d8fc4d448b..9c5a9e47b9 100644 --- a/gnu/usr.bin/man/README +++ b/gnu/usr.bin/man/README @@ -108,7 +108,7 @@ preprocessors should be run: '\" X - where X is separated from the the `"' by a single SPACE and + where X is separated from the `"' by a single SPACE and consists of any combination of characters in the following list, man pipes its input to troff(1) or nroff(1) through the corresponding preprocessors. diff --git a/gnu/usr.bin/man/TODO b/gnu/usr.bin/man/TODO index 4bc9320de3..cd2d7e6014 100644 --- a/gnu/usr.bin/man/TODO +++ b/gnu/usr.bin/man/TODO @@ -61,7 +61,7 @@ XX Add some way to automatically to run preprocessors. The Sun man '\" X - where X is separated from the the `"' by a single SPACE and + where X is separated from the `"' by a single SPACE and consists of any combination of characters in the following list, man pipes its input to troff(1) or nroff(1) through the corresponding preprocessors. diff --git a/lib/libprop/prop_string.3 b/lib/libprop/prop_string.3 index 21c1bb7964..7c57847324 100644 --- a/lib/libprop/prop_string.3 +++ b/lib/libprop/prop_string.3 @@ -106,7 +106,7 @@ Returns on failure. .It Fn prop_string_copy "prop_string_t string" Copy a string. -If the the string being copied is an immutable external C string reference, +If the string being copied is an immutable external C string reference, then the copy is also immutable and references the same external C string. Returns .Dv NULL diff --git a/sbin/jscan/jscan.8 b/sbin/jscan/jscan.8 index 0568e2bea0..a5a7560596 100644 --- a/sbin/jscan/jscan.8 +++ b/sbin/jscan/jscan.8 @@ -31,8 +31,6 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.17 2007/09/14 23:47:53 swildner Exp $ -.\" .Dd February 8, 2009 .Dt JSCAN 8 .Os @@ -159,7 +157,7 @@ Change the size limit for rotating files created via The default is 100M. Values are in bytes or may be suffixed with k, m, or g. If a raw transaction causes the file's size limit to be exceeded, a new file -will be created. If a raw transaction is, in-whole, larger the the file's +will be created. If a raw transaction is, in-whole, larger than the file's size limit, the raw transaction will still be fully written to the file before a new file is created. Raw transactions are typically limited to the size of the source system's memory FIFO. This option is typically used to size diff --git a/share/examples/atm/Startup b/share/examples/atm/Startup index f093bc5bca..4db3213837 100644 --- a/share/examples/atm/Startup +++ b/share/examples/atm/Startup @@ -70,7 +70,7 @@ See the file atm-config.sh for an example ATM startup script. is the VCI value for the PVC; is the AAL type which the PVC endpoints will use; is the encapsulation which the PVC endpoints will use; - specifies the the owner of the PVC, which may be: + specifies the owner of the PVC, which may be: ip - the PVC is used for IP traffic; additional parameters may be required, depending on the PVC owner: @@ -124,5 +124,3 @@ See the file atm-config.sh for an example ATM startup script. See the man pages scspd(8) and atmarpd(8) for further information. @(#) $FreeBSD: src/share/examples/atm/Startup,v 1.2 1999/08/28 00:19:07 peter Exp $ - @(#) $DragonFly: src/share/examples/atm/Startup,v 1.2 2003/06/17 04:36:57 dillon Exp $ - diff --git a/share/examples/diskless/README.BOOTP b/share/examples/diskless/README.BOOTP index 4b9074c8ba..963ea3b384 100644 --- a/share/examples/diskless/README.BOOTP +++ b/share/examples/diskless/README.BOOTP @@ -1,5 +1,4 @@ # $FreeBSD: src/share/examples/diskless/README.BOOTP,v 1.2.4.1 2002/02/12 17:43:11 luigi Exp $ -# $DragonFly: src/share/examples/diskless/README.BOOTP,v 1.3 2008/07/08 12:08:29 thomas Exp $ # Notes on diskless boot. IMPORTANT NOTE: @@ -88,7 +87,7 @@ options NULLFS # nullfs to map /var/tmp to /tmp BOOTP SERVER SETUP - The BOOTP server must be running on the same logical LAN as the the + The BOOTP server must be running on the same logical LAN as the BOOTP client(s). You need to setup two things: (1) You need to NFS-export /, /usr, and /var. diff --git a/share/examples/isdn/Overview b/share/examples/isdn/Overview index 7ba42a1cb1..c503d1a985 100644 --- a/share/examples/isdn/Overview +++ b/share/examples/isdn/Overview @@ -5,7 +5,6 @@ Copyright (c) 1998 Hellmuth Michaelis. All rights reserved. $FreeBSD: src/share/examples/isdn/Overview,v 1.3 1999/08/28 00:19:19 peter Exp $ - $DragonFly: src/share/examples/isdn/Overview,v 1.2 2003/06/17 04:36:57 dillon Exp $ Last edit-date: [Tue Oct 27 11:26:03 1998] @@ -227,7 +226,7 @@ Layer 3 layer 4 with layer 3: layer 3 "knows" the routines to call within layer 4 by name, but in case layer 4 has to call layer 3, several possibilities exist (i.e. active / passive cards) so it has to call - the routines which the ISDN controller had put into the the function + the routines which the ISDN controller had put into the function pointer array (N_CONNECT_REQUEST, N_CONNECT_RESPONSE etc) at init time. Layer 3 shares a structure called call_desc_t (call descriptor) with diff --git a/share/examples/ses/getencstat/getencstat.0 b/share/examples/ses/getencstat/getencstat.0 index 83bed42e17..30848b966c 100644 --- a/share/examples/ses/getencstat/getencstat.0 +++ b/share/examples/ses/getencstat/getencstat.0 @@ -1,5 +1,4 @@ .\" $FreeBSD: src/share/examples/ses/getencstat/getencstat.0,v 1.1 2000/02/29 05:44:12 mjacob Exp $ -.\" $DragonFly: src/share/examples/ses/getencstat/getencstat.0,v 1.2 2003/06/17 04:36:57 dillon Exp $ .\" .\" Copyright (c) 2000 Matthew Jacob .\" All rights reserved. @@ -46,7 +45,7 @@ .Nm gets summary and detailed SCSI Environmental Services (or SAF-TE) device enclosure status. The overall status is printed out. If the overall status -is considered okay, nothing else is printed out (unless the the +is considered okay, nothing else is printed out (unless the .Fl v option is used). .Pp diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4 index bff1cb8e15..c3a7ff5c82 100644 --- a/usr.sbin/i4b/man/isic.4 +++ b/usr.sbin/i4b/man/isic.4 @@ -23,7 +23,6 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/i4b/man/isic.4,v 1.8.2.8 2001/08/16 15:55:58 ru Exp $ -.\" $DragonFly: src/usr.sbin/i4b/man/isic.4,v 1.8 2007/12/21 10:43:59 swildner Exp $ .\" .\" last edit-date: [Fri Jan 26 14:32:33 2001] .\" @@ -183,7 +182,7 @@ statement in the config line. Possible i/o port values are 0x580, 0x500 and 0x680. Possible interrupt configurations are 3, 5, 7, 10, 11 and 12. .Pp -The the card is auto-configured by the PnP kernel subsystem. +The card is auto-configured by the PnP kernel subsystem. .Pp .It Ar Creatix ISDN-S0 P&P .Pp