summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2015-09-10 13:44:19 +0000
committerschwarze <>2015-09-10 13:44:19 +0000
commitab2810e051593e20731a331b35004bd3e9b1ac90 (patch)
treef439bee9d0ecc9a35c79f239d2feae4700240f87
parent54245b5c252e86d2dd575e8a6acf19603bfc23cb (diff)
downloadopenbsd-ab2810e051593e20731a331b35004bd3e9b1ac90.tar.gz
openbsd-ab2810e051593e20731a331b35004bd3e9b1ac90.tar.bz2
openbsd-ab2810e051593e20731a331b35004bd3e9b1ac90.zip
missing commas at the end of .Nm lines in the NAME section
-rw-r--r--src/lib/libc/stdlib/rand48.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3
index a7c7fe3393..20be03fc76 100644
--- a/src/lib/libc/stdlib/rand48.3
+++ b/src/lib/libc/stdlib/rand48.3
@@ -9,9 +9,9 @@
9.\" of any kind. I shall in no event be liable for anything that happens 9.\" of any kind. I shall in no event be liable for anything that happens
10.\" to anyone/anything when using this software. 10.\" to anyone/anything when using this software.
11.\" 11.\"
12.\" $OpenBSD: rand48.3,v 1.18 2014/12/09 21:55:39 jmc Exp $ 12.\" $OpenBSD: rand48.3,v 1.19 2015/09/10 13:44:19 schwarze Exp $
13.\" 13.\"
14.Dd $Mdocdate: December 9 2014 $ 14.Dd $Mdocdate: September 10 2015 $
15.Dt RAND48 3 15.Dt RAND48 3
16.Os 16.Os
17.Sh NAME 17.Sh NAME
@@ -25,7 +25,7 @@
25.Nm srand48_deterministic , 25.Nm srand48_deterministic ,
26.Nm seed48 , 26.Nm seed48 ,
27.Nm seed48_deterministic , 27.Nm seed48_deterministic ,
28.Nm lcong48 28.Nm lcong48 ,
29.Nm lcong48_deterministic 29.Nm lcong48_deterministic
30.Nd pseudo-random number generators and initialization routines 30.Nd pseudo-random number generators and initialization routines
31.Sh SYNOPSIS 31.Sh SYNOPSIS