]> 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>
Tue, 3 Jun 2014 15:11:42 +0000 (11:11 -0400)
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.c

index 8e611c7d38a56ee1c24c6804c5d6d051385c6a5c..ac6de623332345e006356990596ca5231174669c 100644 (file)
@@ -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, "\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);