summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <christian@faulhammer.org>2008-03-15 15:18:01 +0100
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-03-16 03:43:32 +0000
commit9e41e12724aa8209f6e1dfd955af4b9b305aa349 (patch)
tree5374ebd31246c7df0e8a35d8a6b1ae2210b9f65a /profiles.tex
parentThose chardef commands where there to make it possible entering \, { and } wi... (diff)
downloadpms-9e41e12724aa8209f6e1dfd955af4b9b305aa349.tar.gz
pms-9e41e12724aa8209f6e1dfd955af4b9b305aa349.tar.bz2
pms-9e41e12724aa8209f6e1dfd955af4b9b305aa349.zip
exchange bulletlist with compactitem in all files
Diffstat (limited to 'profiles.tex')
-rw-r--r--profiles.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles.tex b/profiles.tex
index 1113438..5a976a1 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -45,13 +45,13 @@ entry, where the value must be double quoted. A variable name must start with on
and may contain \t{a-zA-Z0-9\_-}. Additional syntax, which is a small subset of
bash syntax, is allowed as follows:
-\begin{bulletlist}
+\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. This is also permitted inside quoted strings.
\item Backslashes, except for line continuations, are not allowed.
-\end{bulletlist}
+\end{compactitem}
\subsection{virtuals}
\label{profiles-virtuals}