Fix 'SYNOPSIS' and 'usage'

This commit is contained in:
Tom Rhodes 2002-08-26 04:56:23 +00:00
parent a48ea64073
commit 55c639b2d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102432
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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);
}