[net.unix-wizards] tsearch

gwyn@Brl@sri-unix (11/17/82)

From:     Doug Gwyn <gwyn@Brl>
Date:     13 Nov 82 21:12:53-EST (Sat)
In USG UNIX 4.1 the manual page for tsearch(3C) says that the second
argument passed to funct() by twalk() is one of
	enum {preorder, postorder, endorder, leaf}.
Shouldn't this read
	enum {preorder, inorder, postorder, leaf}?