|
Lines 109-115
Link Here
|
| 109 |
each mode can be set individually by hand with the |
109 |
each mode can be set individually by hand with the |
| 110 |
.Xr mt 1 |
110 |
.Xr mt 1 |
| 111 |
command. When a device corresponding to a particular mode is first |
111 |
command. When a device corresponding to a particular mode is first |
| 112 |
mounted, The operating parameters for that |
112 |
mounted, the operating parameters for that |
| 113 |
mount session |
113 |
mount session |
| 114 |
are copied from that mode. Further changes to the parameters during the |
114 |
are copied from that mode. Further changes to the parameters during the |
| 115 |
session will change those in effect for the session but not those set |
115 |
session will change those in effect for the session but not those set |
|
Lines 190-196
Link Here
|
| 190 |
If one requests more blocks than remain in the file, the drive will |
190 |
If one requests more blocks than remain in the file, the drive will |
| 191 |
encounter the file mark. Because there is some data to return (unless |
191 |
encounter the file mark. Because there is some data to return (unless |
| 192 |
there were no records before the file mark), the read will succeed, |
192 |
there were no records before the file mark), the read will succeed, |
| 193 |
returning that data, The next read will return immediately with an |
193 |
returning that data. The next read will return immediately with an |
| 194 |
EOF. (As above, if the file mark is never read, it remains for the next process to read if in no-rewind mode.) |
194 |
EOF. (As above, if the file mark is never read, it remains for the next process to read if in no-rewind mode.) |
| 195 |
.El |
195 |
.El |
| 196 |
.Sh FILE MARK HANDLING |
196 |
.Sh FILE MARK HANDLING |