aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2009-06-26 00:24:13 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2009-06-26 00:24:13 +0000
commit97bb1ca437298bbd1f828d702ac043b3598782c8 (patch)
tree33766de786c22567a54972649bc3c9057e922c40
parentb84a4a253879924e75611a6f8f80b2e38489df35 (diff)
downloaddoc-97bb1ca437298bbd1f828d702ac043b3598782c8.tar.gz
doc-97bb1ca437298bbd1f828d702ac043b3598782c8.zip
Tag make(1) targets with <maketarget> instead of <literal>
Obtained from: FreeBSD Greek Documentation Project
Notes
Notes: svn path=/head/; revision=34482
-rw-r--r--en_US.ISO8859-1/articles/nanobsd/article.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/articles/nanobsd/article.sgml b/en_US.ISO8859-1/articles/nanobsd/article.sgml
index c2340547e0..833e7ad8ec 100644
--- a/en_US.ISO8859-1/articles/nanobsd/article.sgml
+++ b/en_US.ISO8859-1/articles/nanobsd/article.sgml
@@ -220,8 +220,8 @@
<title>Configuration options</title>
<para>With configuration settings, it is possible to configure options
- passed to both the <literal>buildworld</literal>
- and <literal>installworld</literal> stages of the
+ passed to both the <maketarget>buildworld</maketarget>
+ and <maketarget>installworld</maketarget> stages of the
<application>NanoBSD</application> build process, as well as internal
options passed to the main build process of
<application>NanoBSD</application>. Through these options it is
@@ -252,18 +252,18 @@
<listitem>
<para><literal>CONF_BUILD</literal> &mdash; Options passed
- to the <literal>buildworld</literal> stage of the build.</para>
+ to the <maketarget>buildworld</maketarget> stage of the build.</para>
</listitem>
<listitem>
<para><literal>CONF_INSTALL</literal> &mdash; Options passed
- to the <literal>installworld</literal> stage of the build.</para>
+ to the <maketarget>installworld</maketarget> stage of the build.</para>
</listitem>
<listitem>
<para><literal>CONF_WORLD</literal> &mdash; Options passed to both
- the <literal>buildworld</literal> and
- the <literal>installworld</literal> stage of the build.</para>
+ the <maketarget>buildworld</maketarget> and
+ the <maketarget>installworld</maketarget> stage of the build.</para>
</listitem>
<listitem>