pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: leot
Date: Fri May 11 21:58:50 UTC 2018
Modified Files:
pkgsrc/doc/guide/files: makefile.xml
Log Message:
Fix a mispelling.
Pointed out by J. Lewis Muir via pkgsrc-users@, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/doc/guide/files/makefile.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/makefile.xml
diff -u pkgsrc/doc/guide/files/makefile.xml:1.27 pkgsrc/doc/guide/files/makefile.xml:1.28
--- pkgsrc/doc/guide/files/makefile.xml:1.27 Thu Dec 8 00:44:40 2016
+++ pkgsrc/doc/guide/files/makefile.xml Fri May 11 21:58:50 2018
@@ -1,4 +1,4 @@
-<!-- $NetBSD: makefile.xml,v 1.27 2016/12/08 00:44:40 yyamano Exp $ -->
+<!-- $NetBSD: makefile.xml,v 1.28 2018/05/11 21:58:50 leot Exp $ -->
<chapter id="makefile"> <?dbhtml filename="makefile.html"?>
<title>Programming in <filename>Makefile</filename>s</title>
@@ -75,7 +75,7 @@ correct:
backslash character and an immediately following hash character are
replaced with a single hash character. Otherwise, the backslash is
passed as is. In a variable assignment, any hash character that is
- not preceded by a backslash starts a comment that continues upto the
+ not preceded by a backslash starts a comment that continues up to the
end of the logical line.</para>
<para>The evaluation of variables either happens immediately or lazy.
Home |
Main Index |
Thread Index |
Old Index