delete doubled words, e.g.: "the the" -> "the"
This commit is contained in:
parent
98bb0d639d
commit
2a0dcf6dc7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=573
10 changed files with 23 additions and 23 deletions
|
@ -103,7 +103,7 @@ In summary, our development model is organized as a loose set of
|
||||||
concentric circles. The centralized model is designed for the
|
concentric circles. The centralized model is designed for the
|
||||||
convenience of the <em>users</em> of FreeBSD, who are thereby provided
|
convenience of the <em>users</em> of FreeBSD, who are thereby provided
|
||||||
with an easy way of tracking one central code base, not to keep
|
with an easy way of tracking one central code base, not to keep
|
||||||
potential contributors out! Our desire is to to present a stable
|
potential contributors out! Our desire is to present a stable
|
||||||
operating system with a large set of coherent <ref id="ports"
|
operating system with a large set of coherent <ref id="ports"
|
||||||
name="application programs"> that the users can easily install and
|
name="application programs"> that the users can easily install and
|
||||||
use, and this model works very well in accomplishing that.
|
use, and this model works very well in accomplishing that.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: eresources.sgml,v 1.27 1996-08-28 00:43:56 asami Exp $ -->
|
<!-- $Id: eresources.sgml,v 1.28 1996-10-05 18:36:14 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<chapt>
|
<chapt>
|
||||||
|
@ -35,7 +35,7 @@ strive to keep the signal to noise ratio of the lists high, especially
|
||||||
in the technical ones.
|
in the technical ones.
|
||||||
|
|
||||||
Archives are kept for all of the mailing lists and can be searched
|
Archives are kept for all of the mailing lists and can be searched
|
||||||
using the the <url url="http://www.FreeBSD.ORG/search.html"
|
using the <url url="http://www.FreeBSD.ORG/search.html"
|
||||||
name="FreeBSD World Wide Web server">. The keyword searchable archive
|
name="FreeBSD World Wide Web server">. The keyword searchable archive
|
||||||
offers an excellent way of finding answers to frequently asked
|
offers an excellent way of finding answers to frequently asked
|
||||||
questions and should be consulted before posting a question.
|
questions and should be consulted before posting a question.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: esdi.sgml,v 1.7 1996-05-16 23:17:56 mpp Exp $ -->
|
<!-- $Id: esdi.sgml,v 1.8 1996-10-05 18:36:15 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
between all the drives. So, it forms a bus onto which all
|
between all the drives. So, it forms a bus onto which all
|
||||||
drives are connected.
|
drives are connected.
|
||||||
|
|
||||||
The second cable is a a 20 pin flat cable edge connector that
|
The second cable is a 20 pin flat cable edge connector that
|
||||||
carries the data to and from the drive. This cable is radially
|
carries the data to and from the drive. This cable is radially
|
||||||
connected, so each drive has its own direct connection to the
|
connected, so each drive has its own direct connection to the
|
||||||
controller.
|
controller.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: install.sgml,v 1.37 1996-10-04 22:54:05 wosch Exp $ -->
|
<!-- $Id: install.sgml,v 1.38 1996-10-05 18:36:16 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -713,7 +713,7 @@ ftp://foo.bar.com:1234/pub/FreeBSD
|
||||||
|
|
||||||
<enum>
|
<enum>
|
||||||
<item>Boot the boot floppy. After a boot sequence
|
<item>Boot the boot floppy. After a boot sequence
|
||||||
which can take anywhere from from 30 seconds to 3
|
which can take anywhere from 30 seconds to 3
|
||||||
minutes, depending on your hardware, you should be
|
minutes, depending on your hardware, you should be
|
||||||
presented with a menu of initial choices. If the
|
presented with a menu of initial choices. If the
|
||||||
floppy does not boot at all, or the boot hangs at some
|
floppy does not boot at all, or the boot hangs at some
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: kernelconfig.sgml,v 1.20 1996-09-16 14:27:07 jfieber Exp $ -->
|
<!-- $Id: kernelconfig.sgml,v 1.21 1996-10-05 18:36:17 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
<!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> -->
|
<!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> -->
|
||||||
<chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading>
|
<chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading>
|
||||||
|
@ -353,7 +353,7 @@
|
||||||
the kernel.
|
the kernel.
|
||||||
|
|
||||||
<quote><em/Note:/ The <tt>ipcs(1)</tt> command will
|
<quote><em/Note:/ The <tt>ipcs(1)</tt> command will
|
||||||
tell will list any processes using using each of
|
tell will list any processes using each of
|
||||||
these System V facilities.</quote>
|
these System V facilities.</quote>
|
||||||
|
|
||||||
</descrip>
|
</descrip>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: linuxemu.sgml,v 1.12 1996-10-04 22:54:07 wosch Exp $ -->
|
<!-- $Id: linuxemu.sgml,v 1.13 1996-10-05 18:36:18 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<chapt><heading>Linux Emulation<label id="linuxemu"></heading>
|
<chapt><heading>Linux Emulation<label id="linuxemu"></heading>
|
||||||
|
@ -38,7 +38,7 @@ Linux-emulation up will vary slightly:
|
||||||
<sect1><heading>Installing Linux Emulation in 2.1-STABLE</heading>
|
<sect1><heading>Installing Linux Emulation in 2.1-STABLE</heading>
|
||||||
|
|
||||||
<p>The GENERIC kernel in 2.1-stable is not configured for linux
|
<p>The GENERIC kernel in 2.1-stable is not configured for linux
|
||||||
compatibility so you you must reconfigure your kernel for it. There
|
compatibility so you must reconfigure your kernel for it. There
|
||||||
are two ways to do this: 1. linking the emulator statically in the
|
are two ways to do this: 1. linking the emulator statically in the
|
||||||
kernel itself and 2. configuring your kernel to dynamically load the
|
kernel itself and 2. configuring your kernel to dynamically load the
|
||||||
linux loadable kernel module (LKM).
|
linux loadable kernel module (LKM).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: policies.sgml,v 1.3 1996-07-22 00:00:36 jraynard Exp $ -->
|
<!-- $Id: policies.sgml,v 1.4 1996-10-05 18:36:18 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<chapt><heading>Source Tree Guidelines and Policies
|
<chapt><heading>Source Tree Guidelines and Policies
|
||||||
|
@ -107,7 +107,7 @@ out major mistakes.
|
||||||
branches, it is required that "official" patches from the vendor
|
branches, it is required that "official" patches from the vendor
|
||||||
be applied to the original distributed sources and the result
|
be applied to the original distributed sources and the result
|
||||||
re-imported onto the vendor branch again. Official patches should
|
re-imported onto the vendor branch again. Official patches should
|
||||||
never be patched into the the FreeBSD checked out version and
|
never be patched into the FreeBSD checked out version and
|
||||||
"committed", as this destroys the vendor branch coherency and makes
|
"committed", as this destroys the vendor branch coherency and makes
|
||||||
importing future versions rather difficult as there will be conflicts.
|
importing future versions rather difficult as there will be conflicts.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: porting.sgml,v 1.30 1996-10-04 22:54:09 wosch Exp $ -->
|
<!-- $Id: porting.sgml,v 1.31 1996-10-05 18:36:19 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||||
|
@ -13,7 +13,7 @@ otherwise know where to turn for it. All ported software is organized
|
||||||
into a carefully organized hierarchy know as ``the ports collection''.
|
into a carefully organized hierarchy know as ``the ports collection''.
|
||||||
The collection enables a new user to get a quick and complete overview
|
The collection enables a new user to get a quick and complete overview
|
||||||
of what is available for FreeBSD in an easy-to-compile form. It also
|
of what is available for FreeBSD in an easy-to-compile form. It also
|
||||||
saves considerable space by not actually containing the the majority
|
saves considerable space by not actually containing the majority
|
||||||
of the sources being ported, but merely those differences required for
|
of the sources being ported, but merely those differences required for
|
||||||
running under FreeBSD.
|
running under FreeBSD.
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ The pattern is the year followed by the month.
|
||||||
# Date created: 5 December 1994
|
# Date created: 5 December 1994
|
||||||
# Whom: asami
|
# Whom: asami
|
||||||
#
|
#
|
||||||
# $Id: porting.sgml,v 1.30 1996-10-04 22:54:09 wosch Exp $
|
# $Id: porting.sgml,v 1.31 1996-10-05 18:36:19 wosch Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= oneko-1.1b
|
DISTNAME= oneko-1.1b
|
||||||
|
@ -410,7 +410,7 @@ ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/
|
||||||
<p>If your port requires some additional `patches' that are
|
<p>If your port requires some additional `patches' that are
|
||||||
available on the Internet, fetch them too and put them in
|
available on the Internet, fetch them too and put them in
|
||||||
<tt>${DISTDIR}</tt>. Do not worry if they come from
|
<tt>${DISTDIR}</tt>. Do not worry if they come from
|
||||||
site other than where you got the the main source tarball,
|
site other than where you got the main source tarball,
|
||||||
we have a way to handle these situations (see the
|
we have a way to handle these situations (see the
|
||||||
description of <ref id="porting:patchfiles"
|
description of <ref id="porting:patchfiles"
|
||||||
name="<tt>${PATCHFILES}</tt>"> below).
|
name="<tt>${PATCHFILES}</tt>"> below).
|
||||||
|
@ -560,7 +560,7 @@ work/foozolix-1.0/
|
||||||
<heading>MASTER_SITES</heading>
|
<heading>MASTER_SITES</heading>
|
||||||
|
|
||||||
<p>Record the directory part of the ftp/http-URL pointing at
|
<p>Record the directory part of the ftp/http-URL pointing at
|
||||||
the the original tarball in <tt>${MASTER_SITES}</tt>.
|
the original tarball in <tt>${MASTER_SITES}</tt>.
|
||||||
Do not forget the trailing slash (<tt>/</tt>)!
|
Do not forget the trailing slash (<tt>/</tt>)!
|
||||||
|
|
||||||
<p>The make macros will try to use this specification for
|
<p>The make macros will try to use this specification for
|
||||||
|
@ -1098,7 +1098,7 @@ lib/libtcl.so.7.3
|
||||||
person who wrote this Makefile]
|
person who wrote this Makefile]
|
||||||
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
|
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
|
||||||
#
|
#
|
||||||
# $Id: porting.sgml,v 1.30 1996-10-04 22:54:09 wosch Exp $
|
# $Id: porting.sgml,v 1.31 1996-10-05 18:36:19 wosch Exp $
|
||||||
[ ^^^^ do not worry about this, I know it says "porting.sgml"...it
|
[ ^^^^ do not worry about this, I know it says "porting.sgml"...it
|
||||||
will be automatically filled in by CVS when it is committed to our
|
will be automatically filled in by CVS when it is committed to our
|
||||||
repository]
|
repository]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- This is an SGML document in the linuxdoc DTD describing
|
<!-- This is an SGML document in the linuxdoc DTD describing
|
||||||
Printing with FreeBSD. By Sean Kelly, 1995.
|
Printing with FreeBSD. By Sean Kelly, 1995.
|
||||||
|
|
||||||
$Id: printing.sgml,v 1.10 1996-10-04 22:54:11 wosch Exp $
|
$Id: printing.sgml,v 1.11 1996-10-05 18:36:21 wosch Exp $
|
||||||
|
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
|
@ -2301,7 +2301,7 @@ plain text if none, -p, or -l
|
||||||
outside of the base FreeBSD installation, they should
|
outside of the base FreeBSD installation, they should
|
||||||
probably go under <tt>/usr/local</tt>. The directory
|
probably go under <tt>/usr/local</tt>. The directory
|
||||||
<tt>/usr/local/libexec</tt> is a popular location, since
|
<tt>/usr/local/libexec</tt> is a popular location, since
|
||||||
they they are specialized programs that only LPD will
|
they are specialized programs that only LPD will
|
||||||
run; regular users should not ever need to run them.
|
run; regular users should not ever need to run them.
|
||||||
|
|
||||||
To enable a conversion filter, specify its pathname
|
To enable a conversion filter, specify its pathname
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: userppp.sgml,v 1.8 1996-05-31 02:51:24 mpp Exp $ -->
|
<!-- $Id: userppp.sgml,v 1.9 1996-10-05 18:36:22 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect>Setting up user PPP<label id="userppp">
|
<sect>Setting up user PPP<label id="userppp">
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
In essence, this means that rather than running a PPP daemon, the ppp
|
In essence, this means that rather than running a PPP daemon, the ppp
|
||||||
program can be run as and when desired. No PPP interface needs to be
|
program can be run as and when desired. No PPP interface needs to be
|
||||||
compiled into the kernel, as the program can use the generic tunnel
|
compiled into the kernel, as the program can use the generic tunnel
|
||||||
device to to get data into and out of the kernel.
|
device to get data into and out of the kernel.
|
||||||
|
|
||||||
From here on out, user ppp will be referred to as simply as ppp unless a
|
From here on out, user ppp will be referred to as simply as ppp unless a
|
||||||
distinction need to be made be it and any other PPP client/server software.
|
distinction need to be made be it and any other PPP client/server software.
|
||||||
|
|
Loading…
Reference in a new issue