diff options
author | Ed Maste <emaste@FreeBSD.org> | 2019-08-19 21:21:32 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2019-08-19 21:21:32 +0000 |
commit | 4d393b6c64a36a190786ddd33ac27a462f2b341e (patch) | |
tree | 7483f2a770ceeb798ba6b3300cf70446cfeaba3b /usr.sbin/makefs/makefs.8 | |
parent | 5c4eed860150b35731514fc66c93412e01a2e553 (diff) | |
download | src-4d393b6c64a36a190786ddd33ac27a462f2b341e.tar.gz src-4d393b6c64a36a190786ddd33ac27a462f2b341e.zip |
makefs.8: style updates from igor
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=351230
Diffstat (limited to 'usr.sbin/makefs/makefs.8')
-rw-r--r-- | usr.sbin/makefs/makefs.8 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8 index 200e424adc69..17345b7ce21c 100644 --- a/usr.sbin/makefs/makefs.8 +++ b/usr.sbin/makefs/makefs.8 @@ -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. |