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/system/doc/deallocate.hlp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 pkg/system/doc/deallocate.hlp (limited to 'pkg/system/doc/deallocate.hlp') diff --git a/pkg/system/doc/deallocate.hlp b/pkg/system/doc/deallocate.hlp new file mode 100644 index 00000000..803c9d6a --- /dev/null +++ b/pkg/system/doc/deallocate.hlp @@ -0,0 +1,34 @@ +.help deallocate Jan86 system +.ih +NAME +deallocate -- deallocate a device +.ih +USAGE +deallocate device +.ih +PARAMETERS +.ls device +The device to be deallocated. +.le +.ls rewind = yes +Rewind the device before deallocating? +Ignored for devices other than magtape. +.le +.ih +DESCRIPTION +Deallocate a previously allocated device. The CL will print an error +message if one attempts to logout while devices are still allocated, +but if \fIlogout\fR is typed several times you will be allowed to logout +with the devices still allocated. The CL does not automatically +deallocate devices upon logout. +.ih +EXAMPLES + +1. Deallocate logical magtape drive B. + + cl> dealloc mtb + +.ih +SEE ALSO +allocate, devstatus, file dev$devices, dev$tapecap +.endhelp -- cgit