diff options
author | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2015-04-02 14:14:08 +0200 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2015-04-02 14:23:12 +0200 |
commit | e08cd1682347a002cb46eadddea61b2fc1fcf006 (patch) | |
tree | 86a5fe982bc39bd9c3455d6dccad164244f479f2 | |
parent | 049f329908ab6702c3a933ddc45ae6b6f5160065 (diff) |
Fix documentation of -R and -Q.
-rw-r--r-- | doc/refman/RefMan-com.tex | 2 | ||||
-rw-r--r-- | doc/refman/RefMan-uti.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/RefMan-com.tex b/doc/refman/RefMan-com.tex index e4c6be715..6335dfd32 100644 --- a/doc/refman/RefMan-com.tex +++ b/doc/refman/RefMan-com.tex @@ -110,7 +110,7 @@ Add physical path {\em directory} to the {\ocaml} loadpath. \SeeAlso Section~\ref{Libraries}. -\item[{\tt -R} {\em directory} {\dirpath}, {\tt -R} {\em directory} [{\tt -as} {\dirpath}]]\ +\item[{\tt -R} {\em directory} {\dirpath}]\ Do as \texttt{-Q} \emph{directory} {\dirpath} but make the subdirectory structure of \emph{directory} recursively visible so diff --git a/doc/refman/RefMan-uti.tex b/doc/refman/RefMan-uti.tex index 76e4efd60..94290bc80 100644 --- a/doc/refman/RefMan-uti.tex +++ b/doc/refman/RefMan-uti.tex @@ -113,7 +113,7 @@ subdirectory. A specified subdirectory must have an inner \texttt{Makefile}. The phony targets \texttt{all} and \texttt{clean} will recursively call this target in all the subdirectories. -\item \texttt{-R} and \texttt{-I} options are for {\Coq}, \texttt{-I} +\item \texttt{-R} and \texttt{-Q} options are for {\Coq}, \texttt{-I} for {\ocaml}. The same directory may be ``included'' by both. Using \texttt{-R} or \texttt{-Q} gives a correct logical path |