--- src/zeroconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/zeroconf.c b/src/zeroconf.c index 652cc1d..f802d68 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -47,7 +47,8 @@ #include "trace.h" #include "exitcode.h" -/* How long shall the background daemon be idle before i terminates itself? */ +/* How long shall the background daemon be idle before it terminates itself? + * (in seconds) */ #define MAX_IDLE_TIME 20 /* Maxium size of host file to load */ -- 1.7.9.5 __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc
