]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix lxc-checkpoint and lxc-restart sgml labels
authorRob Landley <rlandley@parallels.com>
Thu, 17 Feb 2011 09:07:44 +0000 (10:07 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 17 Feb 2011 09:07:44 +0000 (10:07 +0100)
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>
doc/lxc-checkpoint.sgml.in
doc/lxc-restart.sgml.in

index 3b27dd20b4e2539fb56f10b523b5ab60d1807b13..bf0efd98c5444bada1e38ce1a21181942a3fd4a0 100644 (file)
@@ -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>
index 7dc0b74528808c5608cf640b91dac2ca899407bc..eb556d9cca0ef68d803cd4abb152c8ef054c7289 100644 (file)
@@ -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>