summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2015-01-12 19:26:31 +0000
committerbrueffer <brueffer@FreeBSD.org>2015-01-12 19:26:31 +0000
commitb7f145fd5733657085b526d87aed6391b93e92fd (patch)
tree8ed8d284d52a72f0565ba1c1504d376d3e720b3e /usr.sbin
parentb5fde175b4d061d51469e84bd36e5d1810be6d52 (diff)
downloadFreeBSD-src-b7f145fd5733657085b526d87aed6391b93e92fd.zip
FreeBSD-src-b7f145fd5733657085b526d87aed6391b93e92fd.tar.gz
Fix a typo in the FFS maxbpg option, it was erroneously spelled maxbpf.
The error exists in the NetBSD upstream version as well and will be reported back. PR: 196598 Submitted by: Dan McGregor MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-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 9fd87ae..1647d8f 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