diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-11 21:40:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-11 21:40:09 +0000 |
commit | 80e5779001a9337a84f29f2a1e46f0022fb98026 (patch) | |
tree | e15e37ecf0918c142b82398da2f0dee4a897b4ca /usr.bin/tcopy | |
parent | d7d5044e2ea6ec17428055f7a436dfe704ec1fb7 (diff) |
Various cleanups and standardizations.
Diffstat (limited to 'usr.bin/tcopy')
-rw-r--r-- | usr.bin/tcopy/tcopy.1 | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index f23d32f070f..a18d3090ebd 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcopy.1,v 1.6 1999/10/17 20:24:35 aaron Exp $ +.\" $OpenBSD: tcopy.1,v 1.7 2000/03/11 21:40:04 aaron Exp $ .\" $NetBSD: tcopy.1,v 1.4 1997/04/15 07:23:07 lukem Exp $ .\" .\" Copyright (c) 1985, 1990, 1991, 1993 @@ -47,17 +47,20 @@ .Oo Ar src Op Ar dest .Oc .Sh DESCRIPTION -.Nm tcopy -is designed to copy magnetic tapes. The only assumption made +.Nm +is designed to copy magnetic tapes. +The only assumption made about the tape is that there are two tape marks at the end. -.Nm tcopy +.Nm with only a source tape .Pf ( Ar /dev/rst0 by default) specified will print -information about the sizes of records and tape files. If a destination -is specified a copy will be made of the source tape. The blocking on the -destination tape will be identical to that used on the source tape. Copying -a tape will yield the same output as if just printing the sizes. +information about the sizes of records and tape files. +If a destination +is specified a copy will be made of the source tape. +The blocking on the +destination tape will be identical to that used on the source tape. +Copying a tape will yield the same output as if just printing the sizes. .Pp The options are as follows: .Bl -tag -width s_maxblk |