diff options
author | 2006-07-23 09:11:04 +0000 | |
---|---|---|
committer | 2006-07-23 09:11:04 +0000 | |
commit | 8ad73210d5fa0b9632b8b25f80519eaafabd98ed (patch) | |
tree | d65e504a9c2e0eb1b72d452df91c00c5a7164d71 | |
parent | userland shouldnt care about kernel issues (diff) | |
download | wireguard-openbsd-8ad73210d5fa0b9632b8b25f80519eaafabd98ed.tar.xz wireguard-openbsd-8ad73210d5fa0b9632b8b25f80519eaafabd98ed.zip |
remove tzset(3) from SYNOPSIS: it has its own man page;
spotted by stevesk; ok otto
-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 |