# HG changeset patch # User wenzelm # Date 1715517929 -7200 # Node ID af65029b6b82810fcafdb08d04ee7239db18479d # Parent 438d583ab378f9fad13bd4905b7d5fb737baba3c proper formatting; diff -r 438d583ab378 -r af65029b6b82 src/Doc/System/Sessions.thy --- a/src/Doc/System/Sessions.thy Sun May 12 14:41:13 2024 +0200 +++ b/src/Doc/System/Sessions.thy Sun May 12 14:45:29 2024 +0200 @@ -451,12 +451,11 @@ The build process depends on additional options (\secref{sec:system-options}) that are passed to the prover eventually. The settings variable @{setting_ref ISABELLE_BUILD_OPTIONS} allows to provide - additional defaults, e.g.\ \<^verbatim>\ISABELLE_BUILD_OPTIONS="document=pdf - threads=4"\. Moreover, the environment of system build options may be - augmented on the command line via \<^verbatim>\-o\~\name\\<^verbatim>\=\\value\ or \<^verbatim>\-o\~\name\, - which abbreviates \<^verbatim>\-o\~\name\\<^verbatim>\=true\ for Boolean or string options. - Multiple occurrences of \<^verbatim>\-o\ on the command-line are applied in the given - order. + additional defaults, e.g.\ \<^verbatim>\ISABELLE_BUILD_OPTIONS="document=pdf threads=4"\. + Moreover, the environment of system build options may be augmented on the + command line via \<^verbatim>\-o\~\name\\<^verbatim>\=\\value\ or \<^verbatim>\-o\~\name\, which abbreviates + \<^verbatim>\-o\~\name\\<^verbatim>\=true\ for Boolean or string options. Multiple occurrences of + \<^verbatim>\-o\ on the command-line are applied in the given order. \<^medskip> Option \<^verbatim>\-P\ enables PDF/HTML presentation in the given directory, where @@ -519,8 +518,7 @@ Each \<^verbatim>\-H\ option accepts multiple host or cluster names (separated by commas), which all share the same (optional) parameters or system options. Multiple \<^verbatim>\-H\ options may be given to specify further hosts (with different - parameters). For example: \<^verbatim>\-H host1,host2:jobs=2,threads=4 -H - host3:jobs=4,threads=6\. + parameters). For example: \<^verbatim>\-H host1,host2:jobs=2,threads=4 -H host3:jobs=4,threads=6\. The syntax for host parameters follows Isabelle outer syntax, notably with double-quoted string literals. On the command-line, this may require extra