svn commit: r352078 - stable/12/usr.sbin/makefs
Ed Maste
emaste at FreeBSD.org
Mon Sep 9 17:24:24 UTC 2019
Author: emaste
Date: Mon Sep 9 17:24:24 2019
New Revision: 352078
URL: https://svnweb.freebsd.org/changeset/base/352078
Log:
MFC r351230: makefs.8: style updates from igor
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/usr.sbin/makefs/makefs.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/usr.sbin/makefs/makefs.8
==============================================================================
--- stable/12/usr.sbin/makefs/makefs.8 Mon Sep 9 17:22:11 2019 (r352077)
+++ stable/12/usr.sbin/makefs/makefs.8 Mon Sep 9 17:24:24 2019 (r352078)
@@ -119,7 +119,7 @@ XXX: document these
.It Fl F Ar mtree-specfile
.Em This is almost certainly not the option you are looking for.
To create an image from a list of files in an mtree format manifest,
-specify it as the last argument on the commandline, not as a the
+specify it as the last argument on the command line, not as a the
argument to
.Fl F .
.Pp
@@ -160,10 +160,10 @@ and
(in the case of symbolic links).
If
.Sy time
-isn't provided, the current time will be used.
+is not provided, the current time will be used.
If
.Sy flags
-isn't provided, the current file flags will be used.
+is not provided, the current file flags will be used.
Missing regular file entries will be created as zero-length files.
.It Fl f Ar free-files
Ensure that a minimum of
@@ -331,9 +331,11 @@ The following keywords are supported:
Allow the directory structure to exceed the maximum specified in
the spec.
.It Sy allow-illegal-chars
-Allow illegal characters in filenames. This option is not implemented.
+Allow illegal characters in filenames.
+This option is not implemented.
.It Sy allow-lowercase
-Allow lowercase characters in filenames. This option is not implemented.
+Allow lowercase characters in filenames.
+This option is not implemented.
.It Sy allow-max-name
Allow 37 instead of 33 characters for filenames by omitting the
version id.
@@ -348,7 +350,8 @@ extension to encode
.Tn RISC OS
metadata.
.It Sy bootimagedir
-Boot image directory. This option is not implemented.
+Boot image directory.
+This option is not implemented.
.It Sy chrp-boot
Write an MBR partition table to the image to allow older CHRP hardware to
boot.
More information about the svn-src-stable
mailing list