Bell 32V development
[unix-history] / usr / man / man4 / pc.4
CommitLineData
2c2d3e6c
TL
1.TH PC 4
2.SH NAME
3pc \- PC-11 paper tape reader/punch
4.SH DESCRIPTION
5.I Ppt
6refers to the PC-11 paper tape reader or punch,
7depending on whether it is read or written.
8.PP
9When
10.I ppt
11is opened for writing, a 100-character leader
12is punched.
13Thereafter each byte written is punched on
14the tape. No editing of the characters
15is performed.
16When the file is closed, a 100-character trailer is punched.
17.PP
18When
19.I ppt
20is opened for reading, the process
21waits until tape is placed in the reader and the reader
22is on-line.
23Then requests to read cause the characters read
24to be passed back to the program, again without
25any editing.
26This means that several null leader characters
27will usually appear at the beginning of the file.
28Likewise several nulls are likely to appear at the end.
29End-of-file is generated when the tape runs out.
30.PP
31Seek calls for this file are meaningless.
32.SH FILES
33/dev/ppt
34.SH BUGS
35If both the reader and the punch are open simultaneously,
36the trailer is sometimes not punched.
37Sometimes the reader goes into a dead state in which it cannot be
38opened.