commit: edae70c9cc4b936670151088e9e97c51331b6440 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 17 11:45:08 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Aug 17 11:45:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=edae70c9
profiles.tex: Don't use \verb Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: