On Mon, Aug 29, 2016 at 03:50:05AM +0000, David A. Holland wrote: > Module Name: src > Committed By: dholland > Date: Mon Aug 29 03:50:05 UTC 2016 > > Modified Files: > src/share/man/man3: rbtree.3 > > Log Message: > Clarify the usage, so hopefully nobody else makes the set of wrong > assumptions I just did.
I would inverse the second chunk, i.e. "All parts of the rbtree interface take pointers to the user node type, not pointers to the rb_node_t member." or something like that. Joerg