2ae6732f6b351ddbd299678fec2c43d02faef5e0 |
|
24-Feb-2016 |
Christian Brauner <christian.brauner@mailbox.org> |
mark lxc-clone & lxc-start-ephemeral as deprecated
- add deprecation not to man pages
- print deprecation info to stderr when the executables are invoked
Signed-off-by: Christian Brauner <christian.brauner@mailbox.org> |
02e5d92b70562457a963f0803f0069053ce3292b |
|
23-Feb-2016 |
Christian Brauner <christian.brauner@mailbox.org> |
update manpages
- add note to lxc-clone manpage that it is superseded by lxc-copy
- add note to lxc-start-ephemeral manpage that it is superseded by lxc-copy
- fix typo in lxc-attach manpage
- fix some of my comments in lxc_ls.c
Signed-off-by: Christian Brauner <christian.brauner@mailbox.org> |
1bc07a5b8dbaef4b6eb6d30a260e9c2153ed368b |
|
04-Jan-2016 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
doc: Improve man pages
* Add long options if not be written
* Remove optional tags in OPTIONS section
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
56e4a18564f8ab3d93c0f2b5f91aa5cff4f171c9 |
|
06-Apr-2015 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
Add the use of 'attach' to lxc-start-ephemeral(1)
Update for commit 8158c05
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
8128cf421081b683bca4610aa2db3e3ed851ab92 |
|
06-Apr-2015 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
doc: Add '--storage-type' option to lxc-start-ephemeral(1)
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
d438f5a0ef0f304917e227405d26aef6e7b30303 |
|
06-Jan-2014 |
Qiang Huang <h.huangqiang@huawei.com> |
lxc-start-ephemeral: fix the man page
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77 |
|
03-Sep-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
licensing: Add missing headers and FSF address
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
7f95145833bb24f54e037f73ecc37444d6635697 |
|
30-Apr-2013 |
Dwight Engen <dwight.engen@oracle.com> |
fix building docs
Commit 69fe23ff added checking for the older docbook2man back into
configure, but this breaks building the docs on at least Oracle Linux and
Fedora when docbook2X is not installed as docbook2man will be found but the
docs don't actually build with that tool.
This change makes it so the docs can be built with either the older
docbook2man or the newer 2X tools by using configure to set the dtd
string to an appropriate value depending on use of docbook2man or
db2x_docbook2man.
Also fixed a small error in lxc-destroy.sgml.in that was noticed
by the old tools.
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> |
4019712d198a7d50b08b326ade17f5ff1666efbb |
|
11-Feb-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
Add missing manpages
This introduces manpages for:
- lxc-checkconfig
- lxc-device
- lxc-info
- lxc-netstat
- lxc-shutdown (wasn't in Makefile)
- lxc-start-ephemeral
- lxc-version
This commit also sorts configure.ac and Makefile.am.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |