diff options
author | ed <ed@FreeBSD.org> | 2009-04-11 15:07:27 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-04-11 15:07:27 +0000 |
commit | abe2fea9ee0c49024ac9aa9e9a769af03868ad92 (patch) | |
tree | 81b89fe8b3938d621fca5cc6852f474b74ec33e3 /sbin/newfs_msdos | |
parent | e605b01ef4f446b908cb932b15f1c5a24d13c43b (diff) | |
download | FreeBSD-src-abe2fea9ee0c49024ac9aa9e9a769af03868ad92.zip FreeBSD-src-abe2fea9ee0c49024ac9aa9e9a769af03868ad92.tar.gz |
Style fixes to the newfs_msdos manpage.
Submitted by: Christoph Mallon <christoph mallon gmx de>
Diffstat (limited to 'sbin/newfs_msdos')
-rw-r--r-- | sbin/newfs_msdos/newfs_msdos.8 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index ded8137..c96e5f5 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -93,8 +93,8 @@ number is in sectors, kilobytes, megabytes or gigabytes, respectively. .It Fl B Ar boot Get bootstrap from file. .It Fl C Ar create-size -Create the image file with the specified size. A suffix character appended -to the size is interpreted as for the +Create the image file with the specified size. +A suffix character appended to the size is interpreted as for the .Fl @ option. The file is created by truncating any existing file with the same name and @@ -164,13 +164,14 @@ Number of sectors per track. .El .Sh NOTES If some parameters (e.g. size, number of sectors, etc.) are not specified -through options or disktype, the program tries to generate them -automatically. In particular, the size is determined as the -device or file size minus the offset specified with the +through options or disktype, the program tries to generate them automatically. +In particular, the size is determined as the device or file size minus the +offset specified with the .Fl @ -option. When the geometry is not available, it is assumed to be -63 sectors, 255 heads. The size is then rounded to become -a multiple of the track size and avoid complaints by some filesystem code. +option. +When the geometry is not available, it is assumed to be 63 sectors, 255 heads. +The size is then rounded to become a multiple of the track size and avoid +complaints by some filesystem code. .Pp FAT file system parameters occupy a "Boot Sector BPB (BIOS Parameter Block)" in the first of the "reserved" sectors which precede the actual |