Updated author information and revision history.

This commit is contained in:
T. Kurt Bond
2025-01-29 13:09:13 -05:00
parent 7df83e6db7
commit 5a3eccb7ee

View File

@@ -9,6 +9,7 @@
<article id="index"> <article id="index">
<articleinfo> <articleinfo>
<title> NCURSES Programming HOWTO </title> <title> NCURSES Programming HOWTO </title>
<authorgroup>
<author> <author>
<firstname> Pradeep </firstname> <firstname> Pradeep </firstname>
<surname> Padala </surname> <surname> Padala </surname>
@@ -16,8 +17,27 @@
<address><email>ppadala@gmail.com</email></address> <address><email>ppadala@gmail.com</email></address>
</affiliation> </affiliation>
</author> </author>
<othercredit>
<firstname>T.</firstname>
<othername>Kurt</othername>
<surname>Bond</surname>
<contrib>Changed C example programs to compile with present day C
compilers.</contrib>
</othercredit>
</authorgroup>
<revhistory> <revhistory>
<revision>
<revnumber>1.10</revnumber>
<date>2025-01-29</date>
<authorinitials>tkb</authorinitials>
<revremark>The C example programs have been changed to compile
with present day GCC and Clang compilers by adding the required
headers and other minor changes.</revremark>
</revision>
<revision> <revision>
<revnumber>1.9</revnumber> <revnumber>1.9</revnumber>
<date>2005-06-20</date> <date>2005-06-20</date>
@@ -114,7 +134,7 @@
</revision> </revision>
</revhistory> </revhistory>
<pubdate>v1.9, 2005-06-20</pubdate> <pubdate>v1.10, 2025-01-29</pubdate>
<abstract> <abstract>
<para> <para>
<emphasis> <emphasis>