summaryrefslogtreecommitdiff
path: root/doc/posix-functions/open.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-01-05 23:59:09 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-01-05 23:59:44 -0800
commit4cde8fd725bd3127532c7ff556095abdb511bc40 (patch)
treef8c22afa473314b3f9ea015b0eabd9d196e2d8c1 /doc/posix-functions/open.texi
parent51e801f2f297e45a24004ee6256dd1a6c7389074 (diff)
downloadgnulib-4cde8fd725bd3127532c7ff556095abdb511bc40.tar.gz
doc: fix minor quoting issues, mostly with `
Diffstat (limited to 'doc/posix-functions/open.texi')
-rw-r--r--doc/posix-functions/open.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi
index cf6deff564..dd33e8264d 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