BSD 4_4 release
[unix-history] / usr / src / share / man / man4 / man4.hp300 / ct.4
index 7a7b57d..77f92a2 100644 (file)
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Systems Programming Group of the University of Utah Computer
 .\" Science Department.
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Systems Programming Group of the University of Utah Computer
 .\" Science Department.
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"    @(#)ct.4        5.1 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
-.TH CT 4 ""
-.UC 7
-.SH NAME
-ct \- CS/80 cartridge tape interface
-.SH SYNOPSIS
-.B "tape ct0 at hpib? slave ?"
-.SH DESCRIPTION
+.\"     @(#)ct.4       8.1 (Berkeley) 6/9/93
+.\"
+.Dd June 9, 1993
+.Dt CT 4 hp300
+.Os
+.Sh NAME
+.Nm \&ct
+.Nd
+.Tn CS/80
+cartridge tape interface
+.Sh SYNOPSIS
+.Cd "tape ct0 at hpib? slave ?"
+.Sh DESCRIPTION
 The cartridge tape interface as found in the 7946 and 9144 products
 provides a standard tape drive interface as described in
 The cartridge tape interface as found in the 7946 and 9144 products
 provides a standard tape drive interface as described in
-.IR mtio (4)
+.Xr mtio 4
 with the following exceptions:
 with the following exceptions:
-.TP 3
-1.
+.Bl -enum
+.It
 There is only one density.
 There is only one density.
-.TP 3
-2.
-Only the ``raw'' interface is supported.
-.TP 3
-3.
-The MTIOCTOP
-.I ioctl
+.It
+Only the
+.Dq raw
+interface is supported.
+.It
+The
+.Dv MTIOCTOP
+.Xr ioctl 2
 is limited.
 is limited.
-In particular, the command, MTFSR is not supported.
-.TP 3
-4.
-The MTIOCGET
-.I ioctl
+In particular, the command,
+.Dv MTFSR
+is not supported.
+.It
+The
+.Dv MTIOCGET
+.Xr ioctl
 is not supported.
 is not supported.
-.TP 3
-5.
+.It
 The record size for read and write operations must be between
 1K and 64K inclusive.
 The record size for read and write operations must be between
 1K and 64K inclusive.
-.PP
+.El
+.Pp
 Special files
 Special files
-.I rct0
+.Pa rct0
 through
 through
-.I rct3
+.Pa rct3
 refer to rewind on close interfaces to drives 0 to 3.
 refer to rewind on close interfaces to drives 0 to 3.
-.I Rct4
+Files
+.Pa rct4
 through
 through
-.I rct7
+.Pa rct7
 refer to no-rewind interfaces.
 refer to no-rewind interfaces.
-.I Rct8
+Files
+.Pa rct8
 through
 through
-.I rct11
+.Pa rct11
 refer to streaming rewind on close interfaces. (Only 9144 type devices
 can stream.)
 refer to streaming rewind on close interfaces. (Only 9144 type devices
 can stream.)
-.I Rct12
+Lastly,
+.Pa rct12
 through
 through
-.I rct15
+.Pa rct15
 refer to streaming no-rewind interfaces.
 refer to streaming no-rewind interfaces.
-.SH BUGS
+.Sh SEE ALSO
+.Xr mt 1 ,
+.Xr tar 1 ,
+.Xr tp 1 ,
+.Xr mtio 4 .
+.Sh BUGS
 Read and writes of less than 1024 bytes will not behave as expected.
 Read and writes of less than 1024 bytes will not behave as expected.
-.SH "SEE ALSO"
-mt(1),
-tar(1),
-tp(1),
-mtio(4).