I ran "make distcheck" and noticed these changes
in generated-and-version-controlled files:
* docs/examples/examples.xml: Regenerate, now that *.c file
names are sorted.
Signed-off-by: Jim Meyering <meyering(a)redhat.com>
---
docs/examples/.cvsignore | 2 +-
docs/examples/examples.xml | 50 ++++++++++++++++++++++----------------------
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/docs/examples/.cvsignore b/docs/examples/.cvsignore
index aa743cb..5f0e251 100644
--- a/docs/examples/.cvsignore
+++ b/docs/examples/.cvsignore
@@ -3,5 +3,5 @@ Makefile.in
Makefile
.deps
.libs
-suspend
info1
+suspend
diff --git a/docs/examples/examples.xml b/docs/examples/examples.xml
index af7d4b9..5e54567 100644
--- a/docs/examples/examples.xml
+++ b/docs/examples/examples.xml
@@ -1,4 +1,23 @@
<examples>
+ <example filename='info1.c'>
+ <synopsis>Extract informations about Xen domain 0</synopsis>
+ <purpose>Demonstrate the basic use of the library to connect to the hypervisor
and extract domain informations.</purpose>
+ <usage>info1</usage>
+ <test>info1</test>
+ <author>Daniel Veillard</author>
+ <copy>see Copyright for the status of this software. </copy>
+ <section>Informations</section>
+ <includes>
+ </includes>
+ <uses>
+ <function line='43' file='libvirt'
name='virDomainGetInfo'/>
+ <function line='53' file='libvirt'
name='virDomainFree'/>
+ <function line='36' file='libvirt'
name='virDomainLookupByID'/>
+ <function line='55' file='libvirt'
name='virConnectClose'/>
+ <struct line='25' file='libvirt'
name='virDomainInfo'/>
+ <function line='29' file='libvirt'
name='virConnectOpenReadOnly'/>
+ </uses>
+ </example>
<example filename='suspend.c'>
<synopsis>Suspend a domain and then resume its execution</synopsis>
<purpose>Demonstrate the basic use of the library to suspend and resume a
domain. If no id is given on the command line this script will suspend and resume the
first domain found which is not Domain 0.</purpose>
@@ -21,52 +40,33 @@
<function line='100' file='libvirt'
name='virConnectOpenReadOnly'/>
</uses>
</example>
- <example filename='info1.c'>
- <synopsis>Extract informations about Xen domain 0</synopsis>
- <purpose>Demonstrate the basic use of the library to connect to the hypervisor
and extract domain informations.</purpose>
- <usage>info1</usage>
- <test>info1</test>
- <author>Daniel Veillard</author>
- <copy>see Copyright for the status of this software. </copy>
- <section>Informations</section>
- <includes>
- </includes>
- <uses>
- <function line='43' file='libvirt'
name='virDomainGetInfo'/>
- <function line='53' file='libvirt'
name='virDomainFree'/>
- <function line='36' file='libvirt'
name='virDomainLookupByID'/>
- <function line='55' file='libvirt'
name='virConnectClose'/>
- <struct line='25' file='libvirt'
name='virDomainInfo'/>
- <function line='29' file='libvirt'
name='virConnectOpenReadOnly'/>
- </uses>
- </example>
<symbols>
<symbol name='virConnectClose'>
- <ref filename='suspend.c'/>
<ref filename='info1.c'/>
+ <ref filename='suspend.c'/>
</symbol>
<symbol name='virConnectListDomains'>
<ref filename='suspend.c'/>
</symbol>
<symbol name='virConnectOpenReadOnly'>
- <ref filename='suspend.c'/>
<ref filename='info1.c'/>
+ <ref filename='suspend.c'/>
</symbol>
<symbol name='virDomainFree'>
- <ref filename='suspend.c'/>
<ref filename='info1.c'/>
+ <ref filename='suspend.c'/>
</symbol>
<symbol name='virDomainGetInfo'>
- <ref filename='suspend.c'/>
<ref filename='info1.c'/>
+ <ref filename='suspend.c'/>
</symbol>
<symbol name='virDomainInfo'>
- <ref filename='suspend.c'/>
<ref filename='info1.c'/>
+ <ref filename='suspend.c'/>
</symbol>
<symbol name='virDomainLookupByID'>
- <ref filename='suspend.c'/>
<ref filename='info1.c'/>
+ <ref filename='suspend.c'/>
</symbol>
<symbol name='virDomainResume'>
<ref filename='suspend.c'/>
--
1.5.4.rc1.11.gd2f82