Update the documentation to note where one can find sample configuration
files. While we're at it, add -c to the topmost list of mkfs.xfs
options.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
else
MAN_PAGES = $(shell echo *.$(MAN_SECTION))
endif
+MAN_PAGES += mkfs.xfs.8
MAN_DEST = $(PKG_MAN_DIR)/man$(MAN_SECTION)
LSRCFILES = $(MAN_PAGES)
+DIRT = mkfs.xfs.8
default : $(MAN_PAGES)
install : default
$(INSTALL) -m 755 -d $(MAN_DEST)
$(INSTALL_MAN)
+
+mkfs.xfs.8: mkfs.xfs.8.in
+ @echo " [SED] $@"
+ $(Q)$(SED) -e 's|@mkfs_cfg_dir@|$(MKFS_CFG_DIR)|g' < $^ > $@
+
install-dev :
.B \-b
.I block_size_options
] [
+.B \-c
+.I config_file_options
+] [
.B \-m
.I global_metadata_options
] [
option string.
This option can be use either an absolute or relative path to the configuration
file to be read.
+Sample configuration files can be found in @mkfs_cfg_dir@.
.RE
.PP
.PD 0