]> git.ozlabs.org Git - ccan/blobdiff - ccan/daemon-with-notify/_info
can't use C comments in C comments - DUH
[ccan] / ccan / daemon-with-notify / _info
index c556920535ade95318d83c7b5d32d4c28f3aa612..701ca613c61344b753fc4a57179e87b0337bcd70 100644 (file)
@@ -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);
  *     }
  *