aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rlandley@parallels.com>2011-02-17 10:07:44 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-02-17 10:07:44 +0100
commita3e80ccc743c3fe3dc4eecd4da31004eba5924f7 (patch)
tree517c85b90544bdefd191b6b7b348c3e5bbae4414
parentSimplify broadcast computation (diff)
downloadlxc-a3e80ccc743c3fe3dc4eecd4da31004eba5924f7.tar.gz
lxc-a3e80ccc743c3fe3dc4eecd4da31004eba5924f7.tar.bz2
lxc-a3e80ccc743c3fe3dc4eecd4da31004eba5924f7.zip
fix lxc-checkpoint and lxc-restart sgml labels
The patch fixes two build breaks in the sgml files: lxc-checkpoint.sgml.in Element Title in namespace '' encountered in refsect1, but no template matches. lxc-restart.sgml:58: parser error : AttValue: " or ' expected <arg choice=req><option>--name=<replaceable>NAME</replaceable></option></a Signed-off-by: Rob Landley <rlandley@parallels.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r--doc/lxc-checkpoint.sgml.in2
-rw-r--r--doc/lxc-restart.sgml.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/lxc-checkpoint.sgml.in b/doc/lxc-checkpoint.sgml.in
index 3b27dd2..bf0efd9 100644
--- a/doc/lxc-checkpoint.sgml.in
+++ b/doc/lxc-checkpoint.sgml.in
@@ -165,7 +165,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</refsect1>
<refsect1>
- <Title>Notes</Title>
+ <title>Notes</title>
<para>Actually, this command does not operate. Its description
helps to define a CLI api for future Checkpoint / Restart
solution</para>
diff --git a/doc/lxc-restart.sgml.in b/doc/lxc-restart.sgml.in
index 7dc0b74..eb556d9 100644
--- a/doc/lxc-restart.sgml.in
+++ b/doc/lxc-restart.sgml.in
@@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
config_file</optional><optional>-s KEY=VAL</optional>
--statefile=<replaceable>FILE</replaceable>
--statefd=<replaceable>FD</replaceable></command>
- <arg choice=req><option>--name=<replaceable>NAME</replaceable></option></arg>
+ <arg choice="req"><option>--name=<replaceable>NAME</replaceable></option></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -177,7 +177,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</refsect1>
<refsect1>
- <Title>Notes</Title>
+ <title>Notes</title>
<para>Actually, this command does not operate. Its description
helps to define a CLI api for future Checkpoint / Restart
solution</para>