summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-02 21:45:06 +0000
committerru <ru@FreeBSD.org>2004-07-02 21:45:06 +0000
commit46fddaa54b09baa407fa66a14d46c0cc3a906e60 (patch)
tree602e903272257a1c5b455a48800dcaa680741026 /sbin/newfs_msdos
parent20fbd172b22ab587e9d796f4cb8664a235cebe78 (diff)
downloadFreeBSD-src-46fddaa54b09baa407fa66a14d46c0cc3a906e60.zip
FreeBSD-src-46fddaa54b09baa407fa66a14d46c0cc3a906e60.tar.gz
Mechanically kill hard sentence breaks.
Diffstat (limited to 'sbin/newfs_msdos')
-rw-r--r--sbin/newfs_msdos/newfs_msdos.827
1 files changed, 18 insertions, 9 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8
index 7d5718d..b4189a5 100644
--- a/sbin/newfs_msdos/newfs_msdos.8
+++ b/sbin/newfs_msdos/newfs_msdos.8
@@ -78,26 +78,32 @@ FAT type (one of 12, 16, or 32).
.It Fl I Ar volid
Volume ID.
.It Fl L Ar label
-Volume label (up to 11 characters). The label should consist of
+Volume label (up to 11 characters).
+The label should consist of
only those characters permitted in regular DOS (8+3) filenames.
.It Fl O Ar OEM
-OEM string (up to 8 characters). The default is
+OEM string (up to 8 characters).
+The default is
.Qq Li "BSD 4.4" .
.It Fl S Ar sector-size
-Number of bytes per sector. Acceptable values are powers of 2
+Number of bytes per sector.
+Acceptable values are powers of 2
in the range 128 through 32768.
.It Fl a Ar FAT-size
Number of sectors per FAT.
.It Fl b Ar block-size
-File system block size (bytes per cluster). This should resolve to an
+File system block size (bytes per cluster).
+This should resolve to an
acceptable number of sectors per cluster (see below).
.It Fl c Ar cluster-size
-Sectors per cluster. Acceptable values are powers of 2 in the range
+Sectors per cluster.
+Acceptable values are powers of 2 in the range
1 through 128.
.It Fl e Ar dirents
Number of root directory entries (FAT12 and FAT16 only).
.It Fl f Ar format
-Specify a standard (floppy disk) format. The standard formats
+Specify a standard (floppy disk) format.
+The standard formats
are (capacities in kilobytes): 160, 180, 320, 360, 640, 720, 1200,
1232, 1440, 2880.
.It Fl h Ar heads
@@ -106,12 +112,14 @@ Number of drive heads.
Location of the file system info sector (FAT32 only).
A value of 0xffff signifies no info sector.
.It Fl k Ar backup
-Location of the backup boot sector (FAT32 only). A value
+Location of the backup boot sector (FAT32 only).
+A value
of 0xffff signifies no backup sector.
.It Fl m Ar media
Media descriptor (acceptable range 0xf0 to 0xff).
.It Fl n Ar FATs
-Number of FATs. Acceptable values are 1 to 16 inclusive.
+Number of FATs.
+Acceptable values are 1 to 16 inclusive.
The default
is 2.
.It Fl o Ar hidden
@@ -126,7 +134,8 @@ Number of sectors per track.
.Sh NOTES
FAT file system parameters occupy a "Boot Sector BPB (BIOS Parameter
Block)" in the first of the "reserved" sectors which precede the actual
-file system. For reference purposes, this structure is presented
+file system.
+For reference purposes, this structure is presented
below.
.Bd -literal
struct bsbpb {
OpenPOWER on IntegriCloud