X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Fstr%2F_info;h=cb81c9e19df33a64eb0e6323810d3d3129d9ff7e;hp=6fd94dc5654093d3dc909f7175791784f70b9fd4;hb=a7b28fafda0e5c119a2507ef2fd0d5b620cdb892;hpb=cbb99113cd42e631934221dcf27093906e19a463 diff --git a/ccan/tal/str/_info b/ccan/tal/str/_info index 6fd94dc5..cb81c9e1 100644 --- a/ccan/tal/str/_info +++ b/ccan/tal/str/_info @@ -11,7 +11,7 @@ * * Example: * #include - * #include + * #include * #include * * // Dumb demo program to double-linespace a file. @@ -21,7 +21,7 @@ * char **lines; * * // Grab lines in file. - * textfile = grab_file(NULL, argv[1], NULL); + * textfile = grab_file(NULL, argv[1]); * if (!textfile) * err(1, "Failed reading %s", argv[1]); * lines = tal_strsplit(textfile, textfile, "\n", STR_EMPTY_OK);