Deleted Added
full compact
tcopy.1 (79535) tcopy.1 (95124)
1.\" Copyright (c) 1985, 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94
1.\" Copyright (c) 1985, 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94
33.\" $FreeBSD: head/usr.bin/tcopy/tcopy.1 79535 2001-07-10 14:16:33Z ru $
33.\" $FreeBSD: head/usr.bin/tcopy/tcopy.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd April 17, 1994
36.Dt TCOPY 1
37.Os
38.Sh NAME
39.Nm tcopy
40.Nd copy and/or verify mag tapes
41.Sh SYNOPSIS
42.Nm
43.Op Fl cvx
44.Op Fl s Ar maxblk
45.Oo Ar src Op Ar dest
46.Oc
47.Sh DESCRIPTION
34.\"
35.Dd April 17, 1994
36.Dt TCOPY 1
37.Os
38.Sh NAME
39.Nm tcopy
40.Nd copy and/or verify mag tapes
41.Sh SYNOPSIS
42.Nm
43.Op Fl cvx
44.Op Fl s Ar maxblk
45.Oo Ar src Op Ar dest
46.Oc
47.Sh DESCRIPTION
48.Nm Tcopy
49is designed to copy magnetic tapes. The only assumption made
48The
49.Nm
50utility is designed to copy magnetic tapes. The only assumption made
50about the tape is that there are two tape marks at the end.
51about the tape is that there are two tape marks at the end.
51.Nm Tcopy
52with only a source tape
52The
53.Nm
54utility with only a source tape
53.Pf ( Ar /dev/rsa0
54by default) specified will print
55information about the sizes of records and tape files. If a destination
56is specified a copy will be made of the source tape. The blocking on the
57destination tape will be identical to that used on the source tape. Copying
58a tape will yield the same output as if just printing the sizes.
59.Pp
60Options:

--- 52 unchanged lines hidden ---
55.Pf ( Ar /dev/rsa0
56by default) specified will print
57information about the sizes of records and tape files. If a destination
58is specified a copy will be made of the source tape. The blocking on the
59destination tape will be identical to that used on the source tape. Copying
60a tape will yield the same output as if just printing the sizes.
61.Pp
62Options:

--- 52 unchanged lines hidden ---