src/Doc/System/Misc.thy
changeset 54683 cf48ddc266e5
parent 53435 2220f0fb5581
child 54703 499f92dc6e45
--- a/src/Doc/System/Misc.thy	Fri Dec 06 21:49:08 2013 +0100
+++ b/src/Doc/System/Misc.thy	Fri Dec 06 22:10:45 2013 +0100
@@ -65,20 +65,16 @@
 text {* The @{tool_def display} tool displays documents in DVI or PDF
   format:
 \begin{ttbox}
-Usage: isabelle display [OPTIONS] FILE
-
-  Options are:
-    -c           cleanup -- remove FILE after use
+Usage: isabelle display DOCUMENT
 
-  Display document FILE (in DVI or PDF format).
+  Display DOCUMENT (in DVI or PDF format).
 \end{ttbox}
 
-  \medskip The @{verbatim "-c"} option causes the input file to be
-  removed after use.
-
   \medskip The settings @{setting DVI_VIEWER} and @{setting
   PDF_VIEWER} determine the programs for viewing the corresponding
-  file formats.
+  file formats.  Normally this opens the document via the desktop
+  environment, potentially in an asynchronous manner with re-use of
+  previews views.
 *}