]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
point user to updated man page in template boilerplate
authorDwight Engen <dwight.engen@oracle.com>
Tue, 27 May 2014 19:30:10 +0000 (15:30 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 4 Jun 2014 14:58:11 +0000 (10:58 -0400)
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.c

index 8296514ebe4e1a35715c2d71a65c8fa0b90b663c..eb3366b6f85c6b5a8f6955105e1a730747756ca5 100644 (file)
@@ -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);