projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc8065
)
Fixed misnamed rewind command (noted by Tom Oehser).
author
Matt Kraai
<kraai@debian.org>
Tue, 22 May 2001 14:32:35 +0000
(14:32 -0000)
committer
Matt Kraai
<kraai@debian.org>
Tue, 22 May 2001 14:32:35 +0000
(14:32 -0000)
miscutils/mt.c
patch
|
blob
|
history
mt.c
patch
|
blob
|
history
diff --git
a/miscutils/mt.c
b/miscutils/mt.c
index da01eb23fd9c1aaae5f616c3722c810a20c44370..49dc70ac61e9610a9d6f6ff65c9e3a1c5218cabf 100644
(file)
--- 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},
+ {"rew
ind
", MTREW},
{"seek", MTSEEK},
{"setblk", MTSETBLK},
{"setdensity", MTSETDENSITY},
diff --git
a/mt.c
b/mt.c
index da01eb23fd9c1aaae5f616c3722c810a20c44370..49dc70ac61e9610a9d6f6ff65c9e3a1c5218cabf 100644
(file)
--- a/
mt.c
+++ b/
mt.c
@@
-35,7
+35,7
@@
static const struct mt_opcodes opcodes[] = {
{"ras3", MTRAS3},
{"reset", MTRESET},
{"retension", MTRETEN},
- {"rew", MTREW},
+ {"rew
ind
", MTREW},
{"seek", MTSEEK},
{"setblk", MTSETBLK},
{"setdensity", MTSETDENSITY},