From owner-freebsd-hackers Fri Jan 12 23:51:09 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12205 for hackers-outgoing; Fri, 12 Jan 1996 23:51:09 -0800 (PST) Received: from gateway.sequent.com (gateway.sequent.com [138.95.18.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA12198 for ; Fri, 12 Jan 1996 23:51:05 -0800 (PST) Received: from eng4.sequent.com (eng4.sequent.com [138.95.7.64]) by gateway.sequent.com (8.6.12/8.6.9) with ESMTP id XAA29969; Fri, 12 Jan 1996 23:49:32 -0800 Received: from localhost (bjj@localhost) by eng4.sequent.com (8.6.12/8.6.9) with SMTP id XAA29028; Fri, 12 Jan 1996 23:50:31 -0800 Message-Id: <199601130750.XAA29028@eng4.sequent.com> X-Authentication-Warning: eng4.sequent.com: Host localhost didn't use HELO protocol To: Nate Williams Cc: Philippe Regnauld , hackers@freebsd.org (hackers) Subject: Re: A few NITS about SCSI Tapes In-reply-to: Your message of "Fri, 12 Jan 96 22:20:09 PST." <199601130520.WAA26011@rocky.sri.MT.net> Date: Fri, 12 Jan 96 23:50:31 PST From: Ben Jackson Sender: owner-hackers@freebsd.org Precedence: bulk In message <199601130520.WAA26011@rocky.sri.MT.net> , you wrote: > > But if I use: > > > > mt -f /dev/nrst0 reten > > > > I get: > > > > % mt reten > > mt: /dev/nrst0: retens: Invalid argument > > Try 'retension'. It was changed from 'retens' since the former is more > apparently more standard. To quote from the mt(1) man page: The available commands are listed below. Only as many characters as are required to uniquely identify a command need be specified. `retens' should be a legal alias for `retension', along with `ret', which it what I think most people use. OTOH, I think mt is parsing it fine, since: $ mt blah mt: blah: unknown command --Ben