]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Oct 2003 21:53:28 +0000 (21:53 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Oct 2003 21:53:28 +0000 (21:53 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2576 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/funcref.sgml

index 75e3a2782384a181bd0b41dbc818405e0d320b13..8e2470e1fab069e10e04e57a5ada7e8722afc321 100644 (file)
@@ -319,7 +319,7 @@ function.
 
 
 <sect1><tt/time.h/<label id="time.h"><p>
-                           
+
 <!--
 <itemize>
 <item><ref id="_systime" name="_systime">
@@ -332,7 +332,7 @@ function.
 <item><ref id="strftime" name="strftime">
 <item><ref id="time" name="time">
 </itemize>
--->    
+-->
 
 
 <sect1><tt/unistd.h/<label id="unistd.h"><p>
@@ -1754,7 +1754,7 @@ fastcall function, so it may only be used in presence of a prototype.
 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
 <tag/Declaration/<tt/int __fastcall__ isblank (int c);/
 <tag/Description/The function returns a value of zero if the given argument
-is a blank or space character. The return value is non zero if the character
+is a space or tab character. The return value is non zero if the character
 is anything else.
 <tag/Limits/<itemize>
 <item>When compiling with <tt/-Os/ the function is actually a macro. The