Some minor changes

This commit is contained in:
ceriel
1991-11-25 09:52:08 +00:00
parent cdced53d10
commit 99e880ff5b
2 changed files with 4 additions and 4 deletions

View File

@@ -428,7 +428,7 @@ Close a file. Closing of files is done for local files when the procedure
in which they are declared exits.
The compiler only closes local files if they are not part of a structured type.
Files allocated in the heap are not closed when they are deallocated.
There is an external routine \fIpclose\fP in libP(VII), that may be called
There is an external routine \fIpclose\fP in libpc(7), that may be called
explicitly to do the closing in these cases.
Closing may be necessary to flush buffers or to keep the number of
simultaneously opened files below NFILES.