blob: d9fb897b94d14868499abf1bbef19f7afeab1b1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
.pa 1
.he 'REW (I)'1/15/73'REW (I)'
.ti 0
NAME rew -- rewind tape
.sp
.ti 0
SYNOPSIS rew ___ [ [m_]digit ]
.sp
.ti 0
DESCRIPTION rew___
rewinds DECtape or magtape drives. The digit is the logical
tape number, and should range from 0 to 7.
If the digit is preceded by 'm',
rew___ applies to magtape rather than DECtape.
A missing digit indicates drive 0.
.sp
.ti 0
FILES /dev/tap?
.br
/dev/mt?
.sp
.ti 0
SEE ALSO --
.sp
.ti 0
DIAGNOSTICS "?" if there is no tape mounted on the indicated
drive or if the file cannot be opened.
.sp
.ti 0
BUGS --
|