This commit is contained in:
Gabor Kovesdan 2013-07-25 09:47:06 +00:00
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

View file

@ -528,12 +528,13 @@ ad3: 29333MB &lt;WDC WD307AA&gt; [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>

View file

@ -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>

View file

@ -18,4 +18,18 @@
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.<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>