diff options
author | 2013-06-05 03:39:22 +0000 | |
---|---|---|
committer | 2013-06-05 03:39:22 +0000 | |
commit | 64d4e9871d1af4e50715ace8f2f237ff8e4d36e0 (patch) | |
tree | 90569bb16bd247c9a0433830994a6bc333a5a4f9 /lib/libc/stdlib/rand48.3 | |
parent | m_defrag(9) wasnt documented. (diff) | |
download | wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.tar.xz wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.zip |
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 |