summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <christian@faulhammer.org>2008-03-15 16:08:31 +0100
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-03-16 03:47:16 +0000
commit09271464336d082302f55b6d63f1f75020db2e5f (patch)
treefd78e1cc88bd39312f49b74c42b40f3276e894f4 /profile-variables.tex
parentMake it usable for Emacs, too (diff)
downloadpms-09271464336d082302f55b6d63f1f75020db2e5f.tar.gz
pms-09271464336d082302f55b6d63f1f75020db2e5f.tar.bz2
pms-09271464336d082302f55b6d63f1f75020db2e5f.zip
Make non-breakable space in front of references...keeps the layout tidy Some reformatting caused by these changes
Diffstat (limited to 'profile-variables.tex')
-rw-r--r--profile-variables.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/profile-variables.tex b/profile-variables.tex
index c8baf5b..4381dcf 100644
--- a/profile-variables.tex
+++ b/profile-variables.tex
@@ -28,15 +28,17 @@ completely override those in parent profiles.
\subsection{Specific variables and their meanings}
The following variables have specific meanings when set in profiles.
\begin{description}
-\item[ARCH] The system's architecture. Must be a value listed in \t{profiles/arch.list}; see section
- \ref{arch.list} for more information. Must be equal to the primary \t{KEYWORD} for this profile.
+\item[ARCH] The system's architecture. Must be a value listed in
+ \t{profiles/arch.list}; see section~\ref{arch.list}
+ for more information. Must be equal to the primary \t{KEYWORD} for this
+ profile.
\item[CONFIG\_PROTECT, CONFIG\_PROTECT\_MASK] Contain whitespace-delimited lists used to control the
- configuration file protection. Described more fully in chapter \ref{config-protect}.
+ configuration file protection. Described more fully in chapter~\ref{config-protect}.
\item[USE] Defines the list of default USE flags for this profile. Flags may be added or removed by
the user's configuration. \t{USE\_EXPAND} values must not be specified in this way.
\item[USE\_EXPAND] \label{use-expand} Defines a list of variables which are to be treated
incrementally and whose contents are to be expanded into the USE variable as passed to ebuilds.
- Expansion is done as per Algorithm \ref{alg:use-expand}.
+ Expansion is done as per Algorithm~\ref{alg:use-expand}.
\begin{algorithm}
\caption{USE\_EXPAND logic} \label{alg:use-expand}
\begin{algorithmic}