]> git.ozlabs.org Git - ccan/blobdiff - ccan/str_talloc/_info.c
Fix examples (they all compile now), and init parent list in list
[ccan] / ccan / str_talloc / _info.c
index 3186b2bacbc68e70e09536d06ca910ce841ba6cf..aaf9d996d0f5553ef5fc554a44bd39631e5e2055 100644 (file)
@@ -10,9 +10,9 @@
  * string utilities in "str.h".
  *
  * Example:
- *     #include "str_talloc/str_talloc.h"
- *     #include "talloc/talloc.h"
- *     #include "grab_file/grab_file.h"
+ *     #include <ccan/str_talloc/str_talloc.h>
+ *     #include <ccan/talloc/talloc.h>
+ *     #include <ccan/grab_file/grab_file.h>
  *     #include <err.h>
  *     
  *     // Dumb demo program to double-linespace a file.