aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mt/mt.c
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-01-12 15:36:28 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-01-12 15:36:28 +0000
commita7710e485bfd96a5a25e62602a7bbde670248a74 (patch)
treed76d1165d8f2b7534a32f839da5e7789b337ce7f /usr.bin/mt/mt.c
parentd8f19d9417b12325b8918e117514d1a278515f9d (diff)
downloadsrc-a7710e485bfd96a5a25e62602a7bbde670248a74.tar.gz
src-a7710e485bfd96a5a25e62602a7bbde670248a74.zip
Rename the `retens' command into `retension', to follow existing de-facto
standards.
Notes
Notes: svn path=/head/; revision=13401
Diffstat (limited to 'usr.bin/mt/mt.c')
-rw-r--r--usr.bin/mt/mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
index 783f3de1afb8..a788b3084e96 100644
--- a/usr.bin/mt/mt.c
+++ b/usr.bin/mt/mt.c
@@ -94,7 +94,7 @@ struct commands {
{ "density", MTSETDNSTY, 0, NEED_2ARGS|ZERO_ALLOWED|IS_DENSITY },
{ "eom", MTEOD, 1 },
{ "comp", MTCOMP, 0, NEED_2ARGS|ZERO_ALLOWED },
- { "retens", MTRETENS, 1 },
+ { "retension", MTRETENS, 1 },
#endif /* defined(__FreeBSD__) */
{ NULL }
};