summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r--sbin/fsck_ffs/fsck_ffs.82
-rw-r--r--sbin/fsck_ffs/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8
index 26c47bf..c85b94a 100644
--- a/sbin/fsck_ffs/fsck_ffs.8
+++ b/sbin/fsck_ffs/fsck_ffs.8
@@ -39,7 +39,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl BFpfny
-.Op Fl b Ar block#
+.Op Fl b Ar block
.Op Fl c Ar level
.Op Fl m Ar mode
.Ar filesystem
diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c
index c1ca226..a717969 100644
--- a/sbin/fsck_ffs/main.c
+++ b/sbin/fsck_ffs/main.c
@@ -532,7 +532,7 @@ usage(void)
{
(void) fprintf(stderr,
"usage: %s [-BFpfny] [-b block] [-c level] [-m mode] "
- "file system ...\n",
+ "filesystem ...\n",
getprogname());
exit(1);
}
OpenPOWER on IntegriCloud