diff options
author | 1999-05-25 00:55:57 +0000 | |
---|---|---|
committer | 1999-05-25 00:55:57 +0000 | |
commit | 108f82ef644bf4c95015af5e2d5aa7f588814da6 (patch) | |
tree | ba2ffda515ad80b809cdf89b4250f021ed6ead1a | |
parent | out with old macros, in with new mdoc; kwesterback@home.com (diff) | |
download | wireguard-openbsd-108f82ef644bf4c95015af5e2d5aa7f588814da6.tar.xz wireguard-openbsd-108f82ef644bf4c95015af5e2d5aa7f588814da6.zip |
whoops, tzset() needs a void argument; deraadt@
-rw-r--r-- | lib/libc/time/tzset.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/tzset.3 b/lib/libc/time/tzset.3 index f2decc07dcf..b6e91f71b94 100644 --- a/lib/libc/time/tzset.3 +++ b/lib/libc/time/tzset.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tzset.3,v 1.9 1999/05/25 00:49:42 aaron Exp $ +.\" $OpenBSD: tzset.3,v 1.10 1999/05/25 00:55:57 aaron Exp $ .Dd May 24, 1999 .Dt TZSET 3 .Os @@ -8,7 +8,7 @@ .Sh SYNOPSIS .Fd #include <time.h> .Ft void -.Fn tzset +.Fn tzset "void" .Sh DESCRIPTION .Fn tzset uses the value of the environment variable |