From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/language/doc/logout.hlp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pkg/language/doc/logout.hlp (limited to 'pkg/language/doc/logout.hlp') 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 -- cgit