From 63a6a9070f2f90aa395953458e3ce10d4d09eb53 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 8 Jan 1996 12:29:26 +0000 Subject: Add `retens', the user frontend for MTRETENS. --- usr.bin/mt/mt.1 | 3 +++ usr.bin/mt/mt.c | 1 + 2 files changed, 4 insertions(+) (limited to 'usr.bin/mt') diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index d27c168..a2cfc44 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -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 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 81bdefb..783f3de 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -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 } }; -- cgit v1.1