# HG changeset patch # User Paul Eggert # Date 1325836749 28800 # Node ID 8d0c35a0ae1dbd1b4ad88e560f289bcb9abdcc4d # Parent 18a38c9615f09b75c8fb1b73bcf5d01eb8b16189 doc: fix minor quoting issues, mostly with ` diff --git a/doc/gnulib.texi b/doc/gnulib.texi --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1087,7 +1087,7 @@ @item Build modules On the build machine, run ./do-autobuild (or "nohup ./do-autobuild"). -It creates a directory 'logs/' with a log file for each module. +It creates a directory @file{logs/} with a log file for each module. @item Submit build logs diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi --- a/doc/posix-functions/open.texi +++ b/doc/posix-functions/open.texi @@ -36,6 +36,6 @@ @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 diff --git a/doc/quote.texi b/doc/quote.texi --- a/doc/quote.texi +++ b/doc/quote.texi @@ -27,7 +27,7 @@ This differs from @example - error (0, errno, _("cannot change owner of `%s'"), fname); + error (0, errno, _("cannot change owner of '%s'"), fname); @end example @noindent in that @code{quote} escapes unusual characters in diff --git a/doc/regex.texi b/doc/regex.texi --- a/doc/regex.texi +++ b/doc/regex.texi @@ -121,7 +121,7 @@ If this bit is set, then @samp{\} inside a list (@pxref{List Operators} quotes (makes ordinary, if it's special) the following character; if this bit isn't set, then @samp{\} is an ordinary character inside lists. -(@xref{The Backslash Character}, for what `\' does outside of lists.) +(@xref{The Backslash Character}, for what @samp{\} does outside of lists.) @cnindex RE_BK_PLUS_QM @item RE_BK_PLUS_QM @@ -387,7 +387,7 @@ two ways. First, a single character can map into two or more collating elements. For example, the German @tex -`\ss' +``\ss'' @end tex @ifinfo ``es-zet'' @@ -1474,7 +1474,7 @@ * GNU Searching:: re_search () * Matching/Searching with Split Data:: re_match_2 (), re_search_2 () * Searching with Fastmaps:: re_compile_fastmap () -* GNU Translate Tables:: The `translate' field. +* GNU Translate Tables:: The @code{translate} field. * Using Registers:: The re_registers type and related fns. * Freeing GNU Pattern Buffers:: regfree () @end menu