Added note that this file is currently out of date and a link to the

1998-07-21  Martin Baulig  <martin@home-of-linux.org>

	* gnome-hackers.sgml: Added note that this file is
	currently out of date and a link to the documentation
	of the table () function.
This commit is contained in:
Martin Baulig
1998-07-21 21:05:57 +00:00
committed by Martin Baulig
parent a129a83c45
commit 5a1fa089f3
2 changed files with 32 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
1998-07-21 Martin Baulig <martin@home-of-linux.org> 1998-07-21 Martin Baulig <martin@home-of-linux.org>
* gnome-hackers.sgml: Added note that this file is
currently out of date and a link to the documentation
of the table () function.
* table.sgml: New file - basic documentation for the * table.sgml: New file - basic documentation for the
table () system call. table () system call.

View File

@@ -2,6 +2,7 @@
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity libgtopConf.sh SYSTEM "../libgtopConf.sh" > <!entity libgtopConf.sh SYSTEM "../libgtopConf.sh" >
<!entity home-of-linux "http://www.home-of-linux.org/">
]> ]>
<book> <book>
<bookinfo> <bookinfo>
@@ -51,6 +52,8 @@
</legalnotice> </legalnotice>
<abstract> <abstract>
<para>
<literal>$Id$</literal>
<para> <para>
This is a short introduction in how to use This is a short introduction in how to use
@@ -59,6 +62,24 @@
takes and the information stored in the automatically generated takes and the information stored in the automatically generated
<filename>libgtopConf.sh</filename> configuration script. <filename>libgtopConf.sh</filename> configuration script.
<note>
<para>
This document is currently out of date.
</note>
<note>
<para>
Documentation about the new <function>table ()</function>
function can be found here:
<itemizedlist>
<listitem><para>
<ulink url="&home-of-linux;kernel/table/">
&home-of-linux;kernel/table/
</ulink>
</itemizedlist>
</note>
</abstract> </abstract>
</bookinfo> </bookinfo>
@@ -391,3 +412,10 @@
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
End:
-->