summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2015-01-19 10:57:00 +0000
committerbrueffer <brueffer@FreeBSD.org>2015-01-19 10:57:00 +0000
commit4337378f015b471c6cbc4c347ba7422bb720fd16 (patch)
tree9054dc0178ea8954c6c93a4918d17177eb92f97a /usr.sbin/makefs
parentda566e85be96a2ed618e86f2a0e67a61a8e61eef (diff)
downloadFreeBSD-src-4337378f015b471c6cbc4c347ba7422bb720fd16.zip
FreeBSD-src-4337378f015b471c6cbc4c347ba7422bb720fd16.tar.gz
MFH: r277085
Fix a typo in the FFS maxbpg option, it was erroneously spelled maxbpf. The error has been reported to and fixed in the NetBSD upstream version as well. PR: 196598 Submitted by: Dan McGregor
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/ffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c
index 0417d86..459d9ed 100644
--- a/usr.sbin/makefs/ffs.c
+++ b/usr.sbin/makefs/ffs.c
@@ -191,7 +191,7 @@ ffs_parse_opts(const char *option, fsinfo_t *fsopts)
"bytes per inode" },
{ "minfree", &ffs_opts->minfree, 0, 99,
"minfree" },
- { "maxbpf", &ffs_opts->maxbpg, 1, INT_MAX,
+ { "maxbpg", &ffs_opts->maxbpg, 1, INT_MAX,
"max blocks per file in a cg" },
{ "avgfilesize", &ffs_opts->avgfilesize,1, INT_MAX,
"expected average file size" },
OpenPOWER on IntegriCloud