diff options
author | 2014-04-07 17:57:56 +0000 | |
---|---|---|
committer | 2014-04-07 17:57:56 +0000 | |
commit | 65612907eba647129f63eb366b6e483ff3d19daa (patch) | |
tree | 7036818634658ab35c0c841672325e1d866c4c13 /lib/libc/stdlib/rand.3 | |
parent | Accept arbitrary argument delimiters for various roff(7) escape sequences. (diff) | |
download | wireguard-openbsd-65612907eba647129f63eb366b6e483ff3d19daa.tar.xz wireguard-openbsd-65612907eba647129f63eb366b6e483ff3d19daa.zip |
Add some missing names to the NAME sections.
For inet(3), go the other way, remove some bogus symlinks.
Found while testing the new makewhatis(8).
ok jmc@
Diffstat (limited to 'lib/libc/stdlib/rand.3')
-rw-r--r-- | lib/libc/stdlib/rand.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index a9fc343b664..75395976f8f 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -29,13 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.14 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: rand.3,v 1.15 2014/04/07 17:57:56 schwarze Exp $ .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: April 7 2014 $ .Dt RAND 3 .Os .Sh NAME .Nm rand , +.Nm rand_r , .Nm srand .Nd bad random number generator .Sh SYNOPSIS |