summaryrefslogtreecommitdiff
path: root/bin/mt
AgeCommit message (Collapse)Author
2022-01-24s/begining/beginning/ in comments and messages.andvar
2018-09-01Bump date for previous.wiz
2018-09-01Make tape cache ioctls available to userland command.mlelstv
2012-03-19Adjust for mandoc output.njoly
2011-08-29static + __deadjoerg
2011-04-28Sort sections, punctuation nits.wiz
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-06-27%d doesn't work so well with the now-u_long type. (HI GMCGARRY!)dogcow
2008-06-27ioctl commands are unsigned long.gmcgarry
2008-03-09Grammar fix and clarification from PR 37727 by Randolf Richardson.dholland
While here, do some of my own grammar and formatting fixes too. Bump date.
2006-10-16use c99 initializerschristos
2006-03-22Oops, the previous change was not entirely correct since we were checkingchristos
the wrong byte.
2006-03-21Coverity CID 879: Don't increment bits before checking it for NULL.christos
2005-06-17- Whitespace nit.hira
- Wrap long line.
2005-02-03Allow short command names as long as they are not ambiguous.christos
2005-02-03Use the length of the command for comparison not the lengthchristos
of the command line argument. Allows "compression" to be used for "compress" etc.
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22249, verified by myself.
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
difficult to read and understand. Most manuals of English style therefore say that you should use "use".
2002-09-25New policy: New sentences start on a new line.wiz
Patches by Robert Elz <kre at munnari oz au>, with minimal changes by me.
2002-08-13Drop trailing whitespace.wiz
2002-08-13Improve some of the description of optional drive features.sommerfeld
2001-12-20Whitespace nits.wiz
2001-09-16ANSIfy, KNF, use [gs]etprogname. Patch by Petri Koistinen.wiz
2001-02-13Equally trivial formatting tweak. Leaving the thing alone after this. :)mason
2001-02-13trivial formatting tweakmason
2001-02-13from Mason Loring Bliss: support "asf 0"christos
2001-02-03Clarify meaning of "mt asf". The man page extant says "Absolute spacemason
to file count", which is incorrect. File numbering, according to restore(8), starts at one, and thus "mt asf 1" neither moves to the first file on the tape nor to file number one on the tape.
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES askleink
appropriate (and documented in mdoc(7)).
2000-08-28Add 'RETURN VALUE' section header.hubertf
2000-02-02Fix a buglet in the man page: eom spaces to the end of recorded media-mjacob
not the 'end of the media'.
1999-09-30Add list of common density codes.soren
The remote function was implemented in 1996.
1999-09-07Print the current file and block numbers now that at least one tapesimonb
driver returns usable values for these.
1999-07-21Add "setblk" as alias for "blocksize" and "setdensity" as alias fortron
"density". This makes life easier for people which use NetBSD and Linux.
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Many more to come.
1999-03-02Don't assume that defined(sun) means SunOS... Protect with __SVR4 againstchristos
Solaris.
1999-01-14mtio.4 no longer missingfair
1998-07-30rev man page for eewmjacob
1998-07-30add eew as MTEWARN commandmjacob
1998-07-28Delint.mycroft
1998-07-27Add missing ".El"msaitoh
1998-07-27__AUDIT__ cleanup.mycroft
1998-07-04adjust document to realitymjacob
1998-07-04More for kern/1275- and fix a bug in here that's been there forever.mjacob
1998-07-03PR#5696 + nroff fixes and text clarityfair
1997-10-21<rmt.h> does funky function remapping stuff. Include it after we'vethorpej
pulled in the other headers.
1997-10-20Fix .Nm usage.enami
1997-10-05Remove a unused variable.veego
1997-10-04Code cleanup. All commands are run from the table.hannken
`compression' command added to man page. Default tape in man page adjusted. Closes PR #4212.
1997-10-03update location of scsi_tape.h and fix set[hl]pos descriptions, frommikel
Dave Huang in PR bin/4202. some more misc. cleanup of my own.