summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsalo <salo>2005-11-04 09:49:37 +0000
committersalo <salo>2005-11-04 09:49:37 +0000
commit2cf2b092f4d0824a2291aba8272d114e14d16129 (patch)
tree1c1f73ff64404d602c7acfa4ffd264b8643940b3 /doc
parent55e53e0420ce6fd6236a2b0606061d38fa1e4e52 (diff)
downloadpkgsrc-2cf2b092f4d0824a2291aba8272d114e14d16129.tar.gz
Don't quote PKG_OPTIONS_VAR example in the description.
The value _must not_ be in quotes so don't confuse users. (hit by martin@)
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/options.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/options.xml b/doc/guide/files/options.xml
index 0beb98878b9..bac08b67bca 100644
--- a/doc/guide/files/options.xml
+++ b/doc/guide/files/options.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: options.xml,v 1.14 2005/10/23 11:25:58 rillig Exp $ -->
+<!-- $NetBSD: options.xml,v 1.15 2005/11/04 09:49:37 salo Exp $ -->
<!-- based on: pkgsrc/mk/bsd.options.mk 1.42 -->
@@ -92,7 +92,7 @@ if needed.</para>
<listitem><para><varname>PKG_OPTIONS_VAR</varname> is the name of the
&man.make.1; variable that the user can set to override the default
options. It should be set to
-<quote>PKG_OPTIONS.<replaceable>pkgbase</replaceable></quote>.</para></listitem>
+PKG_OPTIONS.<replaceable>pkgbase</replaceable>.</para></listitem>
<listitem><para><varname>PKG_SUPPORTED_OPTIONS</varname> is a list of
build options supported by the package.</para></listitem>