summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat/fdformat.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean up the amount of printf in usage(): from sascha paunovicjmc2018-09-171-15/+29
| | | | move the descriptive text in usage() to the man page: from robert klein
* add some EXIT STATUS sections; from matthew martinjmc2018-06-071-8/+8
|
* add missing .An macrosschwarze2017-01-081-4/+10
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* put -n in the right place; from Igor Sobradojmc2007-02-201-4/+4
|
* tidy up synopsis and usage(); reported by Igor Sobradojmc2007-02-191-11/+10
|
* fd(4) -> fdc(4). ok jmc@steven2006-04-171-2/+2
|
* - section reorderjmc2003-06-121-15/+20
| | | | | | - macro fixes - kill whitespace at EOL - new sentence, new line
* typos. ok jmc@tedu2003-04-041-5/+5
|
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-2/+2
| | | | | | | o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
| | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-6/+9
| | | | cleanup along the way.
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-4/+4
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* more macro conversionaaron1999-07-041-6/+3
|
* usr.sbin/ man page repairs, a-iaaron1998-11-081-11/+11
|
* use .Oxmillert1998-03-101-2/+3
|
* Make "fdformat fd0" work.millert1997-09-211-6/+2
|
* Fix some nits, including using fd0c, not fd0 as noted by toddf@openbsd.org.millert1997-09-211-11/+9
|
* Slight history fix.downsj1997-06-241-2/+2
|
* add fdformat for the i386: based on an old FreeBSD version, gotten fromdownsj1996-06-201-0/+128
jtk's port of dosemu; some cleaning by me, but it needs more. Should probably just be rewritten...