summaryrefslogtreecommitdiff
path: root/libguile/fports.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2005-06-26 23:25:18 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2005-06-26 23:25:18 +0000
commitfc9c5d0684420f55858ce28e54d85e1eb4fdbde0 (patch)
treef150cc63346738e8b0ae522259dc3a796ba4be9b /libguile/fports.c
parent08fce816cb8efaa0100a36e3c97d779746cddb01 (diff)
downloadguile-fc9c5d0684420f55858ce28e54d85e1eb4fdbde0.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile/fports.c')
-rw-r--r--libguile/fports.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/fports.c b/libguile/fports.c
index dc8ac13f9..8baeb6826 100644
--- a/libguile/fports.c
+++ b/libguile/fports.c
@@ -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"