summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-08-17 13:45:08 +0200
committerUlrich Müller <ulm@gentoo.org>2021-08-17 13:45:08 +0200
commitedae70c9cc4b936670151088e9e97c51331b6440 (patch)
treead05458940013dead9495f1c5bfde5a6ae2dea1b
parenteapi-cheatsheet.tex: Define \i and \t commands (diff)
downloadpms-edae70c9cc4b936670151088e9e97c51331b6440.tar.gz
pms-edae70c9cc4b936670151088e9e97c51331b6440.tar.bz2
pms-edae70c9cc4b936670151088e9e97c51331b6440.zip
profiles.tex: Don't use \verb
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--profiles.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles.tex b/profiles.tex
index d6e8649..30da81b 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -49,7 +49,7 @@ This file must not contain comments or make use of line continuations.
This file is unusual in that it is not combined at a file level with the parent---instead, each
variable is combined or overridden individually as described in section~\ref{sec:profile-variables}.
-The file itself is a line-based key-value format. Each line contains a single \verb|VAR="value"|
+The file itself is a line-based key-value format. Each line contains a single \t{VAR="value"}
entry, where the value must be double quoted. A variable name must start with one of \t{a-zA-Z}
and may contain \t{a-zA-Z0-9_} only. Additional syntax, which is a small subset of
bash syntax, is allowed as follows: