X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fopen.texi;h=dd33e8264d59eb215a5ff3cd094ea0a2c380b03f;hb=bff4a106924f9531c45661e5d163470e9faa521a;hp=cf6deff564e2c3be7476c609ac1ae185cb000638;hpb=4e39aa42880fd6a5c6d55f67c912381c0d0980aa;p=gnulib.git diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi index cf6deff56..dd33e8264 100644 --- a/doc/posix-functions/open.texi +++ b/doc/posix-functions/open.texi @@ -36,6 +36,6 @@ Portability problems not fixed by Gnulib: @itemize @item On Windows, this function returns a file handle in @code{O_TEXT} mode by -default; this means that it translates '\n' to CR/LF by default. Use the +default; this means that it translates @code{'\n'} to CR/LF by default. Use the @code{O_BINARY} flag if you need reliable binary I/O. @end itemize