aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik.martin-dorel@irit.fr>2016-09-19 19:08:23 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-19 21:02:25 +0200
commitda708e759a1518bf4304e3d0edd725ed4176941f (patch)
tree6ead5a9e847654db318919f7418c725a126a2ee8
parentc46981cfcdfe804178e1fe48a8489de6f7733c9c (diff)
Replace { command ; } with ( command )
as suggested by Hugo. Also, escape the spaces after the dots to obtain a better PdfLaTeX output.
-rw-r--r--doc/refman/RefMan-uti.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/RefMan-uti.tex b/doc/refman/RefMan-uti.tex
index 3bac7f5c1..f7d07772f 100644
--- a/doc/refman/RefMan-uti.tex
+++ b/doc/refman/RefMan-uti.tex
@@ -112,8 +112,8 @@ automatically regenerated by an invocation of \texttt{make}.
The following command generates a minimal example of
\texttt{\_CoqProject} file:
\begin{quotation}
-\texttt{\% \{ echo "-R .} \textit{MyFancyLib}\texttt{" ; find . -name
- "*.v" -print ; \} > \_CoqProject}
+\texttt{\% ( echo "-R .\ }\textit{MyFancyLib}\texttt{" ; find .\ -name
+ "*.v" -print ) > \_CoqProject}
\end{quotation}
when executed at the root of the directory containing the
project. Here the \texttt{\_CoqProject} lists all the \texttt{.v} files