pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Don't quote PKG_OPTIONS_VAR example in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eba0b217b784
branches: trunk
changeset: 502390:eba0b217b784
user: salo <salo%pkgsrc.org@localhost>
date: Fri Nov 04 09:49:37 2005 +0000
description:
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:
doc/guide/files/options.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9671f792cb91 -r eba0b217b784 doc/guide/files/options.xml
--- a/doc/guide/files/options.xml Fri Nov 04 09:32:03 2005 +0000
+++ b/doc/guide/files/options.xml Fri Nov 04 09:49:37 2005 +0000
@@ -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 @@
<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>
Home |
Main Index |
Thread Index |
Old Index