diff options
author | reed <reed@pkgsrc.org> | 2006-05-15 16:28:19 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-05-15 16:28:19 +0000 |
commit | fd3950fc40f0e3ca956dbc357245eecb4cb3ba3f (patch) | |
tree | e31b26dcc957ead160fb5c5cfd547380d96c82e3 /doc | |
parent | 1b96d295127e4aa8a0e7d3f60728d88512db44ec (diff) | |
download | pkgsrc-fd3950fc40f0e3ca956dbc357245eecb4cb3ba3f.tar.gz |
Change "backspace" into "backslash".
Reported by Jonathan Towne in PR #33480.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/makefile.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/makefile.xml b/doc/guide/files/makefile.xml index 5d9b06ae046..fec7b730a4e 100644 --- a/doc/guide/files/makefile.xml +++ b/doc/guide/files/makefile.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: makefile.xml,v 1.19 2005/10/23 11:25:58 rillig Exp $ --> +<!-- $NetBSD: makefile.xml,v 1.20 2006/05/15 16:28:19 reed Exp $ --> <!-- based on: pkgsrc/bootstrap/bmake/for.c 1.1.1.1 @@ -41,7 +41,7 @@ pkgsrc/bootstrap/bmake/var.c 1.2 followed by a newline, any whitespace immediately in front of the backslash, the backslash, the newline, and any whitespace immediately behind the newline are replaced with a single space. A - backspace character and an immediately following hash character are + 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 |