diff --git a/ase/doc/ase-en.man b/ase/doc/ase-en.man index 3897b246..629294df 100644 --- a/ase/doc/ase-en.man +++ b/ase/doc/ase-en.man @@ -2,9 +2,9 @@ = ASE = -ASE is a programming library implementing various programming languages for embedding purposes. The library is developed in the C programming language and provides the JNI binding to JAVA and the COM interface. +ASE is a programming library implementing various programming languages and text utilities for embedding purposes. The library is developed in the C programming language and provides the JNI binding to JAVA and the COM interface. -(Warning: This page has been created for the test purpose prior to proper release and the contents can be changed anytime without prior notice.) +(Warning: This page is only for the test purpose prior to proper release and the contents can be changed anytime without prior notice.) == Download == diff --git a/ase/rel/doc.awk b/ase/rel/doc.awk index e5ac87f3..2c60f21e 100644 --- a/ase/rel/doc.awk +++ b/ase/rel/doc.awk @@ -1,5 +1,5 @@ /* - * $Id: doc.awk,v 1.10 2007-02-05 14:35:10 bacon Exp $ + * $Id: doc.awk,v 1.11 2007-02-17 14:22:03 bacon Exp $ * * {License} */ @@ -121,7 +121,7 @@ header && !/^\.[[:alpha:]]+[[:space:]]/ { para_started = 0; } text=substr($0, 5, length($0)-8); - print ""; + print "

" text "

"; } else if (/^\{\{\{$/) {