mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
*** empty log message ***
This commit is contained in:
parent
08fce816cb
commit
fc9c5d0684
2 changed files with 6 additions and 0 deletions
|
@ -264,6 +264,8 @@ SCM_DEFINE (scm_open_file, "open-file", 2, 0, 0,
|
|||
"@end table\n"
|
||||
"The following additional characters can be appended:\n"
|
||||
"@table @samp\n"
|
||||
"@item b\n"
|
||||
"Open the underlying file in binary mode, if supported by the operating system. "
|
||||
"@item +\n"
|
||||
"Open the port for both input and output. E.g., @code{r+}: open\n"
|
||||
"an existing file for both input and output.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue