diff options
author | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-05-28 17:01:45 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-05-28 17:01:45 +0200 |
commit | 9887d6c6c22613ce9c94f15179719212df4c4d8e (patch) | |
tree | 6feb4edf0a07caf8fcdd8de4589d3ad0271fc8ae /doc | |
parent | update lxc-checkpoint / lxc-restart man (diff) | |
download | lxc-9887d6c6c22613ce9c94f15179719212df4c4d8e.tar.gz lxc-9887d6c6c22613ce9c94f15179719212df4c4d8e.tar.bz2 lxc-9887d6c6c22613ce9c94f15179719212df4c4d8e.zip |
update checkpoint / restart man page
Notify the checkpoint / restart commands do nothing for the moment.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc-checkpoint.sgml.in | 9 | ||||
-rw-r--r-- | doc/lxc-restart.sgml.in | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/doc/lxc-checkpoint.sgml.in b/doc/lxc-checkpoint.sgml.in index 94befe6..3b27dd2 100644 --- a/doc/lxc-checkpoint.sgml.in +++ b/doc/lxc-checkpoint.sgml.in @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <refname>lxc-checkpoint</refname> <refpurpose> - checkpoint a running container + checkpoint a running container (not implemented yet) </refpurpose> </refnamediv> @@ -164,6 +164,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </refsect1> + <refsect1> + <Title>Notes</Title> + <para>Actually, this command does not operate. Its description + helps to define a CLI api for future Checkpoint / Restart + solution</para> + </refsect1> + &seealso; <refsect1> diff --git a/doc/lxc-restart.sgml.in b/doc/lxc-restart.sgml.in index 8e95441..7dc0b74 100644 --- a/doc/lxc-restart.sgml.in +++ b/doc/lxc-restart.sgml.in @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <refname>lxc-restart</refname> <refpurpose> - restart a container from a file + restart a container from a file (not implemented yet) </refpurpose> </refnamediv> @@ -176,6 +176,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </refsect1> + <refsect1> + <Title>Notes</Title> + <para>Actually, this command does not operate. Its description + helps to define a CLI api for future Checkpoint / Restart + solution</para> + </refsect1> + &seealso; <refsect1> |