summaryrefslogtreecommitdiffstats
path: root/lib/libc
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
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')
-rw-r--r--lib/libc/stdlib/rand48.36
-rw-r--r--lib/libc/time/strftime.37
-rw-r--r--lib/libc/yp/ypclnt.36
3 files changed, 10 insertions, 9 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
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3
index 02bea149eef..58dbd50c95a 100644
--- a/lib/libc/time/strftime.3
+++ b/lib/libc/time/strftime.3
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $OpenBSD: strftime.3,v 1.32 2014/01/24 09:39:59 schwarze Exp $
+.\" $OpenBSD: strftime.3,v 1.33 2014/09/08 01:27:54 schwarze Exp $
.\"
-.Dd $Mdocdate: January 24 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt STRFTIME 3
.Os
.Sh NAME
@@ -252,7 +252,8 @@ The
function has been available since
.Bx 4.3 Reno .
.Sh AUTHORS
-Keith Bostic implemented the
+.An Keith Bostic
+implemented the
.Bx
version of
.Fn strftime
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3
index 1578a5f8303..8dbbffe13af 100644
--- a/lib/libc/yp/ypclnt.3
+++ b/lib/libc/yp/ypclnt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypclnt.3,v 1.25 2014/07/13 23:25:09 schwarze Exp $
+.\" $OpenBSD: ypclnt.3,v 1.26 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 13 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPCLNT 3
.Os
.Sh NAME
@@ -365,4 +365,4 @@ The client cannot communicate with the YP server process.
.Xr ypbind 8 ,
.Xr ypserv 8
.Sh AUTHORS
-Theo de Raadt
+.An Theo de Raadt