diff options
author | 2015-11-10 23:48:17 +0000 | |
---|---|---|
committer | 2015-11-10 23:48:17 +0000 | |
commit | d04ba2cc13092d56f44a5a662aee6f1effe0193d (patch) | |
tree | 115bd96020a145b8a3a4a5e3a301fee6df77b40f /lib/libc/stdlib/rand48.3 | |
parent | sync (diff) | |
download | wireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.tar.xz wireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.zip |
update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function;
feedback/ok 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 20be03fc76e..cc54d9174c7 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,10 +9,10 @@ .\" 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.19 2015/09/10 13:44:19 schwarze Exp $ +.\" $OpenBSD: rand48.3,v 1.20 2015/11/10 23:48:18 jmc Exp $ .\" -.Dd $Mdocdate: September 10 2015 $ -.Dt RAND48 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt DRAND48 3 .Os .Sh NAME .Nm drand48 , |