[lxc-devel] [PATCH] point user to updated man page in template boilerplate

Serge Hallyn serge.hallyn at ubuntu.com
Tue May 27 22:12:42 UTC 2014


Quoting Dwight Engen (dwight.engen at oracle.com):
> Signed-off-by: Dwight Engen <dwight.engen at oracle.com>

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

> ---
>  src/lxc/lxccontainer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c
> index 8e611c7..ac6de62 100644
> --- a/src/lxc/lxccontainer.c
> +++ b/src/lxc/lxccontainer.c
> @@ -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);
> -- 
> 1.9.0
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel


More information about the lxc-devel mailing list