diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/system/doc/deallocate.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/system/doc/deallocate.hlp')
-rw-r--r-- | pkg/system/doc/deallocate.hlp | 34 |
1 files changed, 34 insertions, 0 deletions
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 |