Mark directory <filename> elements with class="directory".
Obtained from: FreeBSD Greek doc project
This commit is contained in:
parent
bca2f28d49
commit
2060b208f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34164
1 changed files with 4 additions and 4 deletions
|
@ -151,12 +151,12 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Move contributed software to
|
<para>Move contributed software to
|
||||||
<filename>src/contrib</filename> in the source
|
<filename class="directory">src/contrib</filename> in the source
|
||||||
tree.</para>
|
tree.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Make sure code in <filename>src/contrib</filename> is
|
<para>Make sure code in <filename class="directory">src/contrib</filename> is
|
||||||
up to date.</para>
|
up to date.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -435,8 +435,8 @@
|
||||||
formatter, etc) it would be silly to refuse additional
|
formatter, etc) it would be silly to refuse additional
|
||||||
contributions under this license. Code under the GPL also
|
contributions under this license. Code under the GPL also
|
||||||
goes into a different part of the tree, that being
|
goes into a different part of the tree, that being
|
||||||
<filename>/sys/gnu</filename> or
|
<filename class="directory">/sys/gnu</filename> or
|
||||||
<filename>/usr/src/gnu</filename>, and is therefore easily
|
<filename class="directory">/usr/src/gnu</filename>, and is therefore easily
|
||||||
identifiable to anyone for whom the GPL presents a
|
identifiable to anyone for whom the GPL presents a
|
||||||
problem.</para>
|
problem.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
Loading…
Reference in a new issue