doc: use ASCII in .texi files where UTF-8 isn't needed
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jan 2014 19:18:07 +0000 (11:18 -0800)
committerIan Beckwith <ianb@erislabs.net>
Mon, 3 Feb 2014 00:09:48 +0000 (00:09 +0000)
* doc/posix-functions/crypt.texi, doc/posix-functions/encrypt.texi:
* doc/posix-functions/setkey.texi, doc/regex.texi:
Use ASCII input, not UTF-8.
(cherry picked from commit fe3419dc7ec3ae91c9c4808cbc48f6477b2cfca9)

ChangeLog
doc/posix-functions/crypt.texi
doc/posix-functions/encrypt.texi
doc/posix-functions/setkey.texi
doc/regex.texi

index 499f597..0f912d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       doc: use ASCII in .texi files where UTF-8 isn't needed
+       * doc/posix-functions/crypt.texi, doc/posix-functions/encrypt.texi:
+       * doc/posix-functions/setkey.texi, doc/regex.texi:
+       Use ASCII input, not UTF-8.
+
 2014-01-02  Jim Meyering  <meyering@fb.com>
 
        manywarnings: remove -Wmudflap
index 658b449..57e1cef 100644 (file)
@@ -18,5 +18,5 @@ FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 9.
 @item
 This function is not declared in @code{<unistd.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
-glibc (at least 2.112.13).
+glibc (at least 2.11--2.13).
 @end itemize
index 25a9d15..217c2f1 100644 (file)
@@ -18,5 +18,5 @@ NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 9, BeOS.
 @item
 This function is not declared in @code{<unistd.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
-glibc (at least 2.112.13).
+glibc (at least 2.11--2.13).
 @end itemize
index 6510908..5c78567 100644 (file)
@@ -18,5 +18,5 @@ NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 9, BeOS.
 @item
 This function is not declared in @code{<stdlib.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
-glibc (at least 2.112.13).
+glibc (at least 2.11--2.13).
 @end itemize
index 6654a07..9810092 100644 (file)
@@ -1768,7 +1768,7 @@ compile the fastmap yourself or have @code{re_search} do it for you;
 when @code{fastmap} is nonzero, it automatically compiles a fastmap the
 first time you search using a particular compiled pattern.
 
-By setting the buffers @code{fastmap} field before calling
+By setting the buffer's @code{fastmap} field before calling
 @code{re_compile_pattern}, you can reuse a buffer data structure across
 multiple searches with different patterns, and allocate the fastmap only
 once.  Nonetheless, the fastmap must be recompiled each time the buffer