diff options
-rw-r--r-- | share/man/man3/tree.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index 9d3c04c5e44..3042ce573e4 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tree.3,v 1.28 2016/03/14 22:39:23 jmc Exp $ +.\" $OpenBSD: tree.3,v 1.29 2017/07/24 17:06:03 jca 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: March 14 2016 $ +.Dd $Mdocdate: July 24 2017 $ .Dt SPLAY_INIT 3 .Os .Sh NAME @@ -529,7 +529,7 @@ print_tree(struct node *n) } int -main() +main(void) { int i; struct node *n; |