From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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