summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-09-08 01:27:54 +0000
committerschwarze <schwarze@openbsd.org>2014-09-08 01:27:54 +0000
commit27e959701b64aef8d3ad5b783beab7101402c9c6 (patch)
treed09196ac42a232d934b066479eade39ebbf394db /lib/libc/stdlib
parentFix a syslogd regression when specifying all 20 additional log paths (diff)
downloadwireguard-openbsd-27e959701b64aef8d3ad5b783beab7101402c9c6.tar.xz
wireguard-openbsd-27e959701b64aef8d3ad5b783beab7101402c9c6.zip
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
Diffstat (limited to 'lib/libc/stdlib')
-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 8b7c572fb47..29e72b8c013 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.14 2014/01/21 23:25:03 deraadt Exp $
+.\" $OpenBSD: rand48.3,v 1.15 2014/09/08 01:27:54 schwarze Exp $
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt RAND48 3
.Os
.Sh NAME
@@ -176,4 +176,4 @@ and
functions conform to
.St -p1003.1-2008 .
.Sh AUTHORS
-Martin Birgmeier
+.An Martin Birgmeier