Commit 0520c252 by Dwight Engen Committed by Stéphane Graber

point user to updated man page in template boilerplate

parent 015f0dd7
...@@ -1170,7 +1170,7 @@ static bool prepend_lxc_header(char *path, const char *t, char *const argv[]) ...@@ -1170,7 +1170,7 @@ static bool prepend_lxc_header(char *path, const char *t, char *const argv[])
fprintf(f, "%02x", md_value[i]); fprintf(f, "%02x", md_value[i]);
fprintf(f, "\n"); fprintf(f, "\n");
#endif #endif
fprintf(f, "# For additional config options, please look at lxc.conf(5)\n"); fprintf(f, "# For additional config options, please look at lxc.container.conf(5)\n");
if (fwrite(contents, 1, flen, f) != flen) { if (fwrite(contents, 1, flen, f) != flen) {
SYSERROR("Writing original contents"); SYSERROR("Writing original contents");
free(contents); free(contents);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment