Module Name: src
Committed By: reinoud
Date: Fri Nov 12 07:41:55 UTC 2021
Modified Files:
src/usr.sbin/makefs: makefs.8
Log Message:
Explain cd9660 and udf exceptions on the rule that the default sectorsize is
512.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 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.67 src/usr.sbin/makefs/makefs.8:1.68
--- src/usr.sbin/makefs/makefs.8:1.67 Sat Apr 3 14:10:56 2021
+++ src/usr.sbin/makefs/makefs.8 Fri Nov 12 07:41:55 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: makefs.8,v 1.67 2021/04/03 14:10:56 simonb Exp $
+.\" $NetBSD: makefs.8,v 1.68 2021/11/12 07:41:55 reinoud Exp $
.\"
.\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -197,8 +197,11 @@ When merging multiple directories replac
.It Fl S Ar sector-size
Set the file system sector size to
.Ar sector-size .
-.\" XXX: next line also true for cd9660?
-Defaults to 512.
+Defaults to 512 for most file systems, but is 2048 for
+.Sy cd9660
+and
+.Sy udf
+for CD/DVD/BD optical media types.
.It Fl s Ar image-size
Set the size of the file system image to
.Ar image-size .