Restore <replaceable> tags lost in the DocBook5 conversion.
This commit is contained in:
parent
6d22bd6ac0
commit
6089a94b38
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44067
1 changed files with 6 additions and 5 deletions
|
@ -94,7 +94,8 @@
|
|||
</row>
|
||||
|
||||
<row>
|
||||
<entry valign="top"><filename>lang.encoding</filename></entry>
|
||||
<entry valign="top"><filename
|
||||
class="directory"><replaceable>lang</replaceable>.<replaceable>encoding</replaceable></filename></entry>
|
||||
|
||||
<entry>One directory exists for each available translation
|
||||
and encoding of the documentation, for example
|
||||
|
@ -114,7 +115,7 @@
|
|||
|
||||
<sect1 xml:id="structure-locale">
|
||||
<title>The
|
||||
<filename>lang.encoding/</filename>
|
||||
<filename><replaceable>lang</replaceable>.<replaceable>encoding</replaceable>/</filename>
|
||||
Directories</title>
|
||||
|
||||
<para>These directories contain the documents themselves. The
|
||||
|
@ -158,7 +159,7 @@
|
|||
<filename>man</filename></entry>
|
||||
|
||||
<entry>For translations of the system manual pages. This
|
||||
directory will contain one or more <filename>mann</filename>
|
||||
directory will contain one or more <filename role="directory">man<replaceable>n</replaceable></filename>
|
||||
directories, corresponding to the sections that have
|
||||
been translated.</entry>
|
||||
</row>
|
||||
|
@ -166,7 +167,7 @@
|
|||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>Not every <filename>lang.encoding</filename>
|
||||
<para>Not every <filename role="directory"><replaceable>lang</replaceable>.<replaceable>encoding</replaceable></filename>
|
||||
directory will have all of these subdirectories. It depends
|
||||
on how much translation has been accomplished by that
|
||||
translation team.</para>
|
||||
|
@ -236,7 +237,7 @@
|
|||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title><filename>directory/chapter.xml</filename></title>
|
||||
<title><filename role="directory"><replaceable>directory</replaceable>/chapter.xml</filename></title>
|
||||
|
||||
<para>Each chapter in the Handbook is stored in a file
|
||||
called <filename>chapter.xml</filename> in a separate
|
||||
|
|
Loading…
Reference in a new issue