Rename the retens' command into retension', to follow existing de-facto

standards.
This commit is contained in:
Joerg Wunsch 1996-01-12 15:36:28 +00:00
parent d8f19d9417
commit a7710e485b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13401

View File

@ -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 }
};