From owner-cvs-usrbin Wed Aug 13 23:41:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA28457 for cvs-usrbin-outgoing; Wed, 13 Aug 1997 23:41:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA28420; Wed, 13 Aug 1997 23:41:05 -0700 (PDT) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA08229; Wed, 13 Aug 1997 23:41:01 -0700 (PDT) Date: Wed, 13 Aug 1997 23:41:01 -0700 (PDT) Message-Id: <199708140641.XAA08229@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tcopy pathnames.h tcopy.1 tcopy.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/08/13 23:41:01 PDT Modified files: usr.bin/tcopy pathnames.h tcopy.1 tcopy.c Log: Use err(3). Correct usage string. Change default tape to /dev/rst0. Revision Changes Path 1.2 +1 -1 src/usr.bin/tcopy/pathnames.h 1.2 +2 -2 src/usr.bin/tcopy/tcopy.1 1.4 +28 -38 src/usr.bin/tcopy/tcopy.c