Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -9/+18 |
| | |||||
* | Backout previous commit. It seems this comment applied to something | mux | 2004-04-09 | 1 | -4/+0 |
| | | | | | | else than I thought, and thus really needs to go away. Noticed by: ru | ||||
* | Reintroduce a comment that was wrongly removed in revision 1.34. | mux | 2004-04-09 | 1 | -0/+4 |
| | |||||
* | Catch up with the removal of the wt(4) driver. | ru | 2004-03-14 | 1 | -16/+0 |
| | |||||
* | Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0. | roam | 2003-09-05 | 1 | -3/+3 |
| | | | | | | PR: 55925 Submitted by: Michael L. Squires <mikes@siralan.org> MFC after: 1 month | ||||
* | Markup bits. | ru | 2003-05-21 | 1 | -1/+3 |
| | | | | Approved by: re (blanket) | ||||
* | Fix references to non-existing or obsoleted man pages. | schweikh | 2003-04-30 | 1 | -3/+1 |
| | | | | | PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr> | ||||
* | Add information about the SDLT density codes. | joerg | 2002-10-15 | 2 | -0/+7 |
| | | | | | Submitted by: "Stewart MacLund" <sundie@lunaticfringe.org> MFC after: 1 week | ||||
* | Add definitions for the industry-standard DLT density codes. | joerg | 2002-07-09 | 2 | -0/+10 |
| | | | | | Obtained from: Quantum DLT8000 manual MFC after: 1 week | ||||
* | mdoc(7) police: removed unnecessary .Ns. | ru | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+9 |
| | |||||
* | Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value. | charnier | 2002-04-12 | 2 | -33/+33 |
| | | | | | Use `.Nm Ns .' instead of `.Nm .' Add FBSDID. Do not put spaces inside [] in usage string. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+6 |
| | |||||
* | Unifdef __FreeBSD__ | phk | 2002-03-20 | 1 | -76/+6 |
| | | | | MD5 checksum of binary unchanged. | ||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+3 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -1/+0 |
| | |||||
* | Print out resid portion of MTIOCGET returned data. | mjacob | 2001-01-21 | 1 | -3/+4 |
| | |||||
* | Oops, I'm such an idiot. For reasons I don't really agree with, | mjacob | 2000-12-31 | 1 | -1/+1 |
| | | | | | | | | | all devices are by default known by their 'cooked' name, so my change was wrong. I thought it was a hangover from old 'block tape device' support which hasn't worked (if it ever did) since v6/PWB. So, the default tape name is now the same as Linux. Far out, man.... | ||||
* | The default is /dev/nrsa0 (now), not /dev/nsa0. | mjacob | 2000-12-31 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -9/+7 |
| | |||||
* | Constify | kris | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Add cross reference to the ast device. | imp | 2000-08-16 | 1 | -1/+1 |
| | | | | Remove reference to the now defunct wt device. | ||||
* | Default device not longer uses the "r" raw prefix. | obrien | 2000-04-26 | 1 | -1/+1 |
| | |||||
* | Add missing dots | charnier | 2000-03-26 | 1 | -5/+5 |
| | |||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -4/+8 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -15/+29 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | add and document seteotmodel and geteotmodel commands | mjacob | 1999-05-10 | 2 | -1/+45 |
| | |||||
* | Add missing parenthesis. Change "hardware block" to "SCSI logical block". | ghelmer | 1999-05-04 | 1 | -4/+4 |
| | | | | | | While I'm here, fix dangling "to". PR: docs/9940 | ||||
* | Fixes alignment of blocksize field to be prettier if | mjacob | 1999-03-10 | 1 | -7/+7 |
| | | | | | longest density code && density name is used. Obtained from: Ken Merry | ||||
* | get rid of space padding for compression | mjacob | 1999-03-10 | 1 | -2/+2 |
| | |||||
* | Print actual density code as well as string for density- I dunno about others, | mjacob | 1999-03-02 | 1 | -5/+10 |
| | | | | | but I sure remember 0x15 easier than 'ECMA 17'. Also handle density codes 0 (default) and 0x7f ('same') as special cases. | ||||
* | Print relative (mt_fileno, mt_blkno) position, if known. | mjacob | 1999-02-05 | 1 | -1/+58 |
| | | | | Print driver state if not NIL. | ||||
* | finally document new commands | mjacob | 1999-02-05 | 1 | -4/+42 |
| | |||||
* | Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case. | mjacob | 1998-12-22 | 1 | -1/+13 |
| | | | | | Complete the addition of the setmark support (from Martin.Birgmeier@aon.at). | ||||
* | add in new errstat subcommand (MTIOCSERRSTAT) | mjacob | 1998-12-19 | 1 | -2/+33 |
| | |||||
* | Made changes suggested by bruce, plus a couple of others which made -Wall work. | mjacob | 1998-12-18 | 1 | -11/+17 |
| | | | | Obtained from:bde@freebsd.org | ||||
* | 1) Clarify that a weof count of zero is allowed (flush buffers). | mjacob | 1998-12-18 | 1 | -1/+30 |
| | | | | | 2) Add in the set of {sethpos,setspos,rdhpos,rdspos) commands to implement the Hardware && SCSI Logical Block position ioctls. | ||||
* | Don't bother trying to support Wangtek tapes on the alpha. | dfr | 1998-10-03 | 1 | -2/+4 |
| | |||||
* | Augment compression and blocksize support. Update table of known densities. | gibbs | 1998-09-15 | 2 | -89/+252 |
| | |||||
* | mt should report the compression status. | phk | 1998-04-19 | 1 | -3/+3 |
| | | | | | | PR: 5276 Reviewed by: phk Submitted by: Matt Dillon <dillon@best.net> | ||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -2/+2 |
| | |||||
* | another -I/sys conversion, and add Id line now it's left the vendor branch | jmg | 1997-08-22 | 1 | -1/+2 |
| |