Release calc version 2.11.0t10.3.1

This commit is contained in:
Landon Curt Noll
1999-11-16 14:57:18 -08:00
parent 025b5e58d6
commit fbd3a79eba
22 changed files with 101 additions and 44 deletions

View File

@@ -10,7 +10,7 @@ TYPES
return nil
DESCRIPTION
This function forces and buffered output to the file associated with fd.
This function forces a buffered output to the file associated with fd.
EXAMPLE
> fd = fopen("/tmp/file", "w")
@@ -18,7 +18,7 @@ EXAMPLE
> fflush(fd)
LIMITS
fd must be associaed with an open file
fd must be associated with an open file
LIBRARY
none