[lxc-devel] [PATCH 1/1] snapshots: add man page and fix up help info a bit.

2013-09-12 Thread Serge Hallyn
Signed-off-by: Serge Hallyn --- configure.ac | 1 + doc/Makefile.am | 1 + doc/lxc-snapshot.sgml.in | 152 +++ src/lxc/lxc_snapshot.c | 7 ++- 4 files changed, 158 insertions(+), 3 deletions(-) create mode 100644 doc/lxc-sn

Re: [lxc-devel] [PATCH 1/1] snapshots: add man page and fix up help info a bit.

2013-09-12 Thread Stéphane Graber
On Thu, Sep 12, 2013 at 03:08:26PM -0500, Serge Hallyn wrote: Awesome, I noticed it was missing when going through lintian output this morning and added it to my TODO for later this cycle, glad I won't have to do it myself then :) Acked-by: Stéphane Graber > Signed-off-by: Serge Hallyn > --- >