1
Fork 0
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:
Han-Wen Nienhuys 2005-06-26 23:25:18 +00:00
parent 08fce816cb
commit fc9c5d0684
2 changed files with 6 additions and 0 deletions

View file

@ -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"