# HG changeset patch # User Mike Miller # Date 1412650452 14400 # Node ID cfa9996afcbfdd7740dac8029d1dcc0f6fb8f1fe # Parent 4122df73e374254c19271476e9cc465f2a7a9eb0 doc: fix stray escape sequence in mkstemp's docstring * file-io.cc (Fmkstemp): Fix stray escape sequence in docstring introduced in cset 841d8f606bcd. diff -r 4122df73e374 -r cfa9996afcbf libinterp/corefcn/file-io.cc --- 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\