diff options
| author | Pierre-Marie Pédrot | 2015-09-25 12:25:35 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-09-25 14:00:44 +0200 |
| commit | 8e25e107a8715728a7227934d7b11035863ee5f0 (patch) | |
| tree | ee6b252104ffa6bdd8b47ca87c2148fefe08e048 /doc | |
| parent | 3930c586507bfb3b80297d7a2fdbbc6049aa509b (diff) | |
The -require option now accepts a logical path instead of a physical one.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/RefMan-com.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/RefMan-com.tex b/doc/refman/RefMan-com.tex index 2f9758fdee..0f1823a021 100644 --- a/doc/refman/RefMan-com.tex +++ b/doc/refman/RefMan-com.tex @@ -157,10 +157,10 @@ Add physical path {\em directory} to the {\ocaml} loadpath. Load \Coq~compiled file {\em file}{\tt .vo} -\item[{\tt -require} {\em file}]\ +\item[{\tt -require} {\em path}]\ - Load \Coq~compiled file {\em file}{\tt .vo} and import it ({\tt - Require} {\em file}). + Load \Coq~compiled library {\em path} and import it (equivalent to {\tt + Require Import} {\em path}). \item[{\tt -compile} {\em file.v},{\tt -compile-verbose} {\em file.v}, {\tt -batch}]\ |
