diff options
author | 2001-08-06 10:42:25 +0000 | |
---|---|---|
committer | 2001-08-06 10:42:25 +0000 | |
commit | ea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch) | |
tree | b54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libc/stdlib/rand48.3 | |
parent | o) add BSDI macro (.Bsx); (diff) | |
download | wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.zip |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libc/stdlib/rand48.3')
-rw-r--r-- | lib/libc/stdlib/rand48.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index 886e5273d9e..31a4fdf4ddb 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,7 +9,7 @@ .\" 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.7 2000/04/20 13:50:02 aaron Exp $ +.\" $OpenBSD: rand48.3,v 1.8 2001/08/06 10:42:26 mpech Exp $ .\" .Dd October 8, 1993 .Dt RAND48 3 @@ -157,7 +157,7 @@ generator calls. .Pp For a more powerful random number generator, see .Xr random 3 -.Sh AUTHOR +.Sh AUTHORS Martin Birgmeier .Sh SEE ALSO .Xr arc4random 3 , |