summaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat
AgeCommit message (Collapse)Author
2005-09-19install man page tooTheo de Raadt
2005-09-19fdformat on amd64 tooTheo de Raadt
2005-03-09Preliminary support for the floppy drive on Ultrasparcs. Only tested onMiod Vallat
SBus machines so far, although EBus attachment glue is provided but not enabled by default. Also, fdformat(8) does not work correctly yet, although reading and writing is safe; this will hopefully be fixed in the near future. ok deraadt@
2003-06-26ansi and protosTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-04-04typos. ok jmc@Ted Unangst
2003-03-08fix fdformat usage(). Ok deraadt@Matthieu Herrb
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-05-18Prepare to recurse down usr.sbin to grab manpagesMarc Espie
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
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.
1999-07-04more macro conversionAaron Campbell
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1998-08-13fix exit code; fgsch@olimpo.com.brTheo de Raadt
1998-07-13fix bar printing, indentTheo de Raadt
1998-06-19print correct status bar; blank@fox.uni-trier.deTheo de Raadt
1998-03-10use .OxTodd C. Miller
1997-09-21Make "fdformat fd0" work.Todd C. Miller
1997-09-21Fix some nits, including using fd0c, not fd0 as noted by toddf@openbsd.org.Todd C. Miller
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-06-24Slight history fix.Jason Downs
1997-06-23off_t botchTheo de Raadt
1996-06-28cleanup: K&R function declarations; use opendev(); use err().Jason Downs
1996-06-20add fdformat for the i386: based on an old FreeBSD version, gotten fromJason Downs
jtk's port of dosemu; some cleaning by me, but it needs more. Should probably just be rewritten...