diff options
| author | Maxime Dénès | 2017-12-01 09:29:38 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-01 09:29:38 +0100 |
| commit | 317a47249e666e2e11c6a8ac29f7c8370c861f8a (patch) | |
| tree | 6248a8d636eef8453f44bde23049662701302160 /doc/refman | |
| parent | 895900eb4c3f030e9490d211a4969de933ec2f9b (diff) | |
| parent | bbe7b785787ff3f13e5c2809a67241981b06e1db (diff) | |
Merge PR #6276: Coqchk accepts filenames
Diffstat (limited to 'doc/refman')
| -rw-r--r-- | doc/refman/RefMan-com.tex | 5 |
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, |
