svn commit: r348337 - head/share/man/man9

Conrad Meyer cem at FreeBSD.org
Tue May 28 20:44:24 UTC 2019


Author: cem
Date: Tue May 28 20:44:23 2019
New Revision: 348337
URL: https://svnweb.freebsd.org/changeset/base/348337

Log:
  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)

Modified:
  head/share/man/man9/style.9

Modified: head/share/man/man9/style.9
==============================================================================
--- head/share/man/man9/style.9	Tue May 28 20:14:33 2019	(r348336)
+++ head/share/man/man9/style.9	Tue May 28 20:44:23 2019	(r348337)
@@ -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


More information about the svn-src-head mailing list