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/stdlib/rand48.3 | |
parent | 3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff) |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/stdlib/rand48.3')
-rw-r--r-- | lib/libc/stdlib/rand48.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index 340e6461bd9..c105f85aa50 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/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 <stdlib.h> +.In stdlib.h .Ft double .Fn drand48 void .Ft double |