- Wrap long line;

- Add -, to SYNOPSIS section.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2013-01-24 05:36:37 +00:00
parent 0aba72dd91
commit 7eb55d4d13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245871
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,7 @@
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
.\" $FreeBSD$
.\"
.Dd November 16, 2012
.Dd January 24, 2012
.Dt DF 1
.Os
.Sh NAME
@ -39,6 +39,7 @@
.Nm
.Op Fl b | g | H | h | k | m | P
.Op Fl acilnT
.Op Fl \&,
.Op Fl t Ar type
.Op Ar file | filesystem ...
.Sh DESCRIPTION

View File

@ -564,7 +564,8 @@ usage(void)
{
(void)fprintf(stderr,
"usage: df [-b | -g | -H | -h | -k | -m | -P] [-acilnT] [-t type] [-,] [file | filesystem ...]\n");
"usage: df [-b | -g | -H | -h | -k | -m | -P] [-acilnT] [-t type] [-,]\n"
" [file | filesystem ...]\n");
exit(EX_USAGE);
}