changeset 19264:cfa9996afcbf

doc: fix stray escape sequence in mkstemp's docstring * file-io.cc (Fmkstemp): Fix stray escape sequence in docstring introduced in cset 841d8f606bcd.
author Mike Miller <mtmiller@ieee.org>
date Mon, 06 Oct 2014 22:54:12 -0400
parents 4122df73e374
children ec10705dbd83
files libinterp/corefcn/file-io.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/file-io.cc	Mon Oct 06 11:54:07 2014 -0400
+++ b/libinterp/corefcn/file-io.cc	Mon Oct 06 22:54:12 2014 -0400
@@ -2045,7 +2045,7 @@
 these are replaced with a string that makes the filename unique.  The file\n\
 is then created with mode read/write and permissions that are system\n\
 dependent (on GNU/Linux systems, the permissions will be 0600 for versions of\n\
-glibc\ 2.0.7 and later).  The file is opened in binary mode and with the\n\
+glibc 2.0.7 and later).  The file is opened in binary mode and with the\n\
 @w{@code{O_EXCL}} flag.\n\
 \n\
 If the optional argument @var{delete} is supplied and is true, the file will\n\