Almost all of the articles referenced on this page are sorted by
pathname. Fix two instances where this wasn't the case and add a comment reminding future committers of this fact.
This commit is contained in:
parent
8aa208491d
commit
3b4390eec9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13614
1 changed files with 13 additions and 11 deletions
24
en/docs.sgml
24
en/docs.sgml
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.148 2002/07/13 19:34:10 wosch Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.149 2002/07/13 20:00:48 bmah Exp $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -86,6 +86,8 @@
|
|||
|
||||
<h3><a name="articles">Articles</a></h3>
|
||||
|
||||
<!-- Articles are sorted by pathname -->
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/committers-guide/index.html">The
|
||||
Committer's Guide</a><br>
|
||||
<small>Introductory information for FreeBSD committers.</small></p>
|
||||
|
@ -160,6 +162,10 @@
|
|||
committers with authority over specific areas of
|
||||
FreeBSD).</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/hubs/index.html">Mirroring FreeBSD</a>
|
||||
<br><small>The all in one guide for mirroring the FreeBSD website, CVSup servers,
|
||||
FTP servers, and more.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/ipsec-must/index.html">Independent
|
||||
Verification of IPSec Functionality in FreeBSD</a><br>
|
||||
<small>A method for experimentally verifying IPSec
|
||||
|
@ -195,18 +201,18 @@
|
|||
<small>A guide to the PAM system and modules under
|
||||
Freebsd.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/problem-reports/article.html">Writing
|
||||
FreeBSD Problem Reports</a><br>
|
||||
<small>How to best formulate and submit a problem report to the
|
||||
FreeBSD Project.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/pr-guidelines/article.html">FreeBSD
|
||||
Problem Report Handling Guidelines</a><br>
|
||||
<small>Recommended practices for handling FreeBSD problem
|
||||
reports.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/problem-reports/article.html">Writing
|
||||
FreeBSD Problem Reports</a><br>
|
||||
<small>How to best formulate and submit a problem report to the
|
||||
FreeBSD Project.</small></p>
|
||||
|
||||
<p>Programming Tools on FreeBSD<br>
|
||||
<small>This document has moved into <a
|
||||
href="doc/en_US.ISO8859-1/books/developers-handbook/index.html">The
|
||||
|
@ -270,10 +276,6 @@ Developer's Handbook.</a></small></p>
|
|||
<small>How to format, mount, and use an Iomega Zip (SCSI, IDE, or
|
||||
parallel) Drive on FreeBSD.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/hubs/index.html">Mirroring FreeBSD</a>
|
||||
<br><small>The all in one guide for mirroring the FreeBSD website, CVSup servers,
|
||||
FTP servers, and more.</small></p>
|
||||
|
||||
<h3><a name="man">Manual pages</a></h3>
|
||||
|
||||
<dl>
|
||||
|
|
Loading…
Reference in a new issue