diff options
author | 2002-06-03 06:27:44 +0000 | |
---|---|---|
committer | 2002-06-03 06:27:44 +0000 | |
commit | 5f3b6ddf877c60c29f17f4e2029eeaaff434ac0b (patch) | |
tree | ce29224df69b2accb2896b4d0595d13c3ef7f135 | |
parent | sync (diff) | |
download | wireguard-openbsd-5f3b6ddf877c60c29f17f4e2029eeaaff434ac0b.tar.xz wireguard-openbsd-5f3b6ddf877c60c29f17f4e2029eeaaff434ac0b.zip |
use void keyword in usage example. ok theo
-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 |