Module Name: src
Committed By: wiz
Date: Fri May 24 21:32:06 UTC 2019
Modified Files:
src/share/man/man3: tree.3
Log Message:
Remove empty line.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man3/tree.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/tree.3
diff -u src/share/man/man3/tree.3:1.13 src/share/man/man3/tree.3:1.14
--- src/share/man/man3/tree.3:1.13 Fri May 24 15:50:59 2019
+++ src/share/man/man3/tree.3 Fri May 24 21:32:05 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: tree.3,v 1.13 2019/05/24 15:50:59 ryoon Exp $
+.\" $NetBSD: tree.3,v 1.14 2019/05/24 21:32:05 wiz Exp $
.\" $OpenBSD: tree.3,v 1.23 2011/07/09 08:43:01 jmc Exp $
.\"/*
.\" * Copyright 2002 Niels Provos <[email protected]>
@@ -605,7 +605,6 @@ for (var = SPLAY_MIN(NAME, &head); var !
.\"to indicate an error.
.Sh SEE ALSO
.Xr rbtree 3
-
.Sh AUTHORS
The author of the tree macros is
.An Niels Provos .