changeset 333:b1cc443f0bd1

[project @ 1994-02-05 03:47:59 by jwe]
author jwe
date Sat, 05 Feb 1994 03:47:59 +0000
parents 6a81b9fb7957
children 6000e81b72b4
files src/builtins.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/builtins.cc	Sat Feb 05 03:44:51 1994 +0000
+++ b/src/builtins.cc	Sat Feb 05 03:47:59 1994 +0000
@@ -324,7 +324,7 @@
 
   { "fopen", 3, 1, builtin_fopen,
     "filenum = fopen (\"filename\", \"mode\"): open a file\n\n\
- Legal values for mode include:\n\n\
+  Valid values for mode include:\n\n\
    r  : open text file for reading\n\
    w  : open text file for writing; discard previous contents if any\n\
    a  : append; open or create text file for writing at end of file\n\