Remove empty line.

This commit is contained in:
wiz 2019-05-24 21:32:05 +00:00
parent 167d213735
commit 72202f4a79
1 changed files with 1 additions and 2 deletions

View File

@ -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 <provos@citi.umich.edu>
@ -605,7 +605,6 @@ for (var = SPLAY_MIN(NAME, &head); var != NULL; var = nxt) {
.\"to indicate an error.
.Sh SEE ALSO
.Xr rbtree 3
.Sh AUTHORS
The author of the tree macros is
.An Niels Provos .