aboutsummaryrefslogtreecommitdiff
path: root/pkg/language/doc/logout.hlp
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/language/doc/logout.hlp
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/language/doc/logout.hlp')
-rw-r--r--pkg/language/doc/logout.hlp28
1 files changed, 28 insertions, 0 deletions
diff --git a/pkg/language/doc/logout.hlp b/pkg/language/doc/logout.hlp
new file mode 100644
index 00000000..170822a8
--- /dev/null
+++ b/pkg/language/doc/logout.hlp
@@ -0,0 +1,28 @@
+.help logout Feb86 language
+.ih
+NAME
+logout -- log out of the CL
+.ih
+USAGE
+logout
+.ih
+DESCRIPTION
+\fILogout\fR causes the CL to shut itself down, regardless of how many
+packages may currently be active. The only way to shut the CL down without
+killing it is to use \fIlogout\fR; \fIbye\fR is not allowed to shut the
+CL down, since it would be too easy to enter it by accident (and it takes
+a while to log back in).
+
+An error message will be printed if one attempts to log out of the CL while
+a device is still allocated. The device should be deallocated and the
+\fIlogout\fR repeated, else type \fIlogout\fR several times and you will
+be permitted to logout with the device still allocated.
+.ih
+EXAMPLE
+1. Logout of the CL.
+
+ cl> logo
+.ih
+SEE ALSO
+deallocate, bye
+.endhelp