summaryrefslogtreecommitdiff
path: root/share/man/man3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-09-08 01:27:57 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-09-08 01:27:57 +0000
commit89bd03f00e651e86126fd09b39e4867a76f5554e (patch)
treee813750548fb365113ce3c64759a0ab5b7359da9 /share/man/man3
parentdef96861438f6b5048aab1d1b2fed0a861d6b24d (diff)
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 .