summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2010-09-19 20:49:32 +0200
committerUlrich Mueller <ulm@gentoo.org>2010-09-19 20:49:32 +0200
commit0613bd667ee1584df0ec54c18d81a0fc62298504 (patch)
treed4b04798a28e875b5175b6f369f576d2a86198c2 /pkg-mgr-commands.tex
parentWork with latest tex4ht (diff)
downloadpms-0613bd667ee1584df0ec54c18d81a0fc62298504.tar.gz
pms-0613bd667ee1584df0ec54c18d81a0fc62298504.tar.bz2
pms-0613bd667ee1584df0ec54c18d81a0fc62298504.zip
Fix spacing in all occurences of e.g. and i.e.
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index fe6e0c4..d6db362 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -189,12 +189,12 @@ has returned.
\end{algorithmic}
\end{algorithm}
-\item[emake] Calls the \t{\$MAKE} program, or GNU make if the \t{MAKE} variable is unset. Any
- arguments given are passed directly to the make command, as are the user's chosen \t{MAKEOPTS}\@.
- Arguments given to \t{emake} override user configuration. See also
- section~\ref{sec:guaranteed-system-commands}. \t{emake} must be an external program and cannot be a
- function or alias---it must be callable from e.g. \t{xargs}. Failure behaviour is EAPI dependent
- as per section~\ref{sec:failure-behaviour}.
+\item[emake] Calls the \t{\$MAKE} program, or GNU make if the \t{MAKE} variable is unset.
+ Any arguments given are passed directly to the make command, as are the user's chosen
+ \t{MAKEOPTS}\@. Arguments given to \t{emake} override user configuration. See also
+ section~\ref{sec:guaranteed-system-commands}. \t{emake} must be an external program and cannot
+ be a function or alias---it must be callable from e.\,g.\ \t{xargs}. Failure behaviour is EAPI
+ dependent as per section~\ref{sec:failure-behaviour}.
\item[einstall] A shortcut for the command given in Listing~\ref{lst:einstall}. Any arguments given
to \t{einstall} are passed verbatim to \t{emake}, as shown. Failure behaviour is EAPI dependent
as per section~\ref{sec:failure-behaviour}.