From: Jim Meyering Date: Wed, 30 Jun 2004 22:43:06 +0000 (+0000) Subject: Change `filesystem' to `file system', mostly in comments. X-Git-Tag: v5.3.0~1194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1df327623c3cfa87fa262de3da6b15558a034dab;p=thirdparty%2Fcoreutils.git Change `filesystem' to `file system', mostly in comments. Also in one `checking ... ' message. --- diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index b0a283b113..29b6451447 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 ], 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 header file. (SVR2)]) ac_fsusage_space=yes) fi