Tue Aug 1 11:11:37 2017 UTC ()
Sort SEE ALSO.


(wiz)
diff -r1.15 -r1.16 src/share/man/man4/man4.vax/mt.4

cvs diff -r1.15 -r1.16 src/share/man/man4/man4.vax/mt.4 (expand / switch to unified diff)

--- src/share/man/man4/man4.vax/mt.4 2017/08/01 11:11:17 1.15
+++ src/share/man/man4/man4.vax/mt.4 2017/08/01 11:11:37 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mt.4,v 1.15 2017/08/01 11:11:17 wiz Exp $ 1.\" $NetBSD: mt.4,v 1.16 2017/08/01 11:11:37 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1991, 1993 3.\" Copyright (c) 1980, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -75,28 +75,28 @@ at block @@ -75,28 +75,28 @@ at block
75the mt error register and drive status register are 75the mt error register and drive status register are
76printed in octal with the bits symbolically decoded. 76printed in octal with the bits symbolically decoded.
77Any error is 77Any error is
78fatal on non-raw tape; when possible the driver will have retried 78fatal on non-raw tape; when possible the driver will have retried
79the operation which failed several times before reporting the error. 79the operation which failed several times before reporting the error.
80.It mu%d: blank tape. 80.It mu%d: blank tape.
81An attempt was made to read a blank tape (a tape without even 81An attempt was made to read a blank tape (a tape without even
82end-of-file marks). 82end-of-file marks).
83.It mu%d: offline. 83.It mu%d: offline.
84During an i/o operation the device was set offline. 84During an i/o operation the device was set offline.
85If a non-raw tape was used in the access it is closed. 85If a non-raw tape was used in the access it is closed.
86.El 86.El
87.Sh SEE ALSO 87.Sh SEE ALSO
88.Xr tar 1 , 
89.Xr mt 1 , 88.Xr mt 1 ,
 89.Xr tar 1 ,
90.Xr mtio 4 , 90.Xr mtio 4 ,
91.Xr vax/tm 4 , 91.Xr vax/tm 4 ,
92.Xr vax/ts 4 , 92.Xr vax/ts 4 ,
93.Xr vax/ut 4 93.Xr vax/ut 4
94.Sh HISTORY 94.Sh HISTORY
95The 95The
96.Nm 96.Nm
97driver appeared in 97driver appeared in
98.Bx 4.1 . 98.Bx 4.1 .
99.Sh BUGS 99.Sh BUGS
100If a physical error (non-data) occurs, 100If a physical error (non-data) occurs,
101.Nm 101.Nm
102may hang ungracefully. 102may hang ungracefully.