]> Savannah Git Hosting - gnulib.git/commitdiff
Fix a few typos.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 08:15:55 +0000 (10:15 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 08:15:55 +0000 (10:15 +0200)
* m4/fstat.m4 (gl_FUNC_FSTAT): Require AC_CANONICAL_HOST.
* m4/stat.m4 (gl_FUNC_STAT): Fix comment.
* doc/posix-functions/fstat.texi: Fix a plural typo.
* doc/posix-functions/stat.texi: Likewise.
* m4/include_next.m4: Update comments.

ChangeLog
doc/posix-functions/fstat.texi
doc/posix-functions/stat.texi
m4/fstat.m4
m4/include_next.m4
m4/stat.m4

index 4e052a710baa186d577149d9eb10a75e6200938a..7eb1ad6021eeb80317e60c496de572b72e1c7fdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-04-30  Bruno Haible  <bruno@clisp.org>
+
+       Fix a few typos.
+       * m4/fstat.m4 (gl_FUNC_FSTAT): Require AC_CANONICAL_HOST.
+       * m4/stat.m4 (gl_FUNC_STAT): Fix comment.
+       * doc/posix-functions/fstat.texi: Fix a plural typo.
+       * doc/posix-functions/stat.texi: Likewise.
+       * m4/include_next.m4: Update comments.
+
 2017-04-29  Bruno Haible  <bruno@clisp.org>
 
        error: Fix mistake in 2017-04-23 commit.
index cb662fc0d4d1a3b665fa7a1a6a3516afc44a389a..6b337a99797077cb7b501d1357602649542eaa6b 100644 (file)
@@ -16,7 +16,7 @@ On platforms where @code{off_t} is a 32-bit type, @code{fstat} may not correctly
 report the size of files or block devices larger than 2 GB.
 (Cf. @code{AC_SYS_LARGEFILE}.)
 @item
-The @code{st_atime}, @code{st_ctime}, @code{st_mtime} field are affected by
+The @code{st_atime}, @code{st_ctime}, @code{st_mtime} fields are affected by
 the current time zone and by the DST flag of the current time zone on some
 platforms:
 mingw, MSVC 14 (when the environment variable @code{TZ} is set).
index c30e7e18f85a84998b33e21c0ef3446efd204e7a..e6424957cc7580a77d98b5862c3e568aa773a3f2 100644 (file)
@@ -13,7 +13,7 @@ On platforms where @code{off_t} is a 32-bit type, @code{stat} may not correctly
 report the size of files or block devices larger than 2 GB.
 (Cf. @code{AC_SYS_LARGEFILE}.)
 @item
-The @code{st_atime}, @code{st_ctime}, @code{st_mtime} field are affected by
+The @code{st_atime}, @code{st_ctime}, @code{st_mtime} fields are affected by
 the current time zone and by the DST flag of the current time zone on some
 platforms:
 mingw, MSVC 14 (when the environment variable @code{TZ} is set).
index 14f87be669225cd96a8cc56f985a9463827a7252..e70e533e7a0c5e6af18e347387a70a039418fa40 100644 (file)
@@ -6,6 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_FSTAT],
 [
+  AC_REQUIRE([AC_CANONICAL_HOST])
   AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
 
   case "$host_os" in
index e687e232a27693ca02279cd16a35a6e53ae54f76..068f6f60a41c6ef3353a83d02fa2b7ab976bbdea 100644 (file)
@@ -1,4 +1,4 @@
-# include_next.m4 serial 23
+# include_next.m4 serial 24
 dnl Copyright (C) 2006-2017 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -6,7 +6,8 @@ dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Paul Eggert and Derek Price.
 
-dnl Sets INCLUDE_NEXT and PRAGMA_SYSTEM_HEADER.
+dnl Sets INCLUDE_NEXT, INCLUDE_NEXT_AS_FIRST_DIRECTIVE, PRAGMA_SYSTEM_HEADER,
+dnl and PRAGMA_COLUMNS.
 dnl
 dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to
 dnl 'include' otherwise.
index b3172d86dbde03fed752793c9239aa22d1beef9b..286fcba845e8f3c335925b071ca8723074a3efc4 100644 (file)
@@ -8,7 +8,7 @@
 
 AC_DEFUN([gl_FUNC_STAT],
 [
-  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
+  AC_REQUIRE([AC_CANONICAL_HOST])
   AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
   AC_CHECK_FUNCS_ONCE([lstat])
   case "$host_os" in