diff --git a/bin/mt/mt.c b/bin/mt/mt.c index dd2ca2ef55f3..2452b9c32acf 100644 --- a/bin/mt/mt.c +++ b/bin/mt/mt.c @@ -1,4 +1,4 @@ -/* $NetBSD: mt.c,v 1.14 1996/05/21 10:23:54 mrg Exp $ */ +/* $NetBSD: mt.c,v 1.15 1996/05/26 04:00:49 mrg Exp $ */ /* * Copyright (c) 1980, 1993 @@ -43,7 +43,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: mt.c,v 1.14 1996/05/21 10:23:54 mrg Exp $"; +static char rcsid[] = "$NetBSD: mt.c,v 1.15 1996/05/26 04:00:49 mrg Exp $"; #endif #endif /* not lint */ @@ -203,7 +203,7 @@ struct tape_desc { #ifdef tahoe { MT_ISCY, "cipher", CYS_BITS, CYCW_BITS }, #endif - { 0x7, "SCSI tape", "76543210", "76543210" }, + { 0x7, "SCSI", "76543210", "76543210" }, { 0 } };