Several changes:

- Fix anchors, we now use lowercase anchors.
 - Remove an anchor reference that no longer exists
 - Use HTML <q> rather than our own quotes
This commit is contained in:
Gavin Atkinson 2014-08-17 22:34:11 +00:00
parent eda2aaa11e
commit 9806ffed98
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45470

View file

@ -26,9 +26,9 @@ users and administrators to install applications. There are currently
</p> </p>
<p>The Ports Collection supports the latest release on the <p>The Ports Collection supports the latest release on the
<a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#CURRENT"> <a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#current">
FreeBSD-CURRENT</a> and FreeBSD-CURRENT</a> and
<a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#STABLE"> <a href="&base;/doc/en_US.ISO8859-1/books/faq/introduction.html#stable">
FreeBSD-STABLE</a> branches. Older releases are not FreeBSD-STABLE</a> branches. Older releases are not
supported and may or may not work correctly with an up-to-date ports supported and may or may not work correctly with an up-to-date ports
collection. Over time, changes to the ports collection may rely on collection. Over time, changes to the ports collection may rely on
@ -39,7 +39,7 @@ the user community to maintain support for older releases will usually
be committed. be committed.
</p> </p>
<p>Each ``port'' listed here <p>Each <q>port</q> listed here
contains any patches necessary to make the original application source contains any patches necessary to make the original application source
code compile and run on FreeBSD. Installing an application is as code compile and run on FreeBSD. Installing an application is as
simple as typing simple as typing
@ -48,7 +48,7 @@ install</tt>
in the port directory. If you in the port directory. If you
download the framework for the entire list of ports by installing the download the framework for the entire list of ports by installing the
<!--<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz">--> <!--<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz">-->
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html#ports-tree"> <a href="&base;/doc/en_US.ISO8859-1/books/handbook/ports-using.html">
ports hierarchy</a>, you can have ports hierarchy</a>, you can have
thousands of applications right at your fingertips. thousands of applications right at your fingertips.
</p> </p>