aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-06-13 16:45:23 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-06-13 16:45:23 +0200
commit5682084d1e8fa6e624c022554c976245f8519852 (patch)
tree0f75402df09e855462d681278111e5c750dffdc7 /doc
parent8e8b1672843040a8ee1109b2c470477c915d73cc (diff)
Remove documentation for the unsupported options -byte and -opt.
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-com.tex13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/refman/RefMan-com.tex b/doc/refman/RefMan-com.tex
index 172af9730..20088fd72 100644
--- a/doc/refman/RefMan-com.tex
+++ b/doc/refman/RefMan-com.tex
@@ -24,10 +24,9 @@ run by the command {\tt coqtop}.
\label{binary-images}
They are two different binary images of \Coq: the byte-code one and
the native-code one (if Objective Caml provides a native-code compiler
-for your platform, which is supposed in the following). When invoking
-\verb!coqtop! or \verb!coqc!, the native-code version of the system is
-used. The command-line options \verb!-byte! and \verb!-opt! explicitly
-select the byte-code and the native-code versions, respectively.
+for your platform, which is supposed in the following). By default,
+\verb!coqc! executes the native-code version; this can be overridden
+using the \verb!-byte! option.
The byte-code toplevel is based on a Caml
toplevel (to allow the dynamic link of tactics). You can switch to
@@ -43,11 +42,7 @@ compile it into a {\em file}{\tt .vo} file (See ~\ref{compiled}).
defined in the Section~\ref{lexical}. It
must only contain letters, digits or underscores
(\_). Thus it can be \verb+/bar/foo/toto.v+ but cannot be
-\verb+/bar/foo/to-to.v+ .
-
-Notice that the \verb!-byte! and \verb!-opt! options are still
-available with \verb!coqc! and allow you to select the byte-code or
-native-code versions of the system.
+\verb+/bar/foo/to-to.v+.
\section[Customization]{Customization at launch time}