History log of /freebsd-10-stable/usr.bin/tcopy/tcopy.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 165391 20-Dec-2006 ru

Document some details better, making it easier to translate.


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 119774 05-Sep-2003 roam

Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.

PR: 55925
Submitted by: Michael L. Squires <mikes@siralan.org>
MFC after: 1 month


# 116055 08-Jun-2003 charnier

The .Nm utility


# 108317 27-Dec-2002 schweikh

english(4) police.


# 108257 24-Dec-2002 ru

mdoc(7) police: Deal with self-xrefs.


# 95124 20-Apr-2002 charnier

Use `The .Nm utility'


# 79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 70197 19-Dec-2000 ru

Prepare for mdoc(7)NG.


# 68567 10-Nov-2000 ru

Fixed typo: .ar -> .Ar.


# 57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 46203 30-Apr-1999 phk

Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.
That doesn't work well for tapes over 4G.

I use tcopy a lot to write images of a tape to tape as tape to tape
copying is terribly slow. Slower than it should be. Quickly found out
tcopy can not rewind a file when doing copy/verify.

PR: 11386
Submitted by: David Kelly dkelly@hiwaay.net
Reviewed by: phk


# 46136 28-Apr-1999 jkoshy

Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".

PR: 11347
Submitted by: Christian Weisgerber


# 28198 14-Aug-1997 charnier

Use err(3). Correct usage string. Change default tape to /dev/rst0.


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources