summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-04-11 16:38:21 +0000
committerreed <reed@pkgsrc.org>2005-04-11 16:38:21 +0000
commite5bea7bd0a48bf7f1cf32fbfcafe85c516486d89 (patch)
tree39e2eff603756afa0973d976bed819d74e72cacb
parentec46c2067c1d692a68e3007cd1670a7d22e4e40d (diff)
downloadpkgsrc-e5bea7bd0a48bf7f1cf32fbfcafe85c516486d89.tar.gz
Use &man.make.1; instead of make(1) and fix typo where example
for LOCALBASE said DISTFILES. This is from Kibum Han in PR pkg/29940.
-rw-r--r--doc/guide/files/using.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/using.xml b/doc/guide/files/using.xml
index 11bfa257c9f..e14e919a09a 100644
--- a/doc/guide/files/using.xml
+++ b/doc/guide/files/using.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: using.xml,v 1.4 2004/12/23 18:57:03 ben Exp $ -->
+<!-- $NetBSD: using.xml,v 1.5 2005/04/11 16:38:21 reed Exp $ -->
<chapter id="using"> <?dbhtml filename="using.html"?>
<title>Using pkgsrc</title>
@@ -182,10 +182,10 @@
</listitem>
<listitem>
- <para>If you want to know the value of a certain make(1) definition, then
+ <para>If you want to know the value of a certain &man.make.1; definition, then
the <varname>VARNAME</varname> definition should be used, in conjunction
with the show-var target. e.g. to show the expansion of the &man.make.1; variable
- <varname>DISTFILES</varname>:</para>
+ <varname>LOCALBASE</varname>:</para>
<screen>&cprompt; <userinput>make show-var VARNAME=LOCALBASE</userinput>
/usr/pkg