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

standards.
This commit is contained in:
joerg 1996-01-12 15:36:28 +00:00
parent 5b70a95cd8
commit f431f4ad25

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