On Sun, 16 Nov 2014 21:09:52 +0000 (UTC), Stuart Henderson
<s...@spacehopper.org> wrote:

> > - 14.5.*, 14.17.* and 14.20.* are not linked in the "Table of
> > Contents"  
> 
> It's probably worth splitting that out to a separate diff, I'm not
> sure what Nick@ will think but that seems reasonable to me.

Here it is

Cheers,
Daniel

Index: faq14.html
===================================================================
RCS file: /cvs/www/faq/faq14.html,v
retrieving revision 1.246
diff -u -p -u -p -r1.246 faq14.html
--- faq14.html  8 Nov 2014 20:15:58 -0000       1.246
+++ faq14.html  17 Nov 2014 14:06:19 -0000
@@ -29,6 +29,11 @@
 <li><a href="#disklabel"  >14.3 - Using OpenBSD's disklabel(8)</a>
 <li><a href="#NewDisk"    >14.4 - Adding extra disks in OpenBSD</a>
 <li><a href="#Swap"       >14.5 - How is swap handled?</a>
+  <ul>
+  <li><a href="#SwapAbout">14.5.1 - About swap</a>
+  <li><a href="#SwapPartition">14.5.2 - Swapping to a partition</a>
+  <li><a href="#SwapFile">14.5.3 - Swapping to a file</a>
+  </ul>
 <li><a href="#SoftUpdates">14.6 - Soft Updates</a>
 <li><a href="#Boot386"    >14.7 - How do OpenBSD/i386 and OpenBSD/amd64 
boot?</a>
 <li><a href="#LargeDrive" >14.8 - What are the issues regarding large
@@ -56,9 +61,19 @@
     device?</a>
   </ul>
 <li><a href="#DiskOpt"    >14.18 - Optimizing disk performance</a>
+  <ul>
+  <li><a href="#Optsoftu">14.18.1 - Soft updates</a>
+  <li><a href="#Optmaxvnodes">14.18.2 - Size of the namei() cache</a>
+  </ul>
 <li><a href="#Async"      >14.19 - Why aren't we using async mounts?</a>
 <li><a href="#altroot"    >14.20 - Duplicating your root partition: altroot</a>
 <li><a href="#softraid"   >14.21 - How do I use softraid(4)?</a>
+  <ul>
+  <li><a href="#softraidDI">14.21.1 - Doing the install</a>
+  <li><a href="#softraidNotes">14.21.3 - Softraid notes</a>
+  <li><a href="#softraidDR">14.21.4 - Disaster recovery</a>
+  <li><a href="#softraidCrypto">14.21.5 - Softraid Crypto</a>
+  </ul>
 </ul>
 <hr>
 
@@ -740,10 +755,10 @@ create an empty directory /usr/local. Th
 the files are there!
 
 <p>
-<a name="SwapFile"></a>
 <a name="Swap"></a>
 <h2>14.5 - How is swap handled?</h2>
 
+<a name="SwapAbout"></a>
 <h3>14.5.1 - About swap</h3>
 Historically, all kinds of rules have been tossed about to guide
 administrators on how much swap to configure on their machines.
@@ -784,7 +799,7 @@ In OpenBSD, swap is managed with the
 program, which adds, removes, lists and prioritizes swap devices and
 files.
 
-
+<a name="SwapPartition"></a>
 <h3>14.5.2 - Swapping to a partition</h3>
 <p>
 On OpenBSD, the 'b' partition of the boot drive is used by default and
@@ -801,7 +816,7 @@ something like:
 /dev/sd3d none swap sw 0 0
 </pre></blockquote>
 
-
+<a name="SwapFile"></a>
 <h3>14.5.3 - Swapping to a file</h3>
 
 (Note: if you are looking to swap to a file because you are getting
@@ -2670,6 +2685,7 @@ In this case, adding RAID (either via ha
 added complication.
 </ul>
 
+<a name="softraidDI"></a>
 <h3>14.21.1 - Doing the install</h3>
 Softraid disk space can be created using free (or added!) chunks of
 disk space after install, but that is just a special (and simple)
@@ -2871,6 +2887,7 @@ Now you can reboot your system, and if y
 will automatically assemble your RAID set, and mount the appropriate
 partitions.
 
+<a name="softraidNotes"></a>
 <h3>14.21.3 - Softraid notes</h3>
 <h4>Complications when other sd(4) disks exist</h4>
 Softraid disks are assembled <i>after</i> all other IDE, SATA, SAS and
@@ -2992,6 +3009,7 @@ However, the boot disk in the machine ha
 just made changes in the root partition before doing this, you probably
 want to be sure you didn't boot from your altroot partition by mistake.
 
+<a name="softraidCrypto"></a>
 <h3>14.21.5 - Softraid Crypto</h3>
 
 Cryptographic softraid(4) volumes are set up rather simply:

Reply via email to