aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorletouzey2011-03-17 21:46:52 +0000
committerletouzey2011-03-17 21:46:52 +0000
commita2f26ddde0c5ee088a4a65ab9708085c16a8ba48 (patch)
tree3e6d60a9286333416bf34151ff6d567ef5179998 /doc
parente3c880264bf54083b962d41a4c6e1ef35ca464f2 (diff)
An option "Set Default Timeout n."
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13916 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-oth.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/refman/RefMan-oth.tex b/doc/refman/RefMan-oth.tex
index ab8e1531f8..5a564b6765 100644
--- a/doc/refman/RefMan-oth.tex
+++ b/doc/refman/RefMan-oth.tex
@@ -933,6 +933,21 @@ the command has not terminated after the time specified by the integer
(time expressed in seconds), then it is interrupted and an error message
is displayed.
+\subsection[\tt Set Default Timeout \textrm{\textsl{int}}.]{\tt Set
+ Default Timeout \textrm{\textsl{int}}.\comindex{Set Default Timeout}}
+
+After using this command, all subsequent commands behave as if they
+were passed to a {\tt Timeout} command. Commands already starting by
+a {\tt Timeout} are unaffected.
+
+\subsection[\tt Unset Default Timeout.]{\tt Unset Default Timeout.\comindex{Unset Default Timeout}}
+
+This command turns off the use of a defaut timeout.
+
+\subsection[\tt Test Default Timeout.]{\tt Test Default Timeout.\comindex{Test Default Timeout}}
+
+This command displays whether some default timeout has be set or not.
+
\section{Controlling display}
\subsection[\tt Set Silent.]{\tt Set Silent.\comindex{Set Silent}