From 1d643c4751bd317efe6412aa09be0e726f366b53 Mon Sep 17 00:00:00 2001 From: courant Date: Wed, 25 Apr 2001 13:51:01 +0000 Subject: man pages for coq-interface and parser git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1717 85f007b7-540e-0410-9357-904b9bb8a0f7 --- man/parser.1 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 man/parser.1 (limited to 'man/parser.1') diff --git a/man/parser.1 b/man/parser.1 new file mode 100644 index 0000000000..d89465d8c4 --- /dev/null +++ b/man/parser.1 @@ -0,0 +1,30 @@ +.TH COQ 1 "April 25, 2001" + +.SH NAME +parser \- Coq parser + + +.SH SYNOPSIS +.B parser +[ +.B options +] + +.SH DESCRIPTION + +.B parser +is a program reading Coq proof developments and outputing them in the +structured format given in the INRIA technical report RT154. This +program is not for the casual user. + +.SH SEE ALSO + +.BR coq-interface (1), +.BR coqc (1), +.BR coqtop (1), +.BR coqdep (1). +.br +.I +The Coq Reference Manual. +.I +The Coq web site: http://coq.inria.fr -- cgit v1.2.3