aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat/fdformat.1
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Fix a nit noticed during translation.Ruslan Ermilov2007-02-281-0/+2
| | | | Notes: svn path=/head/; revision=167104
* The default fill byte is 0xf6, not 0xf5.Ruslan Ermilov2005-11-031-1/+1
| | | | Notes: svn path=/head/; revision=151997
* One of the DIAGNOSTICS sections should be EXIT STATUS.Ruslan Ermilov2005-01-181-6/+6
| | | | Notes: svn path=/head/; revision=140412
* mdoc(7) police: doh, again I forgot about this XXX.Ruslan Ermilov2002-01-101-2/+1
| | | | Notes: svn path=/head/; revision=89227
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-01-101-19/+26
| | | | Notes: svn path=/head/; revision=89226
* Second round of floppy disk driver documentation updates: document theJoerg Wunsch2001-12-251-65/+61
| | | | | | | | | | changes in the userland utilities. For fdcontrol(8), i now finally keep my promise made more than 7 years ago that ``the fdcontrol utility is currently under development and the user interface will likely change''. :-) Notes: svn path=/head/; revision=88480
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+2
| | | | Notes: svn path=/head/; revision=81622
* mdoc(7) police:Ruslan Ermilov2001-08-071-3/+5
| | | | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. Notes: svn path=/head/; revision=81251
* Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c toJoerg Wunsch2001-07-021-2/+4
| | | | | | | | | | | | give a bit more information about up to 10 errors encountered during formatting (unless -q has been specified, of course). While being here, removed a bitrotten comment in the Makefile, and kill the old Emacs local variable stuff at the end of fdformat.c that's no longer useful anway. Notes: svn path=/head/; revision=79111
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
| | | | Notes: svn path=/head/; revision=70403
* 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-011-0/+4
| | | | | | | | 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-231-6/+6
| | | | | | | | | | | | 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
* 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-171-17/+26
| | | | 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
* 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
* Make use of the new FDOPT_NORETRY facility. It does not make sense toJoerg Wunsch1994-05-221-13/+13
| | | | | | | | | 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
* Some fixes from JoergAndrey A. Chernov1994-02-111-8/+15
| | | | Notes: svn path=/head/; revision=1148
* Add interleave > 1 support by Poul-Henning Kamp.Andrey A. Chernov1994-02-101-2/+0
| | | | | | | Chack valid range of sectors per track. Notes: svn path=/head/; revision=1137
* We got now floppy formatterAndrey A. Chernov1994-01-261-0/+128
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1022