summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
Commit message (Collapse)AuthorAgeFilesLines
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+4
|
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
|
* Add -y option which doesn't ask for confimation, but still shows progressphk2000-06-012-4/+12
| | | | | PR: 9259 Submitted by: Clark Gaylord <cgaylord@vt.edu>
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix fdformat to not use /dev/r* device nodes anymore, this usageasmodai2000-01-232-8/+8
| | | | | | | | | has been made obsolete by the block/char device merging. Reflect this change in the manual page and fix the usage of a backslash in ``e.g.''. Reviewed by: bright, sheldonh, phk
* - Added 640KB and 1232KB formats support.kato2000-01-071-2/+12
| | | | | | - Added $FreeBSD$. Submitted by: nyan
* Correct use of .Nm.charnier1999-10-171-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
| | | | | | | | | | | | | | | | | 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
* mkdosfs(1) is dead, refere to newfs_msdos(8)obrien1998-09-291-3/+3
|
* fd(4) referenced in HISTORY has nothing to do with floppy disks;des1998-04-201-1/+1
| | | | changed to fdc(4).
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+6
|
* Use err(3). Document options in man page, not in usage string.charnier1997-09-172-65/+46
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
|
* Cross-reference newfs(8), and mkdosfs(1).joerg1995-11-051-3/+18
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Corrected the xref to the driver man page to be fdc(4) now thatjoerg1994-10-281-2/+2
| | | | we have one (instead of fd(4)).
* Transfer speed definitions are now also found in <machine/ioctl_fd.h>.joerg1994-09-252-2/+1
| | | | Remove the old include file, since it used to be in a non-public place.
* Added a missing ${DESTDIR}. The real problem is that stuff related tophk1994-09-181-1/+1
| | | | | floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ??
* Fix include path.dg1994-09-172-2/+2
|
* Make use of the new FDOPT_NORETRY facility. It does not make sense tojoerg1994-05-223-56/+61
| | | | | | verify formatted tracks with fully retryng. The head should not be moved in either case. Also some minor copyright cleanup.
* From: phk@login.dkuug.dk (Poul-Henning Kamp)rgrimes1994-02-201-3/+3
| | | | | | | | Message-Id: <9402201119.AA06430@login.dkuug.dk> Subject: bug in fdformat.c There is a bug in fdformat.c: the number of heads are hardcoded in two places. This is quite inconsequencial at present, but a bug nontheless.
* Some fixes from Joergache1994-02-111-8/+15
|
* Fix size of il (interleave) array.ache1994-02-101-1/+1
|
* Add interleave > 1 support by Poul-Henning Kamp.ache1994-02-102-10/+17
| | | | Chack valid range of sectors per track.
* We got now floppy formatterache1994-01-263-0/+506
OpenPOWER on IntegriCloud