aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-08-26 04:56:23 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-08-26 04:56:23 +0000
commit55c639b2d99dece493de529321fd00186f06ee59 (patch)
tree73aaffd72633751436ce99bccc1e4006dbb3a269 /bin
parenta48ea640731d8581baa01dcf350f971f889cd4b8 (diff)
downloadsrc-55c639b2d99dece493de529321fd00186f06ee59.tar.gz
src-55c639b2d99dece493de529321fd00186f06ee59.zip
Fix 'SYNOPSIS' and 'usage'
Notes
Notes: svn path=/head/; revision=102432
Diffstat (limited to 'bin')
-rw-r--r--bin/df/df.12
-rw-r--r--bin/df/df.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 3f0f0e1cfbad..58af4cac60d5 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -46,7 +46,7 @@
.Oc
.Op Fl ailn
.Op Fl t Ar type
-.Op Ar file | file system ...
+.Op Ar file | filesystem ...
.Sh DESCRIPTION
The
.Nm
diff --git a/bin/df/df.c b/bin/df/df.c
index ae15cf2d97f9..58a23204a270 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -483,7 +483,7 @@ usage(void)
{
(void)fprintf(stderr,
- "usage: df [-b | -H | -h | -k | -m | -P] [-ailn] [-t type] [file | file system ...]\n");
+ "usage: df [-b | -H | -h | -k | -m | -P] [-ailn] [-t type] [file | filesystem ...]\n");
exit(EX_USAGE);
}