changeset 16236:8d0c35a0ae1d

doc: fix minor quoting issues, mostly with `
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 05 Jan 2012 23:59:09 -0800
parents 18a38c9615f0
children 5bfc1b7e2734
files doc/gnulib.texi doc/posix-functions/open.texi doc/quote.texi doc/regex.texi
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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
--- 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
--- 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