From: utzoo!decvax!cca!gwyn@Brl@sri-unix Newsgroups: net.unix-wizards Title: tsearch(3C) doc bug? Article-I.D.: sri-unix.4142 Posted: Tue Nov 16 20:55:35 1982 Received: Thu Nov 18 05:26:04 1982 From: Doug Gwyn 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}?