From b002b817ce305be3ba753dc1634a01b008b243bd Mon Sep 17 00:00:00 2001 From: courant Date: Wed, 25 Apr 2001 07:35:06 +0000 Subject: - Ajout pages de man pour coqc, coqtop, coqtop.opt et coqtop.byte - Deplacement pages de tools/ vers man/ - Modif distrib/Makefile pour Debian - Modif mode emacs pour Debian git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1710 85f007b7-540e-0410-9357-904b9bb8a0f7 --- man/coqtop.opt.1 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 man/coqtop.opt.1 (limited to 'man/coqtop.opt.1') diff --git a/man/coqtop.opt.1 b/man/coqtop.opt.1 new file mode 100644 index 000000000..8b6b362a1 --- /dev/null +++ b/man/coqtop.opt.1 @@ -0,0 +1,35 @@ +.TH COQ 1 "April 24, 2001" + +.SH NAME +coqtop.opt \- The native-code Coq toplevel + + +.SH SYNOPSIS +.B coqopt.opt +[ +.B options +] +[ +.I file +] + +.SH DESCRIPTION + +.B coqopt.opt +is the native-code version of Coq. It should not be called directly, but +only by +.B coqtop +and +.B coqc + +.SH SEE ALSO + +.BR coqtop (1), +.BR coqc (1). +.br +.I +The Coq Reference Manual. +.I +The Coq web site: http://coq.inria.fr + + -- cgit v1.2.3