Add `retens', the user frontend for MTRETENS.

This commit is contained in:
Joerg Wunsch 1996-01-08 12:29:26 +00:00
parent 3e0123a3e2
commit 8348d96afc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13348
2 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,9 @@ Rewind the tape and place the tape unit off-line
.It Cm erase
Erase the tape
(Count is ignored).
.It Cm retens
Re-tension the tape
(one full wind forth and back, Count is ignored).
.It Cm status
Print status information about the tape unit.
.It Cm blocksize

View File

@ -94,6 +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 },
#endif /* defined(__FreeBSD__) */
{ NULL }
};