diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-04-18 22:27:43 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-04-18 22:27:43 +0000 |
| commit | 77023b92daac53811aba0d36e68cfa18eacaddf8 (patch) | |
| tree | bf40e0a4e12ea67759050eea7c68426d623239ce /usr.bin/mt/mt.1 | |
| parent | c0a7a54b731e37f9ef8be0282e4bd513466b45af (diff) | |
Notes
Diffstat (limited to 'usr.bin/mt/mt.1')
| -rw-r--r-- | usr.bin/mt/mt.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 4b63509c576e..3eea41bd912d 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -96,6 +96,14 @@ Set the block size for the tape unit. Zero means variable-length blocks. .It Cm density Set the density for the tape unit. For the density codes, see below. +The density value could be given either numerically, or as a string, +corresponding to the +.Dq Reference +field. If the string is abbreviated, it will be resolved in the order +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 eom Forward space to end of recorded medium (Count is ignored). @@ -202,10 +210,12 @@ The .Nm mt command appeared in .Bx 4.3 . -.Pp + Extensions regarding the .Xr st 4 -driver appeared in 386BSD 0.1, and have been merged into the +driver appeared in 386BSD 0.1 as a separate +.Xr st 1 +command, and have been merged into the .Nm command in FreeBSD 2.1. .\" mt.1: mtio(4) missing |
