Module Name:    src
Committed By:   wiz
Date:           Wed Jan 11 13:44:24 UTC 2017

Modified Files:
        src/usr.sbin/makefs: makefs.8

Log Message:
Some changes and sorting based on diff sent from jmc@OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/makefs/makefs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makefs/makefs.8
diff -u src/usr.sbin/makefs/makefs.8:1.55 src/usr.sbin/makefs/makefs.8:1.56
--- src/usr.sbin/makefs/makefs.8:1.55	Wed Nov 25 16:32:00 2015
+++ src/usr.sbin/makefs/makefs.8	Wed Jan 11 13:44:24 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: makefs.8,v 1.55 2015/11/25 16:32:00 wiz Exp $
+.\"	$NetBSD: makefs.8,v 1.56 2017/01/11 13:44:24 wiz Exp $
 .\"
 .\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -221,18 +221,18 @@ Create an
 file system image.
 The following file system types are supported:
 .Bl -tag -width cd9660 -offset indent
-.It Sy ffs
-BSD fast file system (default).
 .It Sy cd9660
 ISO 9660 file system.
 .It Sy chfs
 Chip flash file system.
+.It Sy ffs
+BSD fast file system (default).
 .It Sy msdos
 FAT12, FAT16, or FAT32 file system.
-.It Sy v7fs
-7th Edition(V7) file system.
 .It Sy udf
 ISO/Ecma UDF file system.
+.It Sy v7fs
+7th Edition(V7) file system.
 .El
 .It Fl x
 Exclude file system nodes not explicitly listed in the specfile.
@@ -244,7 +244,7 @@ This is useful for virtual machine image
 .Pp
 Where sizes are specified, a decimal number of bytes is expected.
 Two or more numbers may be separated by an
-.Dq x
+.Sq x
 to indicate a product.
 Each number may have one of the following optional suffixes:
 .Bl -tag -width 3n -offset indent -compact
@@ -280,10 +280,14 @@ Expected number of files per directory.
 Block size.
 .It Sy density
 Bytes per inode.
+.It Sy extent
+Maximum extent size.
 .It Sy fsize
 Fragment size.
 .It Sy label
 Label name of the image.
+.It Sy maxbpcg
+Maximum total number of blocks in a cylinder group.
 .It Sy maxbpg
 Maximum blocks per file in a cylinder group.
 .It Sy minfree
@@ -293,10 +297,6 @@ Optimization preference; one of
 .Ql space
 or
 .Ql time .
-.It Sy extent
-Maximum extent size.
-.It Sy maxbpcg
-Maximum total number of blocks in a cylinder group.
 .It Sy version
 UFS version.
 1 for FFS (default), 2 for UFS2.
@@ -320,7 +320,7 @@ the spec.
 .\" Unknown
 .It Sy allow-max-name
 Allow 37 instead of 33 characters for filenames by omitting the
-version id.
+version ID.
 .It Sy allow-multidot
 Allow multiple dots in a filename.
 .It Sy applicationid
@@ -331,9 +331,6 @@ Use the
 extension to encode
 .Tn RISC OS
 metadata.
-.It Sy chrp-boot
-Write an MBR partition table to the image to allow older CHRP hardware to
-boot.
 .It Sy boot-load-segment
 Set load segment for the boot image.
 .It Sy bootimage
@@ -347,6 +344,9 @@ is one of
 .Ql macppc ,
 or
 .Ql powerpc .
+.It Sy chrp-boot
+Write an MBR partition table to the image to allow older CHRP hardware to
+boot.
 .It Sy generic-bootimage
 Load a generic boot image into the first 32K of the cd9660 image.
 .It Sy hard-disk-boot
@@ -395,7 +395,7 @@ NOR: 0 or NAND: 1.
 .Ss msdos-specific options
 See
 .Xr newfs_msdos 8
-for fs specific options.
+for related options.
 .Ss V7FS-specific options
 The following keywords are supported:
 .Pp
@@ -469,8 +469,8 @@ utility appeared in
 .An UCHIYAMA Yasushi
 (v7fs support),
 .An Tamas Toth
-(chfs support).
+(chfs support),
 .An Christos Zoulas
-(msdos support).
+(msdos support),
 .An Reinoud Zandijk
 (udf support).

Reply via email to