Hi Ged, On Fri, Mar 28, 2025 at 01:55:11PM +0000, G.W. Haywood wrote: > Hi there, > > In the document at > > https://netfilter.org/projects/libnetfilter_queue/doxygen/html/group__tcp.html#ga66fd94158867c63be8e4104d84050ac4 > > 1. At the top of the page it mentions a diagram, but I don't see anything > in my browsers. Have I missed something? No, the diagram is not there because the system where the document was built did not have the *graphviz* package installed. Graphviz supplies the `dot` utility which doxygen uses to create diagrams. In the absence of graphviz, the "Collaboration diagram..." line should not be there. This was a build issue, now fixed but not yet released. If you're keen to see the diagram, you could email the webmaster requesting a rebuild with graphviz installed. > > 2. Each section covering a function mentions the function name three times. > > Except in the section for the function > > nfq_tcp_snprintf > > which at the third attempt actually calls it > > nfq_pkt_snprintf_tcp_hdr > > and which had me confused for a while. > > 3. It also spells "human" as "humnan". :/ 2. & 3. are actually on the same line. It's been like that forever - I've submitted a patch to fix (and nfq_udp_snprintf, same fixes). > Cheers ... Duncan.