Module Name: src
Committed By: wiz
Date: Tue Aug 6 20:16:54 UTC 2013
Modified Files:
src/usr.sbin/makefs: makefs.8
Log Message:
New sentence, new line.
Use one list instead of two consecutive ones.
Add .El to end list.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 src/usr.sbin/makefs/makefs.8:1.53
--- src/usr.sbin/makefs/makefs.8:1.52 Tue Aug 6 12:47:21 2013
+++ src/usr.sbin/makefs/makefs.8 Tue Aug 6 20:16:54 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: makefs.8,v 1.52 2013/08/06 12:47:21 reinoud Exp $
+.\" $NetBSD: makefs.8,v 1.53 2013/08/06 20:16:54 wiz Exp $
.\"
.\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -414,21 +414,22 @@ create a rewritable fs with sparing for
When an optical media is selected here, the sectorsize and the default disc
size is assumed unless given explicitly.
For rom images the disc size is the minimum needed.
-.El
-.Bl -tag -width optimization -compact
.It Sy loglabel
Set the logical volume label of the disc to the specified argument.
.It Sy discid
-Set the physical volume label of the disc to the specified argument. Prepend
-the physical volume label with a volumeset label separated with a ':' if
-wanted. For strict conformance and interchange, don't set the volumeset label
+Set the physical volume label of the disc to the specified argument.
+Prepend the physical volume label with a volumeset label separated
+with a ':' if wanted.
+For strict conformance and interchange, don't set the volumeset label
manually unless it has an unique hex number in the first 8 character
positions.
.It Sy minver
-Set the minimum UDF version to be used. Choose UDF version numbers from 0x102,
-0x150, 0x200, and 0x201. Versions 0x250 and 0x260 are currently not supported
+Set the minimum UDF version to be used.
+Choose UDF version numbers from 0x102, 0x150, 0x200, and 0x201.
+Versions 0x250 and 0x260 are currently not supported
in
.Nm .
+.El
.Sh SEE ALSO
.Xr strsuftoll 3 ,
.Xr installboot 8 ,