diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 00:55:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 00:55:58 +0000 |
commit | 935e3e2a1aea3adb36c5b0da75b34bacfe911980 (patch) | |
tree | 1727d8e8b38c5dc5e9967e084ede254575f05ab5 /lib/libc/time | |
parent | 226d1265f1cae1fd39c4b2c5e007ef3d72b7dd95 (diff) |
whoops, tzset() needs a void argument; deraadt@
Diffstat (limited to 'lib/libc/time')
-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 |