mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
In open-file, split a paragraph for clarity.
This commit is contained in:
parent
c755b8615e
commit
092bdcc46b
1 changed files with 4 additions and 2 deletions
|
@ -727,10 +727,12 @@ systems, but has no effect on Unix-like systems.
|
|||
call, when that flag is available.)
|
||||
@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 one direction only. However this isn't included in the
|
||||
current interfaces. If a file cannot be opened with the access
|
||||
requested, @code{open-file} throws an exception.
|
||||
current interfaces.
|
||||
@end deffn
|
||||
|
||||
@rnindex open-input-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue