summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2010-04-24 22:53:55 +0200
committerUlrich Mueller <ulm@gentoo.org>2010-04-24 23:20:36 +0200
commit7e11cbaf236deab632693b2fd56ad5866e6575db (patch)
tree56116a9f01b08c2bf5cbc7fb2bc99b9752bfd60f
parentFix undefined reference to offset-prefix-table. (diff)
downloadpms-7e11cbaf236deab632693b2fd56ad5866e6575db.tar.gz
pms-7e11cbaf236deab632693b2fd56ad5866e6575db.tar.bz2
pms-7e11cbaf236deab632693b2fd56ad5866e6575db.zip
Clarify wording about line wrapping in quoted strings.
Fixes bug 316269.
-rw-r--r--profiles.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles.tex b/profiles.tex
index 28d6950..2dba163 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -58,8 +58,8 @@ bash syntax, is allowed as follows:
\item Variables to the right of the equals sign in the form \t{\$\{foo\}} or \t{\$foo} are recognised and
expanded from variables previously set in this or earlier \t{make.defaults} files.
\item One logical line may be continued over multiple physical lines by escaping the newline with a
- backslash. A quoted string may also continue over multiple physical lines in this fashion, so that
- the quoted string can begin, continue, and end on two or more separate lines.
+ backslash. A quoted string may be continued over multiple physical lines by either a simple
+ newline or a backslash-escaped newline.
\item Backslashes, except for line continuations, are not allowed.
\end{compactitem}