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/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