Also corrects wrong indentation in the gnt-instance.sgml file.
---
man/gnt-instance.sgml | 65 ++++++++++++++++++++++++++++--------------------
man/gnt-node.sgml | 8 ++++++
2 files changed, 46 insertions(+), 27 deletions(-)
diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml
index 4bd5442..4f5eb3f 100644
--- a/man/gnt-instance.sgml
+++ b/man/gnt-instance.sgml
@@ -986,33 +986,44 @@ instance5: 11225
to track modifications</simpara>
</listitem>
</varlistentry>
- <varlistentry>
- <term>ctime</term>
- <listitem>
- <para>
- the creation time of the instance; note that this
- field contains spaces and as such it's harder to parse
- </para>
- <para>
- if this attribute is not present (e.g. when upgrading
- from older versions), then "N/A" will be shown instead
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>mtime</term>
- <listitem>
- <para>
- the last modification time of the instance; note that
- this field contains spaces and as such it's harder to
- parse
- </para>
- <para>
- if this attribute is not present (e.g. when upgrading
- from older versions), then "N/A" will be shown instead
- </para>
- </listitem>
- </varlistentry>
+ <varlistentry>
+ <term>ctime</term>
+ <listitem>
+ <para>
+ the creation time of the instance; note that this
+ field contains spaces and as such it's harder to
+ parse
+ </para>
+ <para>
+ if this attribute is not present (e.g. when
+ upgrading from older versions), then "N/A" will be
+ shown instead
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>mtime</term>
+ <listitem>
+ <para>
+ the last modification time of the instance; note
+ that this field contains spaces and as such it's
+ harder to parse
+ </para>
+ <para>
+ if this attribute is not present (e.g. when
+ upgrading from older versions), then "N/A" will be
+ shown instead
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>uuid</term>
+ <listitem>
+ <simpara>Show the UUID of the instance (generated
+ automatically by Ganeti)</simpara>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term>network_port</term>
diff --git a/man/gnt-node.sgml b/man/gnt-node.sgml
index d60810e..836fc5d 100644
--- a/man/gnt-node.sgml
+++ b/man/gnt-node.sgml
@@ -412,6 +412,14 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term>uuid</term>
+ <listitem>
+ <simpara>Show the UUID of the node (generated
+ automatically by Ganeti)</simpara>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>ctotal</term>
<listitem>
<simpara>the toal number of logical processors</simpara>
--
1.6.3.3