diff options
Diffstat (limited to 'man/coqdep.1')
-rw-r--r-- | man/coqdep.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/coqdep.1 b/man/coqdep.1 index e2cbb40e..e9e0dd3e 100644 --- a/man/coqdep.1 +++ b/man/coqdep.1 @@ -39,7 +39,7 @@ When a directory is given as argument, it is recursively looked at. Dependencies of Coq modules are computed by looking at .IR Require \& -commands (Require, Require Export, Require Import, Require Implementation), +commands (Require, Require Export, Require Import), .IR Declare \& .IR ML \& .IR Module \& @@ -69,9 +69,6 @@ is incorrect. (For instance, you wrote `Declare ML Module "A".', but the module A contains #open "B"). The correct command is printed (see option \-D). The warning is printed on standard error. .TP -.BI \-i -Prints also the dependencies for .vi files (Coq specification modules). -.TP .BI \-D This commands looks for every command .IR Declare \& |