aboutsummaryrefslogtreecommitdiff
path: root/doc/refman
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-01 09:29:38 +0100
committerMaxime Dénès2017-12-01 09:29:38 +0100
commit317a47249e666e2e11c6a8ac29f7c8370c861f8a (patch)
tree6248a8d636eef8453f44bde23049662701302160 /doc/refman
parent895900eb4c3f030e9490d211a4969de933ec2f9b (diff)
parentbbe7b785787ff3f13e5c2809a67241981b06e1db (diff)
Merge PR #6276: Coqchk accepts filenames
Diffstat (limited to 'doc/refman')
-rw-r--r--doc/refman/RefMan-com.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/refman/RefMan-com.tex b/doc/refman/RefMan-com.tex
index 8b1fc7c8f3..b4d9f60ebc 100644
--- a/doc/refman/RefMan-com.tex
+++ b/doc/refman/RefMan-com.tex
@@ -299,8 +299,9 @@ The following command-line options are recognized by the commands {\tt
\section{Compiled libraries checker ({\tt coqchk})}
-The {\tt coqchk} command takes a list of library paths as argument.
-The corresponding compiled libraries (.vo files) are searched in the
+The {\tt coqchk} command takes a list of library paths as argument, described
+either by their logical name or by their physical filename, which must end in
+{\tt .vo}. The corresponding compiled libraries (.vo files) are searched in the
path, recursively processing the libraries they depend on. The content
of all these libraries is then type-checked. The effect of {\tt
coqchk} is only to return with normal exit code in case of success,