Fix 'SYNOPSIS' and 'usage'
This commit is contained in:
parent
a48ea64073
commit
55c639b2d9
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user