From: Dwight Engen Date: Tue, 27 May 2014 19:30:10 +0000 (-0400) Subject: point user to updated man page in template boilerplate X-Git-Tag: lxc-1.0.4~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c244686536d4461f5cf72086068d3e22c35bd05;p=thirdparty%2Flxc.git point user to updated man page in template boilerplate Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 8296514eb..eb3366b6f 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -1177,7 +1177,7 @@ static bool prepend_lxc_header(char *path, const char *t, char *const argv[]) fprintf(f, "%02x", md_value[i]); fprintf(f, "\n"); #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) { SYSERROR("Writing original contents"); free(contents);