diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
commit | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (patch) | |
tree | ee555f93149f3cd315d11614855f2f83a708a924 /lib/libc/time/ctime.3 | |
parent | 3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff) |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/time/ctime.3')
-rw-r--r-- | lib/libc/time/ctime.3 | 8 |
1 files changed, 4 insertions, 4 deletions
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 <sys/types.h> -.Fd #include <time.h> +.In sys/types.h +.In time.h .Pp .Fd extern char *tzname[2]; .Ft "char *" |