Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH] pkg-mgr-commands.tex: Add some braces for consistency
Date: Sat, 08 Jan 2022 11:26:31
Message-Id: 20220108112557.8298-1-ulm@gentoo.org
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 pkg-mgr-commands.tex | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
7 index eb15d64..7f57539 100644
8 --- a/pkg-mgr-commands.tex
9 +++ b/pkg-mgr-commands.tex
10 @@ -406,7 +406,7 @@ commands once the current phase function has returned.
11 \end{algorithmic}
12 \end{algorithm}
13
14 -\item[emake] Calls the \t{\$MAKE} program, or GNU make if the \t{MAKE} variable is unset.
15 +\item[emake] Calls the \t{\$\{MAKE\}} program, or GNU make if the \t{MAKE} variable is unset.
16 Any arguments given are passed directly to the make command, as are the user's chosen
17 \t{MAKEOPTS}\@. Arguments given to \t{emake} override user configuration. See also
18 section~\ref{sec:guaranteed-system-commands}. \t{emake} must be an external program and cannot
19 @@ -507,7 +507,7 @@ the current phase function has returned.
20 Only available in EAPIs listed in table~\ref{tab:doheader-table} as supporting \t{doheader}.
21 Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
22
23 -\item[dohtml] Installs the given HTML files into a subdirectory under \t{/usr/share/doc/\$PF/}.
24 +\item[dohtml] Installs the given HTML files into a subdirectory under \t{/usr/share/doc/\$\{PF\}/}.
25 The subdirectory is \t{html} by default, but this can be overridden with the \t{docinto}
26 function. Files to be installed automatically are determined by extension and the default
27 extensions are \t{css}, \t{gif}, \t{htm}, \t{html}, \t{jpeg}, \t{jpg}, \t{js} and \t{png}.
28 --
29 2.34.1