summaryrefslogtreecommitdiff
path: root/man/coqdep.1
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
commit5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 (patch)
tree631ad791a7685edafeb1fb2e8faeedc8379318ae /man/coqdep.1
parentda178a880e3ace820b41d38b191d3785b82991f5 (diff)
Imported Upstream snapshot 8.3~beta0+13298
Diffstat (limited to 'man/coqdep.1')
-rw-r--r--man/coqdep.15
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 \&