[teklib-general] teklib: minor corrections

Timm S. Mueller tmueller at neoscientists.org
Mon Apr 7 15:36:26 CEST 2008


details:   http://hg.teklib.org/teklib/rev/a29cd518cbe9
changeset: 174:a29cd518cbe9
user:      Timm S. Mueller <tmueller at neoscientists.org>
date:      Mon Apr 07 15:36:08 2008 +0200
description:
minor corrections

diffs (74 lines):

diff -r 7d2812edd18a -r a29cd518cbe9 COPYRIGHT
--- a/COPYRIGHT	Mon Apr 07 14:52:37 2008 +0200
+++ b/COPYRIGHT	Mon Apr 07 15:36:08 2008 +0200
@@ -1,5 +1,5 @@
 
-== Copyright ==
+= Copyright =
 
 TEKlib is free software: it can be used for both academic and commercial
 purposes at absolutely no cost. There are no royalties or GNU-like
diff -r 7d2812edd18a -r a29cd518cbe9 doc/html/copyright.html
--- a/doc/html/copyright.html	Mon Apr 07 14:52:37 2008 +0200
+++ b/doc/html/copyright.html	Mon Apr 07 15:36:08 2008 +0200
@@ -7,9 +7,9 @@
 		<link rel="stylesheet" href="manual.css" />
 	</head>
 	<body>
-		<h2>
+		<h1>
 			Copyright
-		</h2>
+		</h1>
 		<p>
 			TEKlib is free software: it can be used for both academic and commercial
 			purposes at absolutely no cost. There are no royalties or GNU-like
diff -r 7d2812edd18a -r a29cd518cbe9 doc/html/teklib.html
--- a/doc/html/teklib.html	Mon Apr 07 14:52:37 2008 +0200
+++ b/doc/html/teklib.html	Mon Apr 07 15:36:08 2008 +0200
@@ -15,7 +15,7 @@
 			<p>
 				The majority of TEKlib's functionality is located in shared modules.
 				The link libraries provide functions to operate on elementary
-				datatypes such as <a href="#Lists">Lists</a>, <a href="#Tagitems">Tagitems</a>, and they help to ease the
+				datatypes such as <a href="#Lists">Lists</a> and <a href="#Tagitems">Tagitems</a>, and they help to ease the
 				<a href="#Setup">Setup</a> of applications and modules.
 			</p>
 			<table>
@@ -72,12 +72,6 @@
 						entrypoint for applications on platforms on which TEKlib constitutes
 						the operating system. This is the case on the Playstation 2
 						architecture, for example.
-					</li>
-					<li>
-						<code>tekwmain</code> -
-						Same as tekcmain, but <code>WinMain()</code> is resolved instead of
-						<code>main()</code>. This is a special flavour for windowed applications
-						on the Windows platform.
 					</li>
 				</ul>
 			</blockquote>
diff -r 7d2812edd18a -r a29cd518cbe9 doc/text/teklib.txt
--- a/doc/text/teklib.txt	Mon Apr 07 14:52:37 2008 +0200
+++ b/doc/text/teklib.txt	Mon Apr 07 15:36:08 2008 +0200
@@ -7,7 +7,7 @@
 
 The majority of TEKlib's functionality is located in shared modules.
 The link libraries provide functions to operate on elementary
-datatypes such as [[#Lists]], [[#Tagitems]], and they help to ease the
+datatypes such as [[#Lists]] and [[#Tagitems]], and they help to ease the
 [[#Setup]] of applications and modules.
 
 	[[#Setup]]               || Setup of applications and modules
@@ -35,11 +35,6 @@ datatypes such as [[#Lists]], [[#Tagitem
 	entrypoint for applications on platforms on which TEKlib constitutes
 	the operating system. This is the case on the Playstation 2
 	architecture, for example.
-
-	* {{tekwmain}} -
-	Same as tekcmain, but {{WinMain()}} is resolved instead of
-	{{main()}}. This is a special flavour for windowed applications
-	on the Windows platform.
 
 ==( Setup )==
 


More information about the teklib-general mailing list