summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-08-12 15:17:27 +0200
committerUlrich Müller <ulm@gentoo.org>2018-08-12 15:17:27 +0200
commit525c0460eb2bc9cbe65755f5df4ab833b2107d65 (patch)
tree2214260b297148bcce745b7eed05da1aa71dc852 /profiles.tex
parentpkg-mgr-commands.tex: Allow inverted condition in use_with. (diff)
downloadpms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.tar.gz
pms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.tar.bz2
pms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.zip
Fix whitespace in list items.
Diffstat (limited to 'profiles.tex')
-rw-r--r--profiles.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/profiles.tex b/profiles.tex
index 58c6d3b..b423697 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -55,11 +55,12 @@ and may contain \t{a-zA-Z0-9_} only. Additional syntax, which is a small subset
bash syntax, is allowed as follows:
\begin{compactitem}
-\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 be continued over multiple physical lines by either a simple
- newline or a backslash-escaped newline.
+\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 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}