diff options
author | joerg <joerg@FreeBSD.org> | 1996-01-12 15:36:28 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-01-12 15:36:28 +0000 |
commit | f431f4ad25d343a614a2a09976c4ed0aa8a70460 (patch) | |
tree | d76d1165d8f2b7534a32f839da5e7789b337ce7f /usr.bin | |
parent | 5b70a95cd827978a62482802e9ff51d4e958da7e (diff) | |
download | FreeBSD-src-f431f4ad25d343a614a2a09976c4ed0aa8a70460.zip FreeBSD-src-f431f4ad25d343a614a2a09976c4ed0aa8a70460.tar.gz |
Rename the `retens' command into `retension', to follow existing de-facto
standards.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mt/mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 783f3de..a788b30 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 } }; |