diff options
author | salo <salo@pkgsrc.org> | 2005-11-04 09:49:37 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-11-04 09:49:37 +0000 |
commit | 5fa4326859f74d3459da68c3501c310a8a46a47d (patch) | |
tree | 1c1f73ff64404d602c7acfa4ffd264b8643940b3 /doc | |
parent | 4478d4385808ac3df4b828725d33c1e6a7b159cc (diff) | |
download | pkgsrc-5fa4326859f74d3459da68c3501c310a8a46a47d.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.xml | 4 |
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> |