Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makefs Some changes and sorting based on diff sent ...



details:   https://anonhg.NetBSD.org/src/rev/d9b7771f21eb
branches:  trunk
changeset: 820575:d9b7771f21eb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jan 11 13:44:24 2017 +0000

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

diffstat:

 usr.sbin/makefs/makefs.8 |  34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diffs (116 lines):

diff -r a89090b086c1 -r d9b7771f21eb usr.sbin/makefs/makefs.8
--- a/usr.sbin/makefs/makefs.8  Wed Jan 11 13:08:29 2017 +0000
+++ b/usr.sbin/makefs/makefs.8  Wed Jan 11 13:44:24 2017 +0000
@@ -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 @@
 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 udf
+ISO/Ecma UDF file system.
 .It Sy v7fs
 7th Edition(V7) file system.
-.It Sy udf
-ISO/Ecma UDF file system.
 .El
 .It Fl x
 Exclude file system nodes not explicitly listed in the specfile.
@@ -244,7 +244,7 @@
 .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 @@
 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 @@
 .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 @@
 .\" 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 @@
 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 @@
 .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 @@
 .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 @@
 .An UCHIYAMA Yasushi
 (v7fs support),
 .An Tamas Toth
-(chfs support).
+(chfs support),
 .An Christos Zoulas
-(msdos support).
+(msdos support),
 .An Reinoud Zandijk
 (udf support).



Home | Main Index | Thread Index | Old Index