summaryrefslogtreecommitdiff
path: root/m4/fsusage.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-30 22:43:06 +0000
committerJim Meyering <jim@meyering.net>2004-06-30 22:43:06 +0000
commit1df327623c3cfa87fa262de3da6b15558a034dab (patch)
treeca14d27be8a20526352cf6074f9f5697f75aabae /m4/fsusage.m4
parentf30a347be63942f3fc449639cd47ead980be0bc9 (diff)
downloadcoreutils-1df327623c3cfa87fa262de3da6b15558a034dab.tar.xz
Change `filesystem' to `file system', mostly in comments.
Also in one `checking ... ' message.
Diffstat (limited to 'm4/fsusage.m4')
-rw-r--r--m4/fsusage.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/fsusage.m4 b/m4/fsusage.m4
index b0a283b11..29b645144 100644
--- a/m4/fsusage.m4
+++ b/m4/fsusage.m4
@@ -13,7 +13,7 @@ AC_DEFUN([gl_FSUSAGE],
fi
])
-# Try to determine how a program can obtain filesystem usage information.
+# Try to determine how a program can obtain file system usage information.
# If successful, define the appropriate symbol (see fsusage.c) and
# execute ACTION-IF-FOUND. Otherwise, execute ACTION-IF-NOT-FOUND.
#
@@ -22,7 +22,7 @@ AC_DEFUN([gl_FSUSAGE],
AC_DEFUN([gl_FILE_SYSTEM_USAGE],
[
-echo "checking how to get filesystem space usage..."
+echo "checking how to get file system space usage..."
ac_fsusage_space=no
# Perform only the link test since it seems there are no variants of the
@@ -199,7 +199,7 @@ if test $ac_fsusage_space = no; then
AC_TRY_CPP([#include <sys/filsys.h>
],
AC_DEFINE(STAT_READ_FILSYS, 1,
- [Define if there is no specific function for reading filesystems usage
+ [Define if there is no specific function for reading file systems usage
information and you have the <sys/filsys.h> header file. (SVR2)])
ac_fsusage_space=yes)
fi