From fd558753507168d55ed4ea85233bfa40c283ac77 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Tue, 28 May 2019 20:44:23 +0000 Subject: [PATCH] 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) --- share/man/man9/style.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 6538a6e6d9a..f23cc504d8b 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -26,7 +26,7 @@ .\" From: @(#)style 1.14 (Berkeley) 4/28/95 .\" $FreeBSD$ .\" -.Dd November 1, 2018 +.Dd May 28, 2019 .Dt STYLE 9 .Os .Sh NAME @@ -777,7 +777,7 @@ vaf(const char *fmt, ...) } static void -usage() +usage(void) { /* Insert an empty line if the function has no local variables. */ .Ed -- 2.45.0