diff options
Diffstat (limited to '')
-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 8b7c572fb4..29e72b8c01 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.14 2014/01/21 23:25:03 deraadt Exp $ | 12 | .\" $OpenBSD: rand48.3,v 1.15 2014/09/08 01:27:54 schwarze Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd $Mdocdate: January 21 2014 $ | 14 | .Dd $Mdocdate: September 8 2014 $ |
15 | .Dt RAND48 3 | 15 | .Dt RAND48 3 |
16 | .Os | 16 | .Os |
17 | .Sh NAME | 17 | .Sh NAME |
@@ -176,4 +176,4 @@ and | |||
176 | functions conform to | 176 | functions conform to |
177 | .St -p1003.1-2008 . | 177 | .St -p1003.1-2008 . |
178 | .Sh AUTHORS | 178 | .Sh AUTHORS |
179 | Martin Birgmeier | 179 | .An Martin Birgmeier |