summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-09-10 13:44:19 +0000
committerschwarze <schwarze@openbsd.org>2015-09-10 13:44:19 +0000
commitd9e149c04a9bb6c71305ff4805ba951f3ead48f4 (patch)
tree5270103c0a51dd77860de5b2430891d586be39e3 /lib/libc
parentUnbreak ftp(1) after tls_read()/tls_write() change. (diff)
downloadwireguard-openbsd-d9e149c04a9bb6c71305ff4805ba951f3ead48f4.tar.xz
wireguard-openbsd-d9e149c04a9bb6c71305ff4805ba951f3ead48f4.zip
missing commas at the end of .Nm lines in the NAME section
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/rand48.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3
index a7c7fe33934..20be03fc76e 100644
--- a/lib/libc/stdlib/rand48.3
+++ b/lib/libc/stdlib/rand48.3
@@ -9,9 +9,9 @@
.\" 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.18 2014/12/09 21:55:39 jmc Exp $
+.\" $OpenBSD: rand48.3,v 1.19 2015/09/10 13:44:19 schwarze Exp $
.\"
-.Dd $Mdocdate: December 9 2014 $
+.Dd $Mdocdate: September 10 2015 $
.Dt RAND48 3
.Os
.Sh NAME
@@ -25,7 +25,7 @@
.Nm srand48_deterministic ,
.Nm seed48 ,
.Nm seed48_deterministic ,
-.Nm lcong48
+.Nm lcong48 ,
.Nm lcong48_deterministic
.Nd pseudo-random number generators and initialization routines
.Sh SYNOPSIS