diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 39b9e91fa74a..c66b0d7facb7 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,9 +1,11 @@ -.\" $NetBSD: ctime.3,v 1.10 1996/01/30 19:54:34 jtc Exp $ +.\" $NetBSD: ctime.3,v 1.11 1997/04/18 17:32:04 is Exp $ .TH CTIME 3 .SH NAME asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII .SH SYNOPSIS .nf +.B #include +.PP .B extern char *tzname[2]; .PP .B void tzset() @@ -17,8 +19,6 @@ asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to .B time_t time1; .B time_t time0; .PP -.B #include -.PP .B char *asctime(tm) .B const struct tm *tm; .PP