diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-08-09 01:33:03 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-08-09 01:33:03 +0000 |
commit | 092bdcc46b30775aba7117cda0602fc6e39f0b0f (patch) | |
tree | 3f2f66dfbb4d5ea6394c1c080f505049a6ada910 /doc/ref/api-io.texi | |
parent | c755b8615ea36d7618cd2e16a1cd5795ba94d6fb (diff) | |
download | guile-092bdcc46b30775aba7117cda0602fc6e39f0b0f.tar.gz |
In open-file, split a paragraph for clarity.
Diffstat (limited to 'doc/ref/api-io.texi')
-rw-r--r-- | doc/ref/api-io.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index 1540422b8..d5ba25b43 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -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 |