summaryrefslogtreecommitdiff
path: root/usr.bin/mt
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1999-05-11 02:12:49 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1999-05-11 02:12:49 +0000
commita7dddfe1f5d8f57309521cfcfe136d0180036cb0 (patch)
tree701692c8757af672cdca5c61675f3d7d592af6a1 /usr.bin/mt
parent7e0811778a64a398fe6002ad2b16a28854218721 (diff)
Notes
Diffstat (limited to 'usr.bin/mt')
-rw-r--r--usr.bin/mt/mt.116
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1
index 6500ad53774d..9a526b34d5bc 100644
--- a/usr.bin/mt/mt.1
+++ b/usr.bin/mt/mt.1
@@ -145,6 +145,22 @@ shown in the table, and the first matching entry will be used. If the
given string and the resulting canonical density name do not match
exactly, an informational message is printed about what the given
string has been taken for.
+.It Cm geteotmodel
+Fetch and print out the current EOT filemark model. The model states how
+many filemarks will be written at close if a tape was being written.
+.It Cm seteotmodel
+Set (from the
+.Ar count
+argument)
+and print out the current and EOT filemark model. Typically this will be
+.Ar 2
+filemarks, but some devices (typically QIC cartridge drives) can
+only write
+.Ar 1
+filemark. Currently you can only choose a value of
+.Ar 1
+or
+.Ar 2 .
.It Cm eom
Forward space to end of recorded medium
(Count is ignored).