From 1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 22 May 2001 14:32:35 +0000 Subject: [PATCH] Fixed misnamed rewind command (noted by Tom Oehser). --- miscutils/mt.c | 2 +- mt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/miscutils/mt.c b/miscutils/mt.c index da01eb23f..49dc70ac6 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = { {"ras3", MTRAS3}, {"reset", MTRESET}, {"retension", MTRETEN}, - {"rew", MTREW}, + {"rewind", MTREW}, {"seek", MTSEEK}, {"setblk", MTSETBLK}, {"setdensity", MTSETDENSITY}, diff --git a/mt.c b/mt.c index da01eb23f..49dc70ac6 100644 --- a/mt.c +++ b/mt.c @@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = { {"ras3", MTRAS3}, {"reset", MTRESET}, {"retension", MTRETEN}, - {"rew", MTREW}, + {"rewind", MTREW}, {"seek", MTSEEK}, {"setblk", MTSETBLK}, {"setdensity", MTSETDENSITY},