From fe3419dc7ec3ae91c9c4808cbc48f6477b2cfca9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 3 Jan 2014 11:18:07 -0800 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ doc/posix-functions/crypt.texi | 2 +- doc/posix-functions/encrypt.texi | 2 +- doc/posix-functions/setkey.texi | 2 +- doc/regex.texi | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ac6053d7..f0a1c1c9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-01-03 Paul Eggert + + 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 freading: declare with the "pure" attribute diff --git a/doc/posix-functions/crypt.texi b/doc/posix-functions/crypt.texi index 658b4491f..57e1cef0c 100644 --- a/doc/posix-functions/crypt.texi +++ b/doc/posix-functions/crypt.texi @@ -18,5 +18,5 @@ FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 9. @item This function is not declared in @code{} (without @code{-D_GNU_SOURCE}) on some platforms: -glibc (at least 2.11–2.13). +glibc (at least 2.11--2.13). @end itemize diff --git a/doc/posix-functions/encrypt.texi b/doc/posix-functions/encrypt.texi index 25a9d159a..217c2f120 100644 --- a/doc/posix-functions/encrypt.texi +++ b/doc/posix-functions/encrypt.texi @@ -18,5 +18,5 @@ NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 9, BeOS. @item This function is not declared in @code{} (without @code{-D_GNU_SOURCE}) on some platforms: -glibc (at least 2.11–2.13). +glibc (at least 2.11--2.13). @end itemize diff --git a/doc/posix-functions/setkey.texi b/doc/posix-functions/setkey.texi index 651090849..5c7856730 100644 --- a/doc/posix-functions/setkey.texi +++ b/doc/posix-functions/setkey.texi @@ -18,5 +18,5 @@ NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 9, BeOS. @item This function is not declared in @code{} (without @code{-D_GNU_SOURCE}) on some platforms: -glibc (at least 2.11–2.13). +glibc (at least 2.11--2.13). @end itemize diff --git a/doc/regex.texi b/doc/regex.texi index 6654a074b..981009229 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -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 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 -- 2.11.0