diff options
author | tedu <> | 2013-06-05 03:39:23 +0000 |
---|---|---|
committer | tedu <> | 2013-06-05 03:39:23 +0000 |
commit | 9144d249f7d631607805dfaa764531b75021a078 (patch) | |
tree | 97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/stdlib/rand48.3 | |
parent | 3c06c9f91ba98ce2cdea4031cbaf6c10a938902b (diff) | |
download | openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.gz openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.bz2 openbsd-9144d249f7d631607805dfaa764531b75021a078.zip |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'src/lib/libc/stdlib/rand48.3')
-rw-r--r-- | src/lib/libc/stdlib/rand48.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
9 | .\" of any kind. I shall in no event be liable for anything that happens | 9 | .\" of any kind. I shall in no event be liable for anything that happens |
10 | .\" to anyone/anything when using this software. | 10 | .\" to anyone/anything when using this software. |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: rand48.3,v 1.12 2012/06/02 00:14:16 guenther Exp $ | 12 | .\" $OpenBSD: rand48.3,v 1.13 2013/06/05 03:39:23 tedu Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd $Mdocdate: June 2 2012 $ | 14 | .Dd $Mdocdate: June 5 2013 $ |
15 | .Dt RAND48 3 | 15 | .Dt RAND48 3 |
16 | .Os | 16 | .Os |
17 | .Sh NAME | 17 | .Sh NAME |
@@ -26,7 +26,7 @@ | |||
26 | .Nm lcong48 | 26 | .Nm lcong48 |
27 | .Nd pseudo-random number generators and initialization routines | 27 | .Nd pseudo-random number generators and initialization routines |
28 | .Sh SYNOPSIS | 28 | .Sh SYNOPSIS |
29 | .Fd #include <stdlib.h> | 29 | .In stdlib.h |
30 | .Ft double | 30 | .Ft double |
31 | .Fn drand48 void | 31 | .Fn drand48 void |
32 | .Ft double | 32 | .Ft double |