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/rewind.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/system/doc/rewind.hlp')
-rw-r--r-- | pkg/system/doc/rewind.hlp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pkg/system/doc/rewind.hlp b/pkg/system/doc/rewind.hlp new file mode 100644 index 00000000..0519f81c --- /dev/null +++ b/pkg/system/doc/rewind.hlp @@ -0,0 +1,36 @@ +.help rewind Apr92 system +.ih +NAME +rewind -- rewind a previously allocated device +.ih +USAGE +rewind device +.ih +PARAMETERS +.ls device +The device to be rewound. +.le +.ls initcache = yes +Initialize the magtape device position cache for the device. This causes +the magtape i/o system to "forget" what it thinks it knows about things +like the number of files on the tape, the amount of tape used, and so on. +.le +.ih +DESCRIPTION +\fIRewind\fR rewinds the specified device, which is most likely +a magnetic tape, and which has been previously allocated to the user. + +By default \fIrewind\fR will initialize the device position cache. When +changing tapes, one should always either rewind or deallocate and reallocate +the device, to force the magtape system to recompute the number of files +on the tape and to ensure that the tape is left in a defined position. +.ih +EXAMPLES + +1. Rewind logical tape drive a. + + cl> rewind mta +.ih +SEE ALSO +allocate, deallocate, devstatus +.endhelp |