diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-08-26 04:56:23 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-08-26 04:56:23 +0000 |
commit | 3df4c994425d55fd4d72ed52b1a2cc0721c2bafa (patch) | |
tree | 73aaffd72633751436ce99bccc1e4006dbb3a269 /bin | |
parent | 738b07a4ac35246f02325bcc6eb9056a707839fa (diff) | |
download | FreeBSD-src-3df4c994425d55fd4d72ed52b1a2cc0721c2bafa.zip FreeBSD-src-3df4c994425d55fd4d72ed52b1a2cc0721c2bafa.tar.gz |
Fix 'SYNOPSIS' and 'usage'
Diffstat (limited to 'bin')
-rw-r--r-- | bin/df/df.1 | 2 | ||||
-rw-r--r-- | bin/df/df.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 3f0f0e1..58af4ca 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 ae15cf2..58a2320 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); } |