diff options
-rw-r--r-- | share/man/man9/style.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 111f4e3822e..59e9e0ad1da 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.26 2002/05/23 09:30:35 mpech Exp $ +.\" $OpenBSD: style.9,v 1.27 2002/06/03 06:27:44 kjell Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -576,7 +576,7 @@ vaf(const char *fmt, ...) } static void -usage() +usage(void) { extern char *__progname; /* from crt0.o */ .Ed |