1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00

In open-file, split a paragraph for clarity.

This commit is contained in:
Kevin Ryde 2004-08-09 01:33:03 +00:00
parent c755b8615e
commit 092bdcc46b

View file

@ -727,10 +727,12 @@ systems, but has no effect on Unix-like systems.
call, when that flag is available.) call, when that flag is available.)
@end table @end table
If a file cannot be opened with the access
requested, @code{open-file} throws an exception.
In theory we could create read/write ports which were buffered In theory we could create read/write ports which were buffered
in one direction only. However this isn't included in the in one direction only. However this isn't included in the
current interfaces. If a file cannot be opened with the access current interfaces.
requested, @code{open-file} throws an exception.
@end deffn @end deffn
@rnindex open-input-file @rnindex open-input-file