<sys/time.h> becomes <time.h>
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Fri, 28 Mar 1986 08:17:00 +0000 (00:17 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Fri, 28 Mar 1986 08:17:00 +0000 (00:17 -0800)
SCCS-vsn: lib/libc/gen/ctime.3 6.3

usr/src/lib/libc/gen/ctime.3

index c8418b7..4aa3b08 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)ctime.3     6.2 (Berkeley) %G%
+.\"    @(#)ctime.3     6.3 (Berkeley) %G%
 .\"
 .TH CTIME 3  ""
 .UC 4
 .\"
 .TH CTIME 3  ""
 .UC 4
@@ -13,7 +13,7 @@ ctime, localtime, gmtime, asctime, timezone \-  convert date and time to ASCII
 .B char *ctime(clock)
 .B long *clock;
 .PP
 .B char *ctime(clock)
 .B long *clock;
 .PP
-.B #include <sys/time.h>
+.B #include <time.h>
 .PP
 .B struct tm *localtime(clock)
 .B long *clock;
 .PP
 .B struct tm *localtime(clock)
 .B long *clock;