diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 07:57:52 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 07:57:52 +0000 |
commit | 0034fbf8b03c250c0f0f63308e746c7e84554c3c (patch) | |
tree | bd5054d08023d187cfb942310dd20bc9ef660dc8 /lib/libc | |
parent | 556e61a53e08f878bdd9635c4ac11ee3be4113f1 (diff) | |
download | FreeBSD-src-0034fbf8b03c250c0f0f63308e746c7e84554c3c.zip FreeBSD-src-0034fbf8b03c250c0f0f63308e746c7e84554c3c.tar.gz |
Bad reference time(2) changed to time(3)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdtime/time2posix.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/time2posix.3 b/lib/libc/stdtime/time2posix.3 index 21b9438..62e5c79 100644 --- a/lib/libc/stdtime/time2posix.3 +++ b/lib/libc/stdtime/time2posix.3 @@ -34,7 +34,7 @@ to be (mostly) opaque\(emtime_t values should only be obtained-from and passed-to functions such as -.Xr time 2 , +.Xr time 3 , .Xr localtime 3 , .Xr mktime 3 and |