summaryrefslogtreecommitdiff
path: root/test/testdocs/variablelist.001.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdocs/variablelist.001.xml')
-rw-r--r--test/testdocs/variablelist.001.xml25
1 files changed, 22 insertions, 3 deletions
diff --git a/test/testdocs/variablelist.001.xml b/test/testdocs/variablelist.001.xml
index 20b37835..22248bfc 100644
--- a/test/testdocs/variablelist.001.xml
+++ b/test/testdocs/variablelist.001.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<article>
<articleinfo>
<title>Unit Test: variablelist.001</title>
-<releaseinfo role="CVS">$Id$</releaseinfo>
+<releaseinfo role="CVS">$Id: variablelist.001.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
<affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
@@ -61,4 +61,23 @@
</varlistentry>
</variablelist>
+<variablelist>
+<varlistentry>
+<term>errnum :</term>
+<listitem>
+<para>the system error number. See the standard C errno documentation.
+</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term>Returns :</term>
+<listitem>
+<para>a string describing the error code. If the error code is
+unknown, it returns "unknown error (<code>&lt;code&gt;</code>)".
+The string can only be used until the next call to g_strerror().
+</para>
+</listitem>
+</varlistentry>
+</variablelist>
+
</article>