diff options
Diffstat (limited to 'man/coqtop.byte.1')
-rw-r--r-- | man/coqtop.byte.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/man/coqtop.byte.1 b/man/coqtop.byte.1 new file mode 100644 index 00000000..ad1a358c --- /dev/null +++ b/man/coqtop.byte.1 @@ -0,0 +1,35 @@ +.TH COQ 1 "April 25, 2001" + +.SH NAME +coqtop.byte \- The bytecode Coq toplevel + + +.SH SYNOPSIS +.B coqtop.byte +[ +.B options +] +[ +.I file +] + +.SH DESCRIPTION + +.B coqopt.byte +is the bytecode 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 + + |