* Correct some links

* Use ftp.hostname.com/directory rather than
  ftp.hostname.com:directory.
* s/freebsd.org/FreeBSD.org/
* Use relative links for FreeBSD.org documents

PR:		31447
Submitted by:	Cyrille Lefevre
Found by:	linbot
This commit is contained in:
Murray Stokely 2001-10-23 21:54:19 +00:00
parent 720d4d69c8
commit bc83273cff
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11018
19 changed files with 114 additions and 114 deletions
en_US.ISO8859-1/books
arch-handbook
corp-net-guide
developers-handbook
faq
fdp-primer
overview
see-also
sgml-markup
the-website
translations
writing-style

View file

@ -38,12 +38,12 @@
helping with this project, send email to the &a.doc;.</para>
<para>The latest version of this document is always available
from the <ulink URL="http://www.FreeBSD.org/">FreeBSD World
from the <ulink URL="../../../../index.html">FreeBSD World
Wide Web server</ulink>. It may also be downloaded in a
variety of formats and compression options from the <ulink
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc">FreeBSD FTP
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
server</ulink> or one of the numerous <ulink
url="http://www.freebsd.org/handbook/mirrors-ftp.html">mirror
url="../handbook/mirrors-ftp.html">mirror
sites</ulink>.</para>
</abstract>
</bookinfo>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml,v 1.8 2001/07/19 10:37:35 dd Exp $
$FreeBSD$
-->
<chapter id="driverbasics">
@ -353,11 +353,11 @@ Test Data</screen>
<listitem><simpara><ulink
url="http://www.daemonnews.org/200010/blueprints.html">Dynamic
Kernel Linker (KLD) Facility Programming Tutorial</ulink> -
<ulink url="http://www.daemonnews.org">Daemonnews</ulink> October 2000</simpara></listitem>
<ulink url="http://www.daemonnews.org/">Daemonnews</ulink> October 2000</simpara></listitem>
<listitem><simpara><ulink
url="http://www.daemonnews.org/200007/newbus-intro.html">How
to Write Kernel Drivers with NEWBUS</ulink> - <ulink
url="http://www.daemonnews.org">Daemonnews</ulink> July
url="http://www.daemonnews.org/">Daemonnews</ulink> July
2000</simpara></listitem>
</itemizedlist>
</para>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/pci/chapter.sgml,v 1.2 2001/04/09 00:33:42 dd Exp $
$FreeBSD$
-->
<chapter id="pci">
@ -205,7 +205,7 @@ DRIVER_MODULE(mypci, pci, mypci_driver, mypci_devclass, 0, 0);</programlisting>
<para>Additional Resources
<itemizedlist>
<listitem><simpara><ulink url="http://www.pcisig.org">PCI
<listitem><simpara><ulink url="http://www.pcisig.org/">PCI
Special Interest Group</ulink></simpara></listitem>
<listitem><simpara>PCI System Architecture, Fourth Edition by

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO8859-1/books/corp-net-guide/book.sgml,v 1.2 2001/04/18 02:03:23 bmah Exp $ -->
<!-- $FreeBSD$ -->
<!-- FreeBSD Documentation Project -->
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN">
@ -26,7 +26,7 @@
distributed without the publisher's express written
<email>Chanda.Leary-Coutu@awl.com</email>.
The other chapters of
<ulink url="http://www.awl.com/cseng/titles/0-201-70481-1">the
<ulink url="http://cseng.aw.com/book/0,,0201704811,00.html">the
book</ulink> covers topics such as system administration,
fileserving, and e-mail delivery. More information about this book is
available from the publisher, with whom you can also sign up to
@ -571,7 +571,7 @@
play. I prefer using these devices because they are much cheaper
and more reliable than a standalone PC running printserver
software. For example, Castelle
<ulink url="http://www.castelle.com">http://www.castelle.com</ulink>
<ulink url="http://www.castelle.com/">http://www.castelle.com/</ulink>
sells the LANpress 1P/10BT printserver for about $170.00. Using
these devices a FreeBSD UNIX server can have dozens of print spools
accepting print jobs and then route them back out over the network
@ -684,7 +684,7 @@
<step>
<para>Obtain the <filename>TCP16.EXE</filename> file from
<ulink url="ftp3.novell.com/pub/updates/eol/nweol/tcp16.exe">ftp3.novell.com/pub/updates/eol/nweol/tcp16.exe</ulink>.</para>
<ulink url="ftp://ftp3.novell.com/pub/updates/eol/nweol/tcp16.exe">ftp://ftp3.novell.com/pub/updates/eol/nweol/tcp16.exe</ulink>.</para>
</step>
<step>
@ -2131,7 +2131,7 @@ lp|local line printer:\
<para>The better solution is to use a simple filter that converts
incoming text from UNIX style to DOS style. The following filter
posted on questions@freebsd.org and the sample
posted on questions@FreeBSD.org and the sample
<filename>/etc/printcap</filename> entry can be used to do
this:</para>

View file

@ -38,12 +38,12 @@
helping with this project, send email to the &a.doc;.</para>
<para>The latest version of this document is always available
from the <ulink URL="http://www.FreeBSD.org/">FreeBSD World
from the <ulink URL="../../../../index.html">FreeBSD World
Wide Web server</ulink>. It may also be downloaded in a
variety of formats and compression options from the <ulink
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc">FreeBSD FTP
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
server</ulink> or one of the numerous <ulink
url="http://www.freebsd.org/handbook/mirrors-ftp.html">mirror
url="../handbook/mirrors-ftp.html">mirror
sites</ulink>.</para>
</abstract>
</bookinfo>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml,v 1.8 2001/07/19 10:37:35 dd Exp $
$FreeBSD$
-->
<chapter id="driverbasics">
@ -353,11 +353,11 @@ Test Data</screen>
<listitem><simpara><ulink
url="http://www.daemonnews.org/200010/blueprints.html">Dynamic
Kernel Linker (KLD) Facility Programming Tutorial</ulink> -
<ulink url="http://www.daemonnews.org">Daemonnews</ulink> October 2000</simpara></listitem>
<ulink url="http://www.daemonnews.org/">Daemonnews</ulink> October 2000</simpara></listitem>
<listitem><simpara><ulink
url="http://www.daemonnews.org/200007/newbus-intro.html">How
to Write Kernel Drivers with NEWBUS</ulink> - <ulink
url="http://www.daemonnews.org">Daemonnews</ulink> July
url="http://www.daemonnews.org/">Daemonnews</ulink> July
2000</simpara></listitem>
</itemizedlist>
</para>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/ipv6/chapter.sgml,v 1.3 2001/07/17 20:51:49 chern Exp $
$FreeBSD$
-->
<chapter id="ipv6">
@ -15,7 +15,7 @@
<para>This section should explain IPv6 and IPsec related implementation
internals. These functionalities are derived from <ulink
url="http://www.kame.net">KAME project</ulink></para>
url="http://www.kame.net/">KAME project</ulink></para>
<sect2 id="ipv6details">
<title>IPv6</title>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml,v 1.33 2001/07/06 13:03:01 dd Exp $
$FreeBSD$
-->
<chapter id="kerneldebug">
@ -25,7 +25,7 @@
<filename>/etc/fstab</filename>. Dumps to non-swap devices,
tapes for example, are currently not supported. Config your
kernel using <command>config <option>-g</option></command>. See
<ulink url="http://www.FreeBSD.org/handbook">The FreeBSD
<ulink url="../handbook/index.html">The FreeBSD
Handbook</ulink> for details on configuring the FreeBSD
kernel.</para>
@ -315,7 +315,7 @@
<programlisting>options DDB</programlisting>
to your config file, and rebuild. (See <ulink
url="http://www.FreeBSD.org/handbook">The FreeBSD Handbook</ulink> for details on
url="../handbook/index.html">The FreeBSD Handbook</ulink> for details on
configuring the FreeBSD kernel.</para>
<note>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/pci/chapter.sgml,v 1.2 2001/04/09 00:33:42 dd Exp $
$FreeBSD$
-->
<chapter id="pci">
@ -205,7 +205,7 @@ DRIVER_MODULE(mypci, pci, mypci_driver, mypci_devclass, 0, 0);</programlisting>
<para>Additional Resources
<itemizedlist>
<listitem><simpara><ulink url="http://www.pcisig.org">PCI
<listitem><simpara><ulink url="http://www.pcisig.org/">PCI
Special Interest Group</ulink></simpara></listitem>
<listitem><simpara>PCI System Architecture, Fourth Edition by

View file

@ -249,7 +249,7 @@ obrien@FreeBSD.org - 30 March 1997</programlisting>
<listitem>
<para>Any encumbered file requires specific approval from the
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-core.html">Core team</ulink> before it is added to the
<ulink url="../../articles/contributors/staff-core.html">Core team</ulink> before it is added to the
CVS repository.</para>
</listitem>
@ -280,9 +280,9 @@ obrien@FreeBSD.org - 30 March 1997</programlisting>
<listitem>
<para>Should always be in <filename>LINT</filename>, but the
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-core.html">Core team</ulink> decides per case if it
<ulink url="../../articles/contributors/staff-core.html">Core team</ulink> decides per case if it
should be commented out or not. The
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-core.html">Core team</ulink> can, of course, change
<ulink url="../../articles/contributors/staff-core.html">Core team</ulink> can, of course, change
their minds later on.</para>
</listitem>
@ -299,13 +299,13 @@ obrien@FreeBSD.org - 30 March 1997</programlisting>
<orderedlist>
<listitem>
<indexterm><primary>core team</primary></indexterm>
<para>The <ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-core.html">Core team</ulink> decides if
<para>The <ulink url="../../articles/contributors/staff-core.html">Core team</ulink> decides if
the code should be part of <command>make world</command>.</para>
</listitem>
<listitem>
<indexterm><primary>release engineer</primary></indexterm>
<para>The <ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-who.html">Release Engineer</ulink>
<para>The <ulink url="../../articles/contributors/staff-who.html">Release Engineer</ulink>
decides if it goes in to the release.</para>
</listitem>
</orderedlist>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml,v 1.10 2001/07/17 20:51:50 chern Exp $
$FreeBSD$
-->
<chapter id="secure">
@ -440,7 +440,7 @@ int main() {
auditing, access control lists, fine grained privileges,
information labeling, and mandatory access control.</para>
<para>This is a work in progress and is the focus of the <ulink
url="http://www.trustedbsd.org">TrustedBSD</ulink> project. Some
url="http://www.trustedbsd.org/">TrustedBSD</ulink> project. Some
of the initial work has been committed to FreeBSD-current
(cap_set_proc(3)).</para>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml,v 1.9 2001/07/25 14:37:51 asmodai Exp $
$FreeBSD$
-->
<chapter id="tools">
@ -106,7 +106,7 @@
<para>Here is a list of interpreters that are available as
<ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/">FreeBSD
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/">FreeBSD
packages</ulink>, with a brief discussion of some of the
more popular interpreted languages.</para>
@ -133,12 +133,12 @@
for Visual Basic.</para>
<para>The <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/bwbasic-2.10.tgz">Bywater
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/bwbasic-2.10.tgz">Bywater
Basic Interpreter</ulink> and the <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/pbasic-2.0.tgz">Phil
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/pbasic-2.0.tgz">Phil
Cockroft's Basic Interpreter</ulink> (formerly Rabbit
Basic) are available as <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/">FreeBSD
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/">FreeBSD
packages</ulink>.</para>
</listitem>
</varlistentry>
@ -159,7 +159,7 @@
language, but can be rather large and unwieldy.</para>
<para>FreeBSD has <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/gcl-2.0.tgz">GNU
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/gcl-2.0.tgz">GNU
Common Lisp</ulink> available as a package.</para>
</listitem>
</varlistentry>
@ -187,11 +187,11 @@
abstraction to be used in research work.</para>
<para>FreeBSD has packages of the <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/elk-3.0.tgz">Elk
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/elk-3.0.tgz">Elk
Scheme Interpreter</ulink>, the <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/mit-scheme-7.3.tgz">MIT
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/mit-scheme-7.3.tgz">MIT
Scheme Interpreter</ulink> and the <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/scm-4e1.tgz">SCM
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/scm-4e1.tgz">SCM
Scheme Interpreter</ulink>.</para>
</listitem>
</varlistentry>
@ -201,7 +201,7 @@
<listitem>
<para><ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/icon-9.0.tgz">The
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/icon-9.0.tgz">The
Icon Programming Language</ulink>.</para>
</listitem>
</varlistentry>
@ -211,7 +211,7 @@
<listitem>
<para><ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/ucblogo-3.3.tgz">Brian
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/ucblogo-3.3.tgz">Brian
Harvey's LOGO Interpreter</ulink>.</para>
</listitem>
</varlistentry>
@ -221,7 +221,7 @@
<listitem>
<para><ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/python-1.2">The
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/lang/python-1.2.tgz">The
Python Object-Oriented Programming
Language</ulink></para>
</listitem>
@ -1694,7 +1694,7 @@ else if (pid == 0) { /* child */
<para>And doubtless many more that I've overlooked.</para>
<para>Emacs can be installed on FreeBSD using <ulink
URL="../../ports/editors.html">the Emacs
URL="../../../../ports/editors.html">the Emacs
port</ulink>.</para>
<para>Once it's installed, start it up and do <userinput>C-h
@ -1777,7 +1777,7 @@ else if (pid == 0) { /* child */
quite big!).</para>
<para>The best way to learn Emacs Lisp is to download the <ulink
URL="ftp://prep.ai.mit.edu:pub/gnu/elisp-manual-19-2.4.tar.gz">Emacs
URL="ftp://prep.ai.mit.edu/pub/gnu/elisp-manual-19-2.4.tar.gz">Emacs
Tutorial</ulink></para>
<para>However, there's no need to actually know any Lisp to get

View file

@ -41,13 +41,13 @@
construction. If you are interested in helping with this project,
send email to the &a.doc;. The latest version of this
document is always available from the <ulink
URL="http://www.FreeBSD.org/">FreeBSD World Wide Web
URL="../../../../index.html">FreeBSD World Wide Web
server</ulink>. It may also be downloaded as one large <ulink
URL="book.html">HTML</ulink> file with HTTP or as plain text,
postscript, PDF, etc. from the <ulink
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
server</ulink>. You may also want to <ulink
URL="http://www.FreeBSD.org/search/search.html">Search the
URL="../../../../search/index.html">Search the
FAQ</ulink>.</para>
</abstract>
</bookinfo>
@ -82,14 +82,14 @@
Berkeley's <quote>Net/2</quote> to the i386, known as <quote>386BSD</quote>, though very
little of the 386BSD code remains. A fuller description of
what FreeBSD is and how it can work for you may be found on
the <ulink URL="http://www.FreeBSD.org/">FreeBSD home
the <ulink URL="../../../../index.html">FreeBSD home
page</ulink>.</para>
<para>FreeBSD is used by companies, Internet Service Providers,
researchers, computer professionals, students and home users
all over the world in their work, education and recreation.
See some of them in the <ulink
URL="http://www.FreeBSD.org/gallery/gallery.html">FreeBSD
URL="../../../../gallery/index.html">FreeBSD
Gallery</ulink>.</para>
<para>For more detailed information on FreeBSD, please see the
@ -117,16 +117,16 @@
Software and one that we enthusiastically support.</para>
<para>That code in our source tree which falls under the <ulink
url="http://www.FreeBSD.org/copyright/COPYING">GNU General Public
url="../../../../copyright/COPYING">GNU General Public
License (GPL)</ulink> or <ulink
url="http://www.FreeBSD.org/copyright/COPYING.LIB">GNU Library
url="../../../../copyright/COPYING.LIB">GNU Library
General Public License (LGPL)</ulink> comes with slightly more
strings attached, though at least on the side of enforced access
rather than the usual opposite. Due to the additional complexities
that can evolve in the commercial use of GPL software, we do,
however, endeavor to replace such software with submissions under
the more relaxed <ulink
url="http://www.FreeBSD.org/copyright/freebsd-license.html">
url="../../../../copyright/freebsd-license.html">
FreeBSD copyright</ulink> whenever possible.</para>
</answer>
</qandaentry>
@ -229,7 +229,7 @@
treated with contempt.</para>
<para>Every day, <ulink
URL="http://www.FreeBSD.org/releases/snapshots.html">snapshot
URL="../../../../releases/snapshots.html">snapshot
</ulink> releases are made based on the current state of the
-CURRENT and -STABLE branches. Nowadays, distributions of the
occasional snapshot are now being made available. The goals
@ -289,7 +289,7 @@
<answer>
<para>Back when FreeBSD 2.0.5 was released, we decided to
branch FreeBSD development into two parts. One branch was
named <ulink URL="../handbook/stable.html">-STABLE</ulink>,
named <ulink URL="../handbook/current-stable.html#STABLE">-STABLE</ulink>,
with the intention that only well-tested bug fixes and small
incremental enhancements would be made to it (for Internet
Service Providers and other commercial enterprises for whom
@ -378,9 +378,9 @@
<para>The key decisions concerning the FreeBSD project, such as
the overall direction of the project and who is allowed to add
code to the source tree, are made by a <ulink
URL="../handbook/staff.html#STAFF-CORE">core team</ulink> of
URL="../../articles/contributors/staff-core.html">core team</ulink> of
9 people. There is a much larger team of more than 200 <ulink
URL="../handbook/staff-committers.html">committers</ulink> who
URL="../../articles/contributors/staff-committers.html">committers</ulink> who
are authorized to make changes directly to the FreeBSD source
tree.</para>
@ -456,7 +456,7 @@
<answer>
<para>You can find full information in the <ulink
URL="http://www.FreeBSD.org/y2kbug.html">FreeBSD Y2K
URL="../../../../y2kbug.html">FreeBSD Y2K
page</ulink>.</para>
</answer>
</qandaentry>
@ -548,7 +548,7 @@
<para>The Problem Report database of all user change requests
may be queried (or submitted to) by using our web-based PR
<ulink
URL="http://www.FreeBSD.org/send-pr.html">submission</ulink>
URL="../../../../send-pr.html">submission</ulink>
and <ulink
URL="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">
query</ulink>
@ -847,11 +847,11 @@ File: +DESC (ignored)</screen>
<para>For example, the split HTML version of the FAQ, compressed
using &man.gzip.1;, can be found in the
<filename>en_US.ISO8859-1/books/faq/book.html-split.tar.gz</filename>
<filename>doc/en_US.ISO8859-1/books/faq/book.html-split.tar.gz</filename>
file. To download and uncompress that file you would have to do
this.</para>
<screen>&prompt.root; <userinput>fetch ftp://ftp.freebsd.org/pub/FreeBSD/doc/en_US.ISO8859-1/books/faq/book.html-split.tar.gz</userinput>
<screen>&prompt.root; <userinput>fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/en_US.ISO8859-1/books/faq/book.html-split.tar.gz</userinput>
&prompt.root; <userinput>gzip -d book.html-split.tar.gz</userinput>
&prompt.root; <userinput>tar xvf book.html-split.tar</userinput></screen>
@ -936,7 +936,7 @@ File: +DESC (ignored)</screen>
<itemizedlist>
<listitem>
<para>The <ulink
URL="http://www.FreeBSD.org/">FreeBSD Home Page</ulink>.</para>
URL="../../../../index.html">FreeBSD Home Page</ulink>.</para>
</listitem>
<listitem>
@ -977,7 +977,7 @@ File: +DESC (ignored)</screen>
<firstname>Nik</firstname>
<surname>Clayton</surname>
<affiliation>
<address><email>nik@freebsd.org</email></address>
<address><email>nik@FreeBSD.org</email></address>
</affiliation>
</author>
</chapterinfo>
@ -1182,7 +1182,7 @@ File: +DESC (ignored)</screen>
<answer>
<para>Have a look at
<ulink URL="http://www.FreeBSD.org/tutorials/multi-os/">
<ulink URL="../../articles/multi-os/index.html">
The multi-OS page</ulink>.</para>
</answer>
</qandaentry>
@ -1352,7 +1352,7 @@ File: +DESC (ignored)</screen>
<step>
<para>Download <filename>boot1</filename> and
<filename>boot2</filename> from <ulink
url="http://people.freebsd.org/~bmah/ThinkPad/">http://people.freebsd.org/~bmah/ThinkPad/</ulink>.
url="http://people.FreeBSD.org/~bmah/ThinkPad/">http://people.FreeBSD.org/~bmah/ThinkPad/</ulink>.
Put these files somewhere you will be able to retrieve them
later.</para>
</step>
@ -2160,10 +2160,10 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
<para>We <emphasis>strongly</emphasis> recommend that you use
binary snapshots to do this. 4-STABLE snapshots are available at
<ulink
URL="ftp://releng4.FreeBSD.org/">releng4.FreeBSD.org</ulink>.</para>
URL="ftp://releng4.FreeBSD.org/">ftp://releng4.FreeBSD.org/</ulink>.</para>
<para>If you wish to upgrade using source, please see the <ulink
URL="http://www.FreeBSD.org/handbook/cutting-edge.html">FreeBSD
URL="../handbook/cutting-edge.html">FreeBSD
Handbook</ulink> for more information.</para>
<caution>
@ -2486,7 +2486,7 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
<answer>
<para>There is a list of these in the <ulink
URL="../handbook/install-hw.html#INSTALL-MISC">Miscellaneous
URL="../handbook/install.html#INSTALL-MISC">Miscellaneous
devices</ulink> section of the handbook.</para>
<para>Some unnamed clone cards have also been known to work,
@ -3009,7 +3009,7 @@ diff -u -r1.60.2.1 -r1.60.2.2
<answer>
<para>See the <ulink
URL="../handbook/install-hw.html#INSTALL-NICS">
URL="../handbook/install.html#INSTALL-NICS">
Ethernet cards</ulink> section of the handbook for a more
complete list.</para>
</answer>
@ -4367,7 +4367,7 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
interest in FreeBSD can have very positive effects on FreeBSD's
long-term viability). We encourage commercial software vendors to
send their entries here for inclusion. See <ulink
URL="http://www.FreeBSD.org/commercial/commercial.html">the
URL="../../../../commercial/index.html">the
Vendors page</ulink> for a longer list.</para>
</note>
@ -4379,9 +4379,9 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
<answer>
<itemizedlist>
<listitem>
<para><ulink url="http://www.freebsdmall.com">The FreeBSD Mall</ulink>
<para><ulink url="http://www.freebsdmall.com/">The FreeBSD Mall</ulink>
offers a FreeBSD native version of <ulink
url="http://www.vistasource.com">VistaSource</ulink>
url="http://www.vistasource.com/">VistaSource</ulink>
ApplixWare 5.</para>
<para>ApplixWare is a rich full-featured, commercial
@ -4397,14 +4397,14 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
</listitem>
<listitem>
<para>The Linux version of <ulink
url="http://www.sun.com/staroffice">StarOffice</ulink>
url="http://www.sun.com/staroffice/">StarOffice</ulink>
works flawlessly on FreeBSD. The easiest way to
install the Linux version of StarOffice is through the
<ulink
url="../handbook/ports.html">FreeBSD
Ports collection</ulink>. Future versions of the
open-source <ulink
url="http://www.openoffice.org">OpenOffice</ulink>
url="http://www.openoffice.org/">OpenOffice</ulink>
suite should work as well.</para>
</listitem>
</itemizedlist>
@ -4424,7 +4424,7 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
<note>
<para>The Open Motif distribution only allows redistribution
if it is running on an <ulink url="http://www.opensource.org">
if it is running on an <ulink url="http://www.opensource.org/">
open source</ulink> operating system.</para>
</note>
</para>
@ -4578,7 +4578,7 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
source X11 desktop which is similar to CDE in many respects.
You might also like the look and feel of <ulink
URL="http://www.xfce.org/">xfce</ulink>. KDE and xfce are both
in the <ulink URL="http://www.FreeBSD.org/ports/">ports
in the <ulink URL="../../../../ports/index.html">ports
system</ulink>.</para>
</answer>
</qandaentry>
@ -4678,11 +4678,11 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
<answer>
<para>Yes! See the <ulink
URL="http://www.FreeBSD.org/commercial/software_bycat.html#CATEGORY_DATABASE">
URL="../../../../commercial/software_bycat.html#CATEGORY_DATABASE">
Commercial Vendors</ulink> section of FreeBSD's Web site.</para>
<para>Also see the <ulink
URL="http://www.FreeBSD.org/ports/databases.html">
URL="../../../../ports/databases.html">
Databases</ulink> section of the Ports collection.</para>
</answer>
</qandaentry>
@ -4727,7 +4727,7 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
<answer>
<para>Please take a look at
<ulink URL="http://www.FreeBSD.org/ports/">the ports
<ulink URL="../../../../ports/index.html">the ports
page</ulink> for info on software packages ported to FreeBSD.
The list currently tops 3400 and is growing daily, so come back
to check often or subscribe to the
@ -4926,7 +4926,7 @@ crw-rw-rw- 1 root wheel 41, 1 Oct 15 22:14 spx</screen>
<answer>
<para>Yes. Please see <ulink
URL="http://www.FreeBSD.org/java/">
URL="../../../../java/index.html">
http://www.FreeBSD.org/java/</ulink>.</para>
</answer>
</qandaentry>
@ -4939,7 +4939,7 @@ crw-rw-rw- 1 root wheel 41, 1 Oct 15 22:14 spx</screen>
<answer>
<para>If you are running a FreeBSD version that lags
significantly behind -CURRENT or -STABLE, you may need a ports
upgrade kit from <ulink URL="http://www.FreeBSD.org/ports/">
upgrade kit from <ulink URL="../../../../ports/index.html">
http://www.FreeBSD.org/ports/</ulink>. If you are up to date,
then someone might have committed a change to the port which
works for -CURRENT but which broke the port for -STABLE. Please
@ -5284,7 +5284,7 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr</programlisting>
<answer>
<para>See the Disk Formatting Tutorial at <ulink
URL="../../articles/formatting-media/">
URL="../../articles/formatting-media/index.html">
www.FreeBSD.org</ulink>.</para>
</answer>
</qandaentry>
@ -5518,8 +5518,8 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr</programlisting>
<listitem>
<para>A read-only NTFS driver exists for FreeBSD. For more
information, see this tutorial by Mark Ovens at <ulink
URL="http://ukug.uk.freebsd.org/~mark/ntfs_install.html">
http://ukug.uk.freebsd.org/~mark/ntfs_install.html</ulink>.
URL="http://ukug.uk.FreeBSD.org/~mark/ntfs_install.html">
http://ukug.uk.FreeBSD.org/~mark/ntfs_install.html</ulink>.
</para>
</listitem>
</varlistentry>
@ -5905,7 +5905,7 @@ C:\="DOS"</programlisting>
only hope of getting one of these to work is to check if the
<filename>ports/print/pnm2ppa</filename> port supports it.
From <ulink
url="http://www.freebsd.org/cgi/url.cgi?ports/print/pnm2ppa/pkg-descr">its
url="http://www.FreeBSD.org/cgi/url.cgi?ports/print/pnm2ppa/pkg-descr">its
package description</ulink>:</para>
<blockquote>
@ -6845,7 +6845,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
<para>This point and others are often discussed on the
mailing lists, particularly freebsd-security. Please search
the archives <ulink
url="http://www.FreeBSD.org/search/">here</ulink> for an
url="../../../../search/index.html">here</ulink> for an
extensive discussion. Some people are hopeful that
securelevel will soon go away in favor of a more
fine-grained mechanism, but things are still hazy in this
@ -6922,7 +6922,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
<para>Enabling <varname>vfs.usermount</varname>, however, has
negative security implications. A better way to access MSDOS
formatted media is to use the <ulink
URL="http://www.freebsd.org/cgi/ports.cgi?query=%5Emtools-&amp;stype=name">mtools</ulink> package in the ports collection.</para>
URL="http://www.FreeBSD.org/cgi/ports.cgi?query=%5Emtools-&amp;stype=name">mtools</ulink> package in the ports collection.</para>
</answer>
</qandaentry>
@ -6949,8 +6949,8 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
on both disks with &man.boot0cfg.8;, so that you can
dual boot to the old or new system after the copying
is done. See the <ulink
url="http://www.freebsd.org/tutorials/formatting-media/index.html">
formatting-media tutorial</ulink> for details on this
url="../../articles/formatting-media/index.html">
formatting-media article</ulink> for details on this
process.</para>
<para>Now you have the new disk set up, and are ready
@ -8191,7 +8191,7 @@ Key F15 A A Menu Workplace Nop</programlisting>
<para>More detailed information about setting this up can be
found in the <ulink
URL="http://www.FreeBSD.org/tutorials/ppp/index.html">
URL="../ppp-primer/index.html">
Pedantic PPP Primer</ulink> by Steve Sims.</para>
<para>If you are using kernel-mode ppp, or have an Ethernet
@ -8808,7 +8808,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
<para>See the <link linkend="service-redirect">FAQ about
redirecting services</link>, the &man.natd.8; manual, or one of
the several port redirecting utilities in the <ulink
url="../ports/">ports collection</ulink> for a correct way to do
url="../../../../ports/index.html">ports collection</ulink> for a correct way to do
this.</para>
</answer>
</qandaentry>
@ -11699,7 +11699,7 @@ ${RELEASEDIR}/tarballs/bindist/bin_tgz.)</programlisting>
<answer>
<para>Please take a look at <ulink
URL="../handbook/contrib.html">The Handbook entry on how to
URL="../../articles/contributing/index.html">The contributing to FreeBSD article on how to
submit code</ulink>.</para>
<para>And thanks for the thought!</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/overview/chapter.sgml,v 1.9 2001/10/02 05:28:55 murray Exp $
$FreeBSD$
-->
<chapter id="overview">
@ -122,7 +122,7 @@
<listitem>
<para>This is the main FreeBSD presence on the World Wide Web,
visible at <ulink
url="http://www.FreeBSD.org/">http://www.FreeBSD.org/</ulink>
url="../../../../index.html">http://www.FreeBSD.org/</ulink>
and many mirrors around the world. The web site is many people's
first exposure to FreeBSD.</para>
</listitem>

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/see-also/chapter.sgml,v 1.6 2001/07/13 20:48:01 nik Exp $
$FreeBSD$
-->
<chapter id="see-also">
@ -43,12 +43,12 @@
<itemizedlist>
<listitem>
<para><ulink url="http://www.FreeBSD.org/docproj/">The FreeBSD
<para><ulink url="../../../../docproj/index.html">The FreeBSD
Documentation Project web pages</ulink></para>
</listitem>
<listitem>
<para><ulink url="http://www.FreeBSD.org/handbook/">The FreeBSD Handbook</ulink></para>
<para><ulink url="../handbook/index.html">The FreeBSD Handbook</ulink></para>
</listitem>
</itemizedlist>
</sect1>
@ -102,7 +102,7 @@
</listitem>
<listitem>
<para><ulink url="http://docbook.sourceforge.net">The DocBook Open
<para><ulink url="http://docbook.sourceforge.net/">The DocBook Open
Repository</ulink> contains DSSSL stylesheets and other resources
for people using DocBook.</para>
</listitem>

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/sgml-markup/chapter.sgml,v 1.31 2001/10/02 05:28:56 murray Exp $
$FreeBSD$
-->
<chapter id="sgml-markup">
@ -705,7 +705,7 @@
<para>The FreeBSD extensions are not (currently) in the ports
collection. They are stored in the FreeBSD CVS tree, as <ulink
url="http://www.freebsd.org/cgi/cvsweb.cgi/doc/share/sgml/freebsd.dtd">doc/share/sgml/freebsd.dtd</ulink>.</para>
url="http://www.FreeBSD.org/cgi/cvsweb.cgi/doc/share/sgml/freebsd.dtd">doc/share/sgml/freebsd.dtd</ulink>.</para>
</sect2>
<sect2>
@ -751,11 +751,11 @@
best suited to information that can be broken up into several
chapters, possibly with appendices and similar content as well.</para>
<para>The <ulink url="http://www.FreeBSD.org/tutorials/">FreeBSD
<para>The <ulink url="../../../../docs.html">FreeBSD
tutorials</ulink> are all marked up as articles, while this
document, the <ulink url="http://www.FreeBSD.org/FAQ/">FreeBSD
document, the <ulink url="../faq/index.html">FreeBSD
FAQ</ulink>, and the <ulink
url="http://www.FreeBSD.org/handbook/">FreeBSD Handbook</ulink> are
url="../handbook/index.html">FreeBSD Handbook</ulink> are
all marked up as books.</para>
<sect3>
@ -2184,7 +2184,7 @@ This is the file called 'foo2'</screen>
by hand.</para>
<para>The best example of what follows in practice is the
<filename>en_US.ISO8859-1/articles/vm-design/</filename> document.
<filename>doc/en_US.ISO8859-1/articles/vm-design/</filename> document.
If you're unsure of the description that follows, take a look at the
files in that directory to see how everything hangs togther.
Experiment with creating different formatted versions of the
@ -2572,13 +2572,13 @@ IMAGES= chapter1/fig1.png
<para>Use:</para>
<programlisting><![ CDATA [<para>Of course, you could stop reading this document and
go to the <ulink url="http://www.FreeBSD.org/">FreeBSD
go to the <ulink url="../../../../index.html">FreeBSD
home page</ulink> instead.</para>]]></programlisting>
<para>Appearance:</para>
<para>Of course, you could stop reading this document and go to the
<ulink url="http://www.FreeBSD.org/">FreeBSD home page</ulink>
<ulink url="../../../../index.html">FreeBSD home page</ulink>
instead.</para>
</example>
</sect3>

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/the-website/chapter.sgml,v 1.5 2001/08/19 23:54:35 dd Exp $
$FreeBSD$
-->
<chapter id="the-website">
@ -53,8 +53,8 @@
<para>Setup a CVS repository. You need the directories www, doc and
ports in the CVS tree (plus the CVSROOT of course). Please read the
CVSup introduction <ulink
url="http://www.freebsd.org/handbook/synching.html#CVSUP">
http://www.freebsd.org/handbook/synching.html#CVSUP</ulink> how to
url="../handbook/synching.html#CVSUP">
http://www.FreeBSD.org/handbook/synching.html#CVSUP</ulink> how to
mirror a CVS tree or parts of a CVS tree.</para>
<para>The essential cvsup collections are: <literal>www</literal>,

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.10 2001/06/28 14:47:22 nik Exp $
$FreeBSD$
-->
<chapter id="translations">
@ -171,7 +171,7 @@
<answer>
<para>The <ulink
url="http://www.FreeBSD.org/docproj/translations.html">Documentation
url="../../../../docproj/translations.html">Documentation
Project translations page</ulink> lists the translation efforts
that are currently known about. If others are already working
on translating documentation to your language, please don't

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/writing-style/chapter.sgml,v 1.20 2001/08/11 21:45:32 jim Exp $
$FreeBSD$
-->
<chapter id="writing-style">
@ -142,7 +142,7 @@
</variablelist>
<para>For more information about writing style, see <ulink
url="http://www.bartleby.com/141/index.html">Elements of
url="http://www.bartleby.com/141/">Elements of
Style</ulink>, by William Strunk.</para>
<sect1>