*:c++_util/network_adaptor.linux.cpp
 *:c++_util/network_adaptor.unix.cpp
 *:c++_util/udp_waker.cpp
-*:daemon_client/daemon.cpp
 *:io/condor_auth_kerberos.cpp
 *:io/cedar_no_ckpt.cpp
 *:io.std/std_univ_sock.cpp
@@ -45,8 +44,9 @@
 *:daemon_core.V6/daemon_core.cpp - one remains due to GCB
 *:daemon_core.V6/soap_core.cpp - sockaddr_in was used for logging port num
 *:daemon_client/daemon.t.cpp - unused variable
+*:daemon_client/daemon.cpp
 
-{section: job log of collector_engine/hashkey}
+{subsection: job log of collector_engine/hashkey}
 hashkey.h/cpp has sockaddr_in in function definition. But, the implementation does not use it all.
 
 collector_engine.h/cpp has sockaddr_in at collect() and other functions. They just pass sockaddr_in to functions at hashkey.h. Thus, practically nobody uses it.