diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-23 09:11:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-23 09:11:05 +0000 |
commit | c533cbd1d5bbf4ffa0c3b15ace88015a9c0a10cf (patch) | |
tree | 2335e616737a9e2e2086398e598ff8a787b69f3e /lib | |
parent | a5bd103cebb65c7717c80e8c492ea1448536058e (diff) |
remove tzset(3) from SYNOPSIS: it has its own man page;
spotted by stevesk; ok otto
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/time/ctime.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 8f8a6fa4018..4c5f30f9bdc 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctime.3,v 1.31 2005/07/22 03:23:37 jaredy Exp $ +.\" $OpenBSD: ctime.3,v 1.32 2006/07/23 09:11:04 jmc Exp $ .\" .\" .Dd February 16, 1999 @@ -23,8 +23,6 @@ .Fd #include <time.h> .Pp .Fd extern char *tzname[2]; -.Ft void -.Fn tzset "void" .Ft "char *" .Fn ctime "const time_t *clock" .Ft "char *" @@ -289,7 +287,7 @@ field of a returned points to a static array of characters, which will also be overwritten at the next call (and by calls to -.Fn tzset ) . +.Xr tzset 3 ) . .Pp .Fn asctime and |