Andreas Klemm's tape erase patches from 1.1.5.1.

Submitted by:	andreas
This commit is contained in:
Jordan K. Hubbard 1994-10-28 13:21:57 +00:00
parent 7366bf01ab
commit 2461956095
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3964
2 changed files with 6 additions and 0 deletions

View File

@ -86,6 +86,9 @@ Rewind the tape
.It Cm offline , rewoffl
Rewind the tape and place the tape unit off-line
(Count is ignored).
.It Cm erase
Erase the tape
(Count is ignored).
.It Cm status
Print status information about the tape unit.
.El
@ -127,4 +130,6 @@ The
.Nm mt
command appeared in
.Bx 4.3 .
.Pp
Erase function added by Andreas Klemm <andreas@knobel.gun.de> 10/94.
.\" mt.1: mtio(4) missing

View File

@ -70,6 +70,7 @@ struct commands {
{ "rewoffl", MTOFFL, 1 },
{ "status", MTNOP, 1 },
{ "weof", MTWEOF, 0 },
{ "erase", MTERASE, 0 }, /* Andreas Klemm <andreas@knobel.gun.de */
{ NULL }
};