Replace erroneous occurences of "the the" with "the" throughout the docs

PR:		28086
Submitted by:	Félix-Antoine Paradis <reel@sympatico.ca>
This commit is contained in:
Tom Hukins 2001-06-13 11:37:03 +00:00
parent f749b200c1
commit cc853292bc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9591
9 changed files with 19 additions and 19 deletions
en_US.ISO8859-1
articles/ipsec-must
books
arch-handbook/scsi
developers-handbook
faq
fdp-primer/translations
handbook
advanced-networking
x11
porters-handbook

View file

@ -78,7 +78,7 @@
window, and repeat. After a while, stop.</p>
<p>Now run <a href="#Maurer's Universal Statistical Test">MUST</a> on the
captured packets. You should see something like the the following.
captured packets. You should see something like the following.
The important thing to note is that the secure connection has 93% (6.7)
of the expected value (7.18), and the "normal" connection has 29% (2.1)
of the expected value.</p>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/scsi/chapter.sgml,v 1.2 2001/04/09 00:33:44 dd Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/scsi/chapter.sgml,v 1.3 2001/04/13 08:09:03 murray Exp $
-->
<chapter id="scsi">
@ -1421,7 +1421,7 @@ CCB as done.</para>
pointer as its argument when the PCI interrupt routine by common
convention gets pointer to the struct
<structName>xxx_softc</structName> and the ISA interrupt routine
gets just the the device unit number. So the poll routine would
gets just the device unit number. So the poll routine would
normally look as:</para>
<programlisting>static void

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/scsi/chapter.sgml,v 1.2 2001/04/09 00:33:44 dd Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/scsi/chapter.sgml,v 1.3 2001/04/13 08:09:03 murray Exp $
-->
<chapter id="scsi">
@ -1421,7 +1421,7 @@ CCB as done.</para>
pointer as its argument when the PCI interrupt routine by common
convention gets pointer to the struct
<structName>xxx_softc</structName> and the ISA interrupt routine
gets just the the device unit number. So the poll routine would
gets just the device unit number. So the poll routine would
normally look as:</para>
<programlisting>static void

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/secure/chapter.sgml,v 1.6 2001/06/02 23:24:10 dd Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml,v 1.7 2001/06/03 00:37:08 eric Exp $
-->
<chapter id="secure">
@ -216,7 +216,7 @@ int main() {
confused as to their proper usage. There is also a significant
performance loss compared to <function>strcpy</function> when
copying a short string into a large buffer since
<function>strncpy</function> NUL fills up the the size
<function>strncpy</function> NUL fills up the size
specified.</para>
<para>In OpenBSD, another memory copy implementation has been

View file

@ -14,7 +14,7 @@
<corpauthor>The FreeBSD Documentation Project</corpauthor>
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.209 2001/06/08 03:42:15 chris Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.210 2001/06/11 01:16:41 ache Exp $</pubdate>
<copyright>
<year>1995</year>
@ -1952,7 +1952,7 @@ BUSY</literallayout></entry>
<para>If you want to use the disk with FreeBSD and another
operating system, you may be able to do without a disk manager:
just make sure the the FreeBSD boot partition and the slice for
just make sure the FreeBSD boot partition and the slice for
the other operating system are in the first 1024 cylinders. If
you're reasonably careful, a 20 megabyte boot partition should
be plenty.</para>

View file

@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/translations/chapter.sgml,v 1.7 2001/04/17 16:04:00 nik Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/translations/chapter.sgml,v 1.8 2001/06/11 01:16:48 ache Exp $
-->
<chapter id="translations">
@ -90,7 +90,7 @@
<literal>subscribe</literal> in the body of the message.</para>
<para>You will receive a reply asking you to confirm your subscription
(in exactly the same manner as the the FreeBSD lists at <hostid
(in exactly the same manner as the FreeBSD lists at <hostid
role="domainname">FreeBSD.org</hostid>).</para>
<para>The primary language of the mailing list is English. However,

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.41 2001/05/28 13:41:56 sheldonh Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.42 2001/06/05 01:37:15 dd Exp $
-->
<chapter id="advanced-networking">
@ -610,7 +610,7 @@ nfs_client_flags="-n 4"</programlisting>
(hence the lack of a domain name for each) or have entries in your
<filename>/etc/hosts</filename> file. The <option>-ro</option>
flag makes the shared file system read-only. With this flag, the
remote system will not be able to make any changes to the the
remote system will not be able to make any changes to the
shared file system.</para>
<programlisting>/cdrom -ro moe larry curly</programlisting>
@ -2944,7 +2944,7 @@ dhcp_flags=""</programlisting>
<sect3>
<title><filename>/etc/namedb/named.conf</filename></title>
<programlisting>// $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.41 2001/05/28 13:41:56 sheldonh Exp $
<programlisting>// $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.42 2001/06/05 01:37:15 dd Exp $
//
// Refer to the named(8) man page for details. If you are ever going
// to setup a primary server, make sure you've understood the hairy
@ -3320,7 +3320,7 @@ www IN CNAME @
<filename>/etc/namedb/sandbox</filename></para>
</listitem>
<listitem>
<para>Create other necessary directories off of the the sandbox
<para>Create other necessary directories off of the sandbox
directory: <filename>etc</filename> and
<filename>var/run</filename></para>
</listitem>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/x11/chapter.sgml,v 1.14 2001/04/01 01:42:35 dd Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.15 2001/05/24 03:42:45 murray Exp $
-->
<chapter id="x11">
@ -931,7 +931,7 @@ Enter a number to choose the keymap.
<para>Now we want to set the specifications of the monitor. The
two critical parameters are the vertical refresh rate, which
is the rate at which the the whole screen is refreshed, and
is the rate at which the whole screen is refreshed, and
most importantly the horizontal sync rate, which is the rate
at which scanlines are displayed.</para>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.147 2001/06/02 23:58:23 dd Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.148 2001/06/03 21:39:52 dd Exp $
-->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -1480,7 +1480,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
and an a.out library should be called
<filename>libfoo.so.<replaceable>M</replaceable>.<replaceable>N</replaceable></filename>
where <replaceable>M</replaceable> is the major version and
<replaceable>N</replaceable> is the the minor version number.
<replaceable>N</replaceable> is the minor version number.
Do not mix those; <emphasis>never</emphasis> install an ELF
shared library called
<filename>libfoo.so.<replaceable>N</replaceable>.<replaceable>M</replaceable></filename>