- MFH
This commit is contained in:
parent
f82dc24efe
commit
439a4926dd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42435
3 changed files with 19 additions and 3 deletions
nl_NL.ISO8859-1/books/handbook
ru_RU.KOI8-R/share/xsl
|
@ -528,12 +528,13 @@ ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33</programlist
|
|||
van de juiste jumper dient de documentatie van de schijf
|
||||
geraadpleegd te worden.</para>
|
||||
</note>
|
||||
|
||||
<!--
|
||||
<para>Vervolgens dient besloten te worden hoe ze deel gaan
|
||||
uitmaken van het bestandssysteem. Hiervoor dienen
|
||||
&man.vinum.4; (<xref linkend="vinum-vinum"/>) en &man.ccd.4;
|
||||
bestudeerd te worden. Voor deze instellingen werd voor
|
||||
&man.ccd.4; gekozen.</para>
|
||||
-->
|
||||
</sect4>
|
||||
|
||||
<sect4 id="ccd-setup">
|
||||
|
@ -710,9 +711,10 @@ e: 60074784 0 4.2BSD 0 0 0 # (Cyl. 0 - 59597)</programlisting>
|
|||
schijfopslag. &man.vinum.4; implementeert de modellen
|
||||
RAID-0, RAID-1 en RAID-5, zowel individueel als als
|
||||
combinatie.</para>
|
||||
|
||||
<!--
|
||||
<para>In <xref linkend="vinum-vinum"/> staat meer informatie
|
||||
over &man.vinum.4;.</para>
|
||||
-->
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<title>GEOM: Modulair schijftransformatie raamwerk</title>
|
||||
|
||||
<sect1 id="GEOM-synopsis">
|
||||
<sect1 id="geom-synopsis">
|
||||
<title>Overzicht</title>
|
||||
|
||||
<indexterm><primary>GEOM</primary></indexterm>
|
||||
|
|
|
@ -18,4 +18,18 @@
|
|||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.<br/>
|
||||
</small></p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="docformatnav">
|
||||
<xsl:variable name="single.fname">
|
||||
<xsl:choose>
|
||||
<xsl:when test="/book">book.html</xsl:when>
|
||||
<xsl:when test="/article">article.html</xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
<div class="docformatnavi">
|
||||
[ <a href="index.html">đĎ ŇÁÚÄĹĚÁÍ</a> /
|
||||
<a href="{$single.fname}">ďÄÎÉÍ ĆÁĘĚĎÍ</a> ]
|
||||
</div>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
|
Loading…
Reference in a new issue