Deleted Added
full compact
mtio.4 (55465) mtio.4 (57676)
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1983, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)mtio.4 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1983, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)mtio.4 8.1 (Berkeley) 6/5/93
36.\" $FreeBSD: head/share/man/man4/mtio.4 55465 2000-01-05 16:52:34Z bde $
36.\" $FreeBSD: head/share/man/man4/mtio.4 57676 2000-03-01 14:50:24Z sheldonh $
37.\"
38.Dd February 11, 1996
39.Dt MTIO 4
40.Os FreeBSD 2.2
41.Sh NAME
42.Nm mtio
43.Nd
44.Tn FreeBSD

--- 7 unchanged lines hidden (view full) ---

52.Pa /dev/[nr]sa*.ctl
53are control devices that can be used to issue ioctls to the SCSI
54tape driver to set parameters that are required to last beyond the
55unmounting of a tape.
56.Pp
57.Pp
58The rewind devices automatically rewind
59when the last requested read, write or seek has finished, or the end of the tape
37.\"
38.Dd February 11, 1996
39.Dt MTIO 4
40.Os FreeBSD 2.2
41.Sh NAME
42.Nm mtio
43.Nd
44.Tn FreeBSD

--- 7 unchanged lines hidden (view full) ---

52.Pa /dev/[nr]sa*.ctl
53are control devices that can be used to issue ioctls to the SCSI
54tape driver to set parameters that are required to last beyond the
55unmounting of a tape.
56.Pp
57.Pp
58The rewind devices automatically rewind
59when the last requested read, write or seek has finished, or the end of the tape
60has been reached. The letter
60has been reached.
61The letter
61.Ql n
62is usually prepended to
63the name of the no-rewind devices.
64.Pp
65Tapes can be written with either fixed length records or variable length
66records. See
67.Xr sa 4
68for more information. Two end-of-file markers mark the end of a tape, and

--- 247 unchanged lines hidden ---
62.Ql n
63is usually prepended to
64the name of the no-rewind devices.
65.Pp
66Tapes can be written with either fixed length records or variable length
67records. See
68.Xr sa 4
69for more information. Two end-of-file markers mark the end of a tape, and

--- 247 unchanged lines hidden ---