style.9: Correct usage's definition to match its declaration

Suggested by:	emaste
Reviewed by:	delphij, imp, rgrimes, vangyzen (earlier version)
Sponsored by:	Dell EMC Isilon
Differential Revision:	(part of D20448)
This commit is contained in:
Conrad Meyer 2019-05-28 20:44:23 +00:00
parent 3582828053
commit fd55875350
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348337

View File

@ -26,7 +26,7 @@
.\" From: @(#)style 1.14 (Berkeley) 4/28/95 .\" From: @(#)style 1.14 (Berkeley) 4/28/95
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd November 1, 2018 .Dd May 28, 2019
.Dt STYLE 9 .Dt STYLE 9
.Os .Os
.Sh NAME .Sh NAME
@ -777,7 +777,7 @@ vaf(const char *fmt, ...)
} }
static void static void
usage() usage(void)
{ {
/* Insert an empty line if the function has no local variables. */ /* Insert an empty line if the function has no local variables. */
.Ed .Ed