changeset 17584:b1df111f6292

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 03 Jan 2014 11:18:07 -0800
parents fb3caf2f5882
children 31d5dfacc483
files ChangeLog doc/posix-functions/crypt.texi doc/posix-functions/encrypt.texi doc/posix-functions/setkey.texi doc/regex.texi
diffstat 5 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 22 08:14:30 2013 -0800
+++ b/ChangeLog	Fri Jan 03 11:18:07 2014 -0800
@@ -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
--- a/doc/posix-functions/crypt.texi	Fri Nov 22 08:14:30 2013 -0800
+++ b/doc/posix-functions/crypt.texi	Fri Jan 03 11:18:07 2014 -0800
@@ -18,5 +18,5 @@
 @item
 This function is not declared in @code{<unistd.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
-glibc (at least 2.11–2.13).
+glibc (at least 2.11--2.13).
 @end itemize
--- a/doc/posix-functions/encrypt.texi	Fri Nov 22 08:14:30 2013 -0800
+++ b/doc/posix-functions/encrypt.texi	Fri Jan 03 11:18:07 2014 -0800
@@ -18,5 +18,5 @@
 @item
 This function is not declared in @code{<unistd.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
-glibc (at least 2.11–2.13).
+glibc (at least 2.11--2.13).
 @end itemize
--- a/doc/posix-functions/setkey.texi	Fri Nov 22 08:14:30 2013 -0800
+++ b/doc/posix-functions/setkey.texi	Fri Jan 03 11:18:07 2014 -0800
@@ -18,5 +18,5 @@
 @item
 This function is not declared in @code{<stdlib.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
-glibc (at least 2.11–2.13).
+glibc (at least 2.11--2.13).
 @end itemize
--- a/doc/regex.texi	Fri Nov 22 08:14:30 2013 -0800
+++ b/doc/regex.texi	Fri Jan 03 11:18:07 2014 -0800
@@ -1768,7 +1768,7 @@
 when @code{fastmap} is nonzero, it automatically compiles a fastmap the
 first time you search using a particular compiled pattern.
 
-By setting the buffer’s @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