pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Replaced a "." in an example with "foo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3820516419d9
branches: trunk
changeset: 493756:3820516419d9
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 14 03:26:09 2005 +0000
description:
Replaced a "." in an example with "foo", which is better distinguishable
from the end of the sentence, which also is a dot.
diffstat:
doc/guide/files/makefile.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b2365922c502 -r 3820516419d9 doc/guide/files/makefile.xml
--- a/doc/guide/files/makefile.xml Sat May 14 03:23:20 2005 +0000
+++ b/doc/guide/files/makefile.xml Sat May 14 03:26:09 2005 +0000
@@ -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 @@
for_test:
.for i in a:\ a:\test.txt
echo ${i:Q}
- echo "."
+ echo "foo"
.endfor
</programlisting>
@@ -291,7 +291,7 @@
-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
Home |
Main Index |
Thread Index |
Old Index