aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
| | | | Notes: svn path=/head/; revision=70403
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
| | | | Notes: svn path=/head/; revision=68965
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
| | | | Notes: svn path=/head/; revision=68575
* Add -y option which doesn't ask for confimation, but still shows progressPoul-Henning Kamp2000-06-012-4/+12
| | | | | | | | PR: 9259 Submitted by: Clark Gaylord <cgaylord@vt.edu> Notes: svn path=/head/; revision=61154
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-4/+8
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57673
* Fix fdformat to not use /dev/r* device nodes anymore, this usageJeroen Ruigrok van der Werven2000-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 Notes: svn path=/head/; revision=56447
* - Added 640KB and 1232KB formats support.KATO Takenori2000-01-071-2/+12
| | | | | | | | | - Added $FreeBSD$. Submitted by: nyan Notes: svn path=/head/; revision=55541
* Correct use of .Nm.Philippe Charnier1999-10-171-2/+2
| | | | Notes: svn path=/head/; revision=52338
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48791
* mkdosfs(1) is dead, refere to newfs_msdos(8)David E. O'Brien1998-09-291-3/+3
| | | | Notes: svn path=/head/; revision=39768
* fd(4) referenced in HISTORY has nothing to do with floppy disks;Dag-Erling Smørgrav1998-04-201-1/+1
| | | | | | | changed to fdc(4). Notes: svn path=/head/; revision=35333
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+6
| | | | Notes: svn path=/head/; revision=34809
* Use err(3). Document options in man page, not in usage string.Philippe Charnier1997-09-172-65/+46
| | | | Notes: svn path=/head/; revision=29531
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
| | | | Notes: svn path=/head/; revision=13744
* Cross-reference newfs(8), and mkdosfs(1).Joerg Wunsch1995-11-051-3/+18
| | | | Notes: svn path=/head/; revision=12107
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8857
* Corrected the xref to the driver man page to be fdc(4) now thatJoerg Wunsch1994-10-281-2/+2
| | | | | | | we have one (instead of fd(4)). Notes: svn path=/head/; revision=3973
* Transfer speed definitions are now also found in <machine/ioctl_fd.h>.Joerg Wunsch1994-09-252-2/+1
| | | | | | | Remove the old include file, since it used to be in a non-public place. Notes: svn path=/head/; revision=3097
* Added a missing ${DESTDIR}. The real problem is that stuff related toPoul-Henning Kamp1994-09-181-1/+1
| | | | | | | | floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ?? Notes: svn path=/head/; revision=2852
* Fix include path.David Greenman1994-09-172-2/+2
| | | | Notes: svn path=/head/; revision=2840
* Make use of the new FDOPT_NORETRY facility. It does not make sense toJoerg Wunsch1994-05-223-55/+60
| | | | | | | | | verify formatted tracks with fully retryng. The head should not be moved in either case. Also some minor copyright cleanup. Notes: svn path=/head/; revision=1533
* From: phk@login.dkuug.dk (Poul-Henning Kamp)Rodney W. Grimes1994-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. Notes: svn path=/head/; revision=1183
* Some fixes from JoergAndrey A. Chernov1994-02-111-8/+15
| | | | Notes: svn path=/head/; revision=1148
* Fix size of il (interleave) array.Andrey A. Chernov1994-02-101-1/+1
| | | | Notes: svn path=/head/; revision=1138
* Add interleave > 1 support by Poul-Henning Kamp.Andrey A. Chernov1994-02-102-10/+17
| | | | | | | Chack valid range of sectors per track. Notes: svn path=/head/; revision=1137
* We got now floppy formatterAndrey A. Chernov1994-01-263-0/+506
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1022