diff options
author | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-07-28 21:54:47 +0000 |
---|---|---|
committer | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-07-28 21:54:47 +0000 |
commit | 6b649aba925b6f7462da07599fe67ebb12a3460e (patch) | |
tree | 43656bcaa51164548f3fa14e5b10de5ef1088574 /man/coqdoc.1 |
Imported Upstream version 8.0pl1upstream/8.0pl1
Diffstat (limited to 'man/coqdoc.1')
-rw-r--r-- | man/coqdoc.1 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/man/coqdoc.1 b/man/coqdoc.1 new file mode 100644 index 00000000..c325d221 --- /dev/null +++ b/man/coqdoc.1 @@ -0,0 +1,33 @@ +.TH coqdoc 1 "February, 2002" + +.SH NAME +coqdoc \- A documentation tool for the Coq proof assistant + + +.SH SYNOPSIS +.B coqdoc +[ +.B options +] +.B files + + +.SH DESCRIPTION + +.B coqdoc +is a documentation tool for the Coq proof assistant. +It creates LaTeX or HTML documents from a set of Coq files. +See the Coq reference manual for documentation (url below). + + +.SH OPTIONS + +.TP +.B \-h +Help. Will give you the complete list of options accepted by coqdoc. + + +.SH SEE ALSO + +.I +The Coq web site: http://coq.inria.fr/ |