summaryrefslogtreecommitdiffstats
path: root/share/man/man3
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 /share/man/man3
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 'share/man/man3')
-rw-r--r--share/man/man3/tree.37
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3
index b5c3758a16e..ead02eafb3a 100644
--- a/share/man/man3/tree.3
+++ b/share/man/man3/tree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tree.3,v 1.25 2013/08/14 06:32:31 jmc Exp $
+.\" $OpenBSD: tree.3,v 1.26 2014/09/08 01:27:55 schwarze Exp $
.\"/*
.\" * Copyright 2002 Niels Provos <provos@citi.umich.edu>
.\" * All rights reserved.
@@ -23,7 +23,7 @@
.\" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" */
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt TREE 3
.Os
.Sh NAME
@@ -573,4 +573,5 @@ for (var = SPLAY_MIN(NAME, &head); var != NULL; var = nxt) {
}
.Ed
.Sh AUTHORS
-The author of the tree macros is Niels Provos.
+The author of the tree macros is
+.An Niels Provos .