Fix some ulinks. It is better to say something is located in the
"FreeBSD FAQ" with a link or footnote to the URL, than to display a long URL in the middle of a paragraph.
This commit is contained in:
parent
2bd7f72656
commit
81a9fe37de
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10647
1 changed files with 13 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.111 2001/09/08 01:01:40 rpratt Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.112 2001/09/10 05:36:21 rpratt Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -383,8 +383,12 @@
|
|||
no late-breaking problems which you should be aware of.</para>
|
||||
|
||||
<para>Information about all the releases, including the errata for each
|
||||
release, can be found at
|
||||
<ulink url="http://www.freebsd.org/releases/index.html">http://www.FreeBSD.org/releases/index.html</ulink>.</para>
|
||||
release, can be found on the
|
||||
<ulink
|
||||
url="http://www.FreeBSD.org/releases/index.html">release
|
||||
information</ulink> section of the
|
||||
<ulink
|
||||
url="http://www.FreeBSD.org/">FreeBSD web site</ulink>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="install-floppies">
|
||||
|
@ -423,7 +427,8 @@
|
|||
|
||||
<para>The boot discs are available on your installation media, and
|
||||
can also be downloaded from the <ulink
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel.current;-RELEASE/floppies/">ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel.current;-RELEASE/floppies/</ulink> directory.</para>
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel.current;-RELEASE/floppies/">
|
||||
floppies directory</ulink>.</para>
|
||||
|
||||
<para>The floppy images have a <filename>.flp</filename> extension.
|
||||
The <filename>floppies/</filename> directory contains a number of
|
||||
|
@ -2929,8 +2934,10 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
attempts to achieve the desired ratio of security to convenience by
|
||||
enabling and disabling certain programs and other settings.</para>
|
||||
|
||||
<para>More information about security profiles can be found at
|
||||
<ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html#SECURITY-PROFILES">http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html#SECURITY-PROFILES</ulink>.</para>
|
||||
<para>More information about security profiles can be found in the
|
||||
<ulink
|
||||
url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html#SECURITY-PROFILES">
|
||||
FreeBSD FAQ</ulink>.</para>
|
||||
|
||||
<screen> User Confirmation Requested
|
||||
Do you want to select a default security profile for this host (select
|
||||
|
|
Loading…
Reference in a new issue