summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos/newfs_msdos.8
Commit message (Collapse)AuthorAgeFilesLines
* MFC r281320:pfg2015-04-141-2/+2
| | | | | | | Update documented OEM string in newfs_msdos(8). This was updated in r203868 to better match the naming scheme in other OSs that use FAT.
* Sweep man pages replacing ad -> ada.pluknet2013-10-011-3/+3
| | | | | | Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-18/+18
| | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month
* Many style fixes.pfg2011-12-201-18/+18
| | | | | | | | | | Remove C99 initializers: they don't help in this case. Set errno to 0 before strtoll() (from NetBSD). PR: 151850 Suggested by: bde Approved by: jhb (Mentor) MFC after: 2 weeks
* Clarify that the "number of bytes per sector"-range in thebcr2010-07-251-2/+2
| | | | | | | | | | | -S option is meant to be "inclusive". The original issue of the PR was already fixed. PR: docs/142418 Submitted by: David Naylor (naylor dot b dot david at gmail dot com) No objection from: kib MFC after: 5 days
* Rename variables to match msdosfs headers.kib2010-02-141-4/+4
| | | | | | Submitted by: Pedro F. Giffuni <giffunip tutopia com> Reviewed by: bde MFC after: 2 weeks
* Some cleanups from NetBSD:kib2010-02-141-1/+1
| | | | | | | | | | | | | | - C99 initializers. - Change the default volume label from "NO NAME" to "NO_NAME". - Set OEM String to "BSD4.4 " following the unnamed spacing convention in that other OS that suggests "MSWIN4.1" Also, David Naylor's changes for Clang, mostly changing the signess of constants. Submitted by: Pedro F. Giffuni <giffunip tutopia com> Clang fixes by: David Naylor <naylor.b.david gmail com> Reviewed by: bde (with some disagreement about Clang issues) MFC after: 2 weeks
* Style fixes to the newfs_msdos manpage.ed2009-04-111-8/+9
| | | | Submitted by: Christoph Mallon <christoph mallon gmx de>
* Update documentation (forgotten in r190929).ed2009-04-111-4/+5
| | | | Submitted by: Christoph Mallon <christoph mallon gmx de>
* Do not prepend /dev/ when -C is used.ed2009-04-111-4/+6
| | | | Submitted by: Christoph Mallon <christoph mallon gmx de>
* Some useful operational extensions to newfs_msdos, especiallyluigi2008-12-031-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | when preparing images for emulators or flash devices: + option '-C size' to create the underlying image file with given size. Saves doing a 'dd' before, and especially it creates a sparse file + option '-@ offset' to build the FAT image at the specified offset in the image file or device; + make the cluster size adaptive on the filesystem size. Previously the default was 4k which is really unconvenient with large media; now it goes from 512 bytes to 32k depending on filesystem size (i still need to check whether it makes sense to go further up, to 64k or above); + fix default geometry when not specified on the command line, use 63 sectors/255 heads by default. Also trim the size so it exactly a multiple of a track, to avoid complaints in some filesystem code. + document all the above, plus some manual page clarifications. MFC after: 4 weeks
* Be more accurate in the maximum filesize, it's 4GB not 4.3GB.remko2007-12-091-1/+1
| | | | Reported by: njl
* .Ed is not needed here, remove it.remko2007-12-081-1/+0
| | | | Noticed by: brueffer
* Add information about the maximum file size for msdosfs.remko2007-12-081-1/+4
| | | | | | | | PR: docs/112935 Submitted by: Julian Stacey <jhs at berklix dot org> Actually this was inspired by the ticket submitted by Julian. MFC After: 3 days
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-181-2/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-9/+18
|
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-10/+10
|
* The .Nm utilitycharnier2002-07-061-1/+1
|
* more file system > filesystemtrhodes2002-05-161-10/+10
|
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-181-9/+14
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Consistency fix.rnordier2000-08-061-1/+1
|
* Update device names in examples.kris2000-05-071-3/+3
|
* Added 640KB and 1232KB formats, which were standard MS-DOS formats ofkato2000-03-301-2/+2
| | | | | | | 2DD and 2HD disks in Japan. Submitted by: Shigeharu TAKENO <shige@iee.niit.ac.jp> Pointed out by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Kill an extraneous dot.rnordier1998-10-101-2/+2
| | | | | PR: 8103 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Add history.obrien1998-09-291-1/+6
|
* Sort cross references.wosch1998-08-311-2/+2
|
* Correct use of .Nm. Remove unused #includes. Short usage() string, see mancharnier1998-07-151-4/+4
| | | | page for details.
* Add newfs_msdos: extensive newfs-style support for creating FAT12,rnordier1998-07-061-0/+173
FAT16, and FAT32 file systems in all their various horriblenesses. Approved-in-concept by: joerg
OpenPOWER on IntegriCloud