aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-05-22 14:32:35 +0000
committerMatt Kraai <kraai@debian.org>2001-05-22 14:32:35 +0000
commit1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c (patch)
tree13344654f2b014a49f8fd8c0b80a430248884643
parentedc806507cb3db0790b27cb76c47050b57028c4b (diff)
downloadbusybox-w32-1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c.tar.gz
busybox-w32-1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c.tar.bz2
busybox-w32-1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c.zip
Fixed misnamed rewind command (noted by Tom Oehser).
-rw-r--r--miscutils/mt.c2
-rw-r--r--mt.c2
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[] = {
35 {"ras3", MTRAS3}, 35 {"ras3", MTRAS3},
36 {"reset", MTRESET}, 36 {"reset", MTRESET},
37 {"retension", MTRETEN}, 37 {"retension", MTRETEN},
38 {"rew", MTREW}, 38 {"rewind", MTREW},
39 {"seek", MTSEEK}, 39 {"seek", MTSEEK},
40 {"setblk", MTSETBLK}, 40 {"setblk", MTSETBLK},
41 {"setdensity", MTSETDENSITY}, 41 {"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[] = {
35 {"ras3", MTRAS3}, 35 {"ras3", MTRAS3},
36 {"reset", MTRESET}, 36 {"reset", MTRESET},
37 {"retension", MTRETEN}, 37 {"retension", MTRETEN},
38 {"rew", MTREW}, 38 {"rewind", MTREW},
39 {"seek", MTSEEK}, 39 {"seek", MTSEEK},
40 {"setblk", MTSETBLK}, 40 {"setblk", MTSETBLK},
41 {"setdensity", MTSETDENSITY}, 41 {"setdensity", MTSETDENSITY},