diff options
author | 2015-09-10 13:44:19 +0000 | |
---|---|---|
committer | 2015-09-10 13:44:19 +0000 | |
commit | d9e149c04a9bb6c71305ff4805ba951f3ead48f4 (patch) | |
tree | 5270103c0a51dd77860de5b2430891d586be39e3 /lib/libc/stdlib/rand48.3 | |
parent | Unbreak ftp(1) after tls_read()/tls_write() change. (diff) | |
download | wireguard-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/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 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 |