aboutsummaryrefslogtreecommitdiff
path: root/src/doc/help/close.help
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-18 06:11:42 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-18 06:11:42 +0000
commite865a85b43caa6f453304e836dae3b62ca73c635 (patch)
treec0fc52edfcd7d0e5b4febdc251c24ba8a6b89608 /src/doc/help/close.help
parent6ad3412bc13d3ae7a5f7f68260a90ae1bd536e03 (diff)
downloadopen-axiom-e865a85b43caa6f453304e836dae3b62ca73c635.tar.gz
Fix SF/2757715
* Makefile.pamphlet (all-input): Make all-doc a requirement. (all-doc): Tidy. * doc/Makefile.in: Likewise. Install help files. * doc/help: New. Home for help files.
Diffstat (limited to 'src/doc/help/close.help')
-rw-r--r--src/doc/help/close.help45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/doc/help/close.help b/src/doc/help/close.help
new file mode 100644
index 00000000..a6d64a8c
--- /dev/null
+++ b/src/doc/help/close.help
@@ -0,0 +1,45 @@
+Copyright The Numerical Algorithms Group Limited 1992-94. All rights reserved.
+Copyright (C) 2007-2009, Gabriel Dos Reis. All rights reserved.
+
+OpenAxiom Help Information.
+Section numbers refer to the on-line version of the book
+AXIOM: The Scientific Computation System by Richard D. Jenks and Robert S. Sutor
+
+==============================================================================
+A.5. )close
+==============================================================================
+
+User Level Required: interpreter
+
+Command Syntax:
+
+ - )close
+ - )close )quietly
+
+Command Description:
+
+This command is used to close down interpreter client processes. Such
+processes are started by HyperDoc to run OpenAxiom examples when you click on
+their text. When you have finished examining or modifying the example and you
+do not want the extra window around anymore, issue
+
+)close
+
+to the OpenAxiom prompt in the window.
+
+If you try to close down the last remaining interpreter client process,
+OpenAxiom will offer to close down the entire AXIOM session and return
+you to the operating system by displaying something like
+
+ This is the last OpenAxiom session. Do you want to kill OpenAxiom?
+
+Type "y" (followed by the Return key) if this is what you had in mind. Type
+"n" (followed by the Return key) to cancel the command.
+
+You can use the )quietly option to force OpenAxiom to close down the
+interpreter client process without closing down the entire OpenAxiom session.
+
+Also See:
+o )quit
+o )pquit
+