[tex4ht-commits] [SCM] tex4ht updated: r70 - trunk/lit

karl at gnu.org.ua karl at gnu.org.ua
Fri Dec 24 02:44:17 CET 2010


Author: karl
Date: 2010-12-24 03:44:17 +0200 (Fri, 24 Dec 2010)
New Revision: 70

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-c.tex
   trunk/lit/tex4ht-htcmd.tex
   trunk/lit/tex4ht-t4ht.tex
Log:
avoid a couple instances of win32

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2010-12-23 18:30:35 UTC (rev 69)
+++ trunk/lit/ChangeLog	2010-12-24 01:44:17 UTC (rev 70)
@@ -1,5 +1,9 @@
 2010-12-23  Karl Berry  <karl at gnu.org>
 
+	* tex4ht-c.tex,
+	* tex4ht-t4ht.tex,
+	* tex4ht-htcmd.tex: rewrite some doc uses of "win32".
+
 	* common-info.tex (\CleanComment): lengthy comment about ultimate
 	failure trying to make the info option work with mzlatex.
 

Modified: trunk/lit/tex4ht-c.tex
===================================================================
--- trunk/lit/tex4ht-c.tex	2010-12-23 18:30:35 UTC (rev 69)
+++ trunk/lit/tex4ht-c.tex	2010-12-24 01:44:17 UTC (rev 70)
@@ -226,7 +226,7 @@
 
  A command-line program running in the
 console environment of the operating system (MS-DOS, MS-DOS window
-of Windows 3.1,  WIN32 window in Windows 95/NT,  Unix shell, etc).  
+of Windows 3.1, Unix shell, etc).  
 
 
 \<tex4ht.c\><<< 
@@ -416,7 +416,7 @@
 
 
 
-\SubSection{KPATHSEA WIN32}
+\SubSection{KPATHSEA Windows}
 
 
 
@@ -528,7 +528,7 @@
 #endif
 >>>
 
-Recursive directory search relies on some Win32 API similar to
+Recursive directory search relies on some Windows API similar to
 opendir/readdir  
 
 \<file = search WIN32 subdir (name,str)\><<<
@@ -570,7 +570,7 @@
 the system, so it does nothing but is harmless 
 
 SetConsoleCtrlHandler is need to catch Ctrl+C and Ctrl+Break under
-win32, SIGINT is not generated by the system.
+Windows, SIGINT is not generated by the system.
  
 \<KWIN32 signals\><<<
 SetConsoleCtrlHandler((PHANDLER_ROUTINE)sigint_handler, TRUE);

Modified: trunk/lit/tex4ht-htcmd.tex
===================================================================
--- trunk/lit/tex4ht-htcmd.tex	2010-12-23 18:30:35 UTC (rev 69)
+++ trunk/lit/tex4ht-htcmd.tex	2010-12-24 01:44:17 UTC (rev 70)
@@ -346,7 +346,7 @@
 the system, so it does nothing but is harmless 
 
 SetConsoleCtrlHandler is need to catch Ctrl+C and Ctrl+Break under
-win32, SIGINT is not generated by the system.
+Windows, SIGINT is not generated by the system.
  
 \<KWIN32 signals\><<<
 SetConsoleCtrlHandler((PHANDLER_ROUTINE)sigint_handler, TRUE);

Modified: trunk/lit/tex4ht-t4ht.tex
===================================================================
--- trunk/lit/tex4ht-t4ht.tex	2010-12-23 18:30:35 UTC (rev 69)
+++ trunk/lit/tex4ht-t4ht.tex	2010-12-24 01:44:17 UTC (rev 70)
@@ -4044,7 +4044,7 @@
 the system, so it does nothing but is harmless 
 
 SetConsoleCtrlHandler is need to catch Ctrl+C and Ctrl+Break under
-win32, SIGINT is not generated by the system.
+Windows, SIGINT is not generated by the system.
  
 \<KWIN32 signals\><<<
 SetConsoleCtrlHandler((PHANDLER_ROUTINE)sigint_handler, TRUE);



More information about the tex4ht-commits mailing list