summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand48.3
diff options
context:
space:
mode:
authorjmc <>2003-06-01 19:27:27 +0000
committerjmc <>2003-06-01 19:27:27 +0000
commit5796457847338c884c1863d78addddafce4fc02f (patch)
tree5977475523d1ea29b76fe3415cdb1d3a83522e71 /src/lib/libc/stdlib/rand48.3
parent986591b4f6cea288e444153e4adc77d36f27fa67 (diff)
downloadopenbsd-5796457847338c884c1863d78addddafce4fc02f.tar.gz
openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.bz2
openbsd-5796457847338c884c1863d78addddafce4fc02f.zip
- section reorder
- merge COMPATIBILITY - kill whitespace at EOL
Diffstat (limited to 'src/lib/libc/stdlib/rand48.3')
-rw-r--r--src/lib/libc/stdlib/rand48.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3
index 6b0831ead7..78cd0a7cd5 100644
--- a/src/lib/libc/stdlib/rand48.3
+++ b/src/lib/libc/stdlib/rand48.3
@@ -9,7 +9,7 @@
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.9 2003/05/10 06:48:30 jmc Exp $ 12.\" $OpenBSD: rand48.3,v 1.10 2003/06/01 19:27:27 jmc Exp $
13.\" 13.\"
14.Dd October 8, 1993 14.Dd October 8, 1993
15.Dt RAND48 3 15.Dt RAND48 3
@@ -157,9 +157,9 @@ generator calls.
157.Pp 157.Pp
158For a more powerful random number generator, see 158For a more powerful random number generator, see
159.Xr random 3 . 159.Xr random 3 .
160.Sh AUTHORS
161Martin Birgmeier
162.Sh SEE ALSO 160.Sh SEE ALSO
163.Xr arc4random 3 , 161.Xr arc4random 3 ,
164.Xr rand 3 , 162.Xr rand 3 ,
165.Xr random 3 163.Xr random 3
164.Sh AUTHORS
165Martin Birgmeier