From 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 5 Jun 2013 03:39:24 +0000 Subject: Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze --- lib/libc/time/ctime.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/time/ctime.3') diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 0796ed997d2..c4d5a83c3da 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,7 +1,7 @@ -.\" $OpenBSD: ctime.3,v 1.38 2012/09/13 11:14:20 millert Exp $ +.\" $OpenBSD: ctime.3,v 1.39 2013/06/05 03:39:23 tedu Exp $ .\" .\" -.Dd $Mdocdate: September 13 2012 $ +.Dd $Mdocdate: June 5 2013 $ .Dt CTIME 3 .Os .Sh NAME @@ -19,8 +19,8 @@ .Nm timelocal .Nd convert date and time to ASCII .Sh SYNOPSIS -.Fd #include -.Fd #include +.In sys/types.h +.In time.h .Pp .Fd extern char *tzname[2]; .Ft "char *" -- cgit v1.2.3