X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fdaemon-with-notify%2F_info;h=701ca613c61344b753fc4a57179e87b0337bcd70;hp=c556920535ade95318d83c7b5d32d4c28f3aa612;hb=9dc47071c09801f26262405fed627b019328c967;hpb=91f2ced8abbffdb0466989d2593e8b37107d57f4 diff --git a/ccan/daemon-with-notify/_info b/ccan/daemon-with-notify/_info index c5569205..701ca613 100644 --- a/ccan/daemon-with-notify/_info +++ b/ccan/daemon-with-notify/_info @@ -37,9 +37,9 @@ * } else * usage(argv[1]); * } - * sleep(10); /* do some init here */ + * sleep(10); // do some init here * daemon_is_ready(); - * sleep(20); /* will be done in child, detached from parent */ + * sleep(20); // will be done in child, detached from parent * exit(0); * } *