summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-14 03:26:09 +0000
committerrillig <rillig@pkgsrc.org>2005-05-14 03:26:09 +0000
commita84e59e2b115a6f6991e2b4b1220a2a6836b19c7 (patch)
tree1b41acde3120c35e65ac53429fc6858f88ce39f3 /doc/guide
parenta4df11476f0e08d2a56cb5aab3a793bd79fa479a (diff)
downloadpkgsrc-a84e59e2b115a6f6991e2b4b1220a2a6836b19c7.tar.gz
Replaced a "." in an example with "foo", which is better distinguishable
from the end of the sentence, which also is a dot.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/makefile.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/makefile.xml b/doc/guide/files/makefile.xml
index 8bf16920ffd..af4a43a0491 100644
--- a/doc/guide/files/makefile.xml
+++ b/doc/guide/files/makefile.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: makefile.xml,v 1.9 2005/05/14 03:23:20 rillig Exp $ -->
+<!-- $NetBSD: makefile.xml,v 1.10 2005/05/14 03:26:09 rillig Exp $ -->
<!-- based on:
pkgsrc/bootstrap/bmake/for.c 1.1.1.1
@@ -278,7 +278,7 @@ empty_test:
for_test:
.for i in a:\ a:\test.txt
echo ${i:Q}
- echo "."
+ echo "foo"
.endfor
</programlisting>
@@ -291,7 +291,7 @@ for_test:
-f ${FNAME:Q}</varname> (both of these are wrong).</para>
<para>The second example will only print three lines instead of
- four. The first line looks like <varname>a:\ echo .</varname>.
+ four. The first line looks like <varname>a:\ echo foo</varname>.
This is because the backslash of the value
<varname>a:\</varname> is interpreted as a line-continuation by
&man.make.1;, which makes the second line the arguments of the