summaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos/newfs_msdos.8
AgeCommit message (Collapse)Author
2009-07-27As is already the case for ffs, do not allow creation of msdos file systemsAlexander Hall
on block devices ok marco@
2007-09-28sort options;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-02-07typos;Jason McIntyre
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; 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-07-05Correct minor formatting errors/typos.Aaron Campbell
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-02-07various minor cleanups of ugliesTheo de Raadt
2000-02-06Upgrade newfs_msdos to latest freebsd version. This one knows how to handleimp
msdos on hard disk as well as floppies. ok millert@
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-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-28more .El madnessAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1997-01-10use opendev(3) + man page correctionkstailey
1997-01-03change all refs from mkdosfs to newfs_msdoskstailey
1996-06-23update rcsidTheo de Raadt
1996-06-10add newfs_msdos (from freebsd); does not know how to make non-floppy ↵Theo de Raadt
filesystems yet