]> Savannah Git Hosting - gnulib.git/commitdiff
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)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jan 2014 19:18:38 +0000 (11:18 -0800)
* doc/posix-functions/crypt.texi, doc/posix-functions/encrypt.texi:
* doc/posix-functions/setkey.texi, doc/regex.texi:
Use ASCII input, not UTF-8.

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

index 8ac6053d7404e973d7ab5a3e65227a95d2888eb9..f0a1c1c9a549e83713a7352ead88f6ce9b726ed4 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>
 
        freading: declare with the "pure" attribute
index 658b4491f0670ec248e6eb835cb77e5ac3c334d9..57e1cef0c5ab49bbe4944ab34fb55588468b3a2b 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 25a9d159a8376cf15fe1b5580128dc783a62e07c..217c2f120a1ed7f3ff1abcf48eef75237319b3a3 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 6510908497bbef8d5b7ad8c93da2119133860b01..5c7856730b887eb8e2d895de5df9d1b92aa5290d 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 6654a074b77f07ff78d29020bc9118dd1a6c89a0..98100922995a8c545203a1e8dacd431e54c5f898 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