summaryrefslogtreecommitdiff
path: root/usr.bin/tcopy
Commit message (Collapse)AuthorAgeFilesLines
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-3/+6
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48792
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
| | | | Notes: svn path=/head/; revision=48566
* Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.Poul-Henning Kamp1999-04-302-15/+51
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=46203
* Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".Joseph Koshy1999-04-281-1/+1
| | | | | | | | PR: 11347 Submitted by: Christian Weisgerber Notes: svn path=/head/; revision=46136
* Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0)Kenneth D. Merry1998-11-161-1/+1
| | | | | | | | PR: i386/8688 Submitted by: Bill Trost <trost@cloud.rain.com> Notes: svn path=/head/; revision=41194
* Use err(3). Correct usage string. Change default tape to /dev/rst0.Philippe Charnier1997-08-143-41/+31
| | | | Notes: svn path=/head/; revision=28198
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Make the counters unsigned longs so that tapes don't contain negativePoul-Henning Kamp1995-12-311-3/+3
| | | | | | | number of bytes. Notes: svn path=/head/; revision=13127
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+462
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590