From 9144d249f7d631607805dfaa764531b75021a078 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Wed, 5 Jun 2013 03:39:23 +0000 Subject: Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze --- src/lib/libc/stdlib/rand48.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/rand48.3') diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3 index 340e6461bd..c105f85aa5 100644 --- a/src/lib/libc/stdlib/rand48.3 +++ b/src/lib/libc/stdlib/rand48.3 @@ -9,9 +9,9 @@ .\" of any kind. I shall in no event be liable for anything that happens .\" to anyone/anything when using this software. .\" -.\" $OpenBSD: rand48.3,v 1.12 2012/06/02 00:14:16 guenther Exp $ +.\" $OpenBSD: rand48.3,v 1.13 2013/06/05 03:39:23 tedu Exp $ .\" -.Dd $Mdocdate: June 2 2012 $ +.Dd $Mdocdate: June 5 2013 $ .Dt RAND48 3 .Os .Sh NAME @@ -26,7 +26,7 @@ .Nm lcong48 .Nd pseudo-random number generators and initialization routines .Sh SYNOPSIS -.Fd #include +.In stdlib.h .Ft double .Fn drand48 void .Ft double -- cgit v1.2.3-55-g6feb