diff options
author | reed <reed> | 2006-05-15 16:28:19 +0000 |
---|---|---|
committer | reed <reed> | 2006-05-15 16:28:19 +0000 |
commit | e5709599309178c5b88ed61848ac8280773eea34 (patch) | |
tree | e31b26dcc957ead160fb5c5cfd547380d96c82e3 /doc/guide | |
parent | 9b553be0f35aeea7fb3991bb8169505e857ebdfa (diff) | |
download | pkgsrc-e5709599309178c5b88ed61848ac8280773eea34.tar.gz |
Change "backspace" into "backslash".
Reported by Jonathan Towne in PR #33480.
Diffstat (limited to 'doc/guide')
-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 |