summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-18 21:43:12 +0200
committerUlrich Müller <ulm@gentoo.org>2021-05-21 06:42:39 +0200
commit3e558f678cf36228c51eaf36d59a48577c3e25e3 (patch)
tree7f2bcb8fa0ddc09291dc9c789d94473685759f55 /pkg-mgr-commands.tex
parentpms.cls: Require version 1 of parskip.sty (diff)
downloadpms-3e558f678cf36228c51eaf36d59a48577c3e25e3.tar.gz
pms-3e558f678cf36228c51eaf36d59a48577c3e25e3.tar.bz2
pms-3e558f678cf36228c51eaf36d59a48577c3e25e3.zip
Fix bad page breaks before lists
Taken from https://tex.stackexchange.com/a/2645. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 59edc1c..bc6d1ac 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -16,6 +16,7 @@ a failure shall either result in a non-zero exit status or abort the build proce
table~\ref{tab:commands-die-table}.
The following commands affect this behaviour:
+\nobreakpar
\begin{description}
\item[nonfatal] \featurelabel{nonfatal} Takes one or more arguments and executes them as a command,
preserving the exit status. If this results in a command being called that would normally abort
@@ -910,7 +911,7 @@ table~\ref{tab:use-list-strictness}.
\subsection{Text list functions}
These functions check whitespace-separated lists for a particular value.
-
+\nobreakpar
\begin{description}
\item[has] Returns shell true (0) if the first argument (a word) is found in the list of subsequent
arguments, false otherwise. Guaranteed quiet.