<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/tcopy, branch release/4.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F4.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F4.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2000-03-01T12:20:22Z</updated>
<entry>
<title>Remove single-space hard sentence breaks.  These degrade the quality</title>
<updated>2000-03-01T12:20:22Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-01T12:20:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=87faa07bec7b6e1212692fbaa21d663ee288abe8'/>
<id>urn:sha1:87faa07bec7b6e1212692fbaa21d663ee288abe8</id>
<content type='text'>
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add $Id$, to make it simpler for members of the translation teams to</title>
<updated>1999-07-12T20:24:20Z</updated>
<author>
<name>Nik Clayton</name>
<email>nik@FreeBSD.org</email>
</author>
<published>1999-07-12T20:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3be5f1f5ce6c92fb28926e7d02f855c12d534c34'/>
<id>urn:sha1:3be5f1f5ce6c92fb28926e7d02f855c12d534c34</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Clean up some ambiguous nested if/elses.</title>
<updated>1999-07-04T17:26:16Z</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-07-04T17:26:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9ef5c48befdfa36ad5ef5e0ae898e7ca9397abcc'/>
<id>urn:sha1:9ef5c48befdfa36ad5ef5e0ae898e7ca9397abcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.</title>
<updated>1999-04-30T13:13:32Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-04-30T13:13:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4b9c5aabddda772d649ed9b3566e16d3594a1000'/>
<id>urn:sha1:4b9c5aabddda772d649ed9b3566e16d3594a1000</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".</title>
<updated>1999-04-28T05:08:13Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1999-04-28T05:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7d64be00b28552833c4c3be0996c3a79cbb07c86'/>
<id>urn:sha1:7d64be00b28552833c4c3be0996c3a79cbb07c86</id>
<content type='text'>
PR:		11347
Submitted by:	Christian Weisgerber
</content>
</entry>
<entry>
<title>Update tcopy for CAM.  (/dev/rst0 -&gt; /dev/rsa0)</title>
<updated>1998-11-16T00:05:46Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1998-11-16T00:05:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=93a6df25e8103ad1ddc9cd9592934a63761e0fab'/>
<id>urn:sha1:93a6df25e8103ad1ddc9cd9592934a63761e0fab</id>
<content type='text'>
PR:		i386/8688
Submitted by:	Bill Trost &lt;trost@cloud.rain.com&gt;
</content>
</entry>
<entry>
<title>Use err(3). Correct usage string. Change default tape to /dev/rst0.</title>
<updated>1997-08-14T06:41:00Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-14T06:41:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=54d183e244ad46b16846214eba429c490072d759'/>
<id>urn:sha1:54d183e244ad46b16846214eba429c490072d759</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compare return value from getopt against -1 rather than EOF, per the final</title>
<updated>1997-03-29T04:34:07Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-03-29T04:34:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1c8af8787354e20c2b38cab5801698133ff8b403'/>
<id>urn:sha1:1c8af8787354e20c2b38cab5801698133ff8b403</id>
<content type='text'>
posix standard on the topic.
</content>
</entry>
<entry>
<title>Make the counters unsigned longs so that tapes don't contain negative</title>
<updated>1995-12-31T09:00:24Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-12-31T09:00:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1fccc1f2ff47eabdee9e06a8efe4019076f21b2a'/>
<id>urn:sha1:1fccc1f2ff47eabdee9e06a8efe4019076f21b2a</id>
<content type='text'>
number of bytes.
</content>
</entry>
</feed>
