]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use "file system" rather than "filesystem" in comments.
authorJim Meyering <jim@meyering.net>
Wed, 30 Jun 2004 22:33:40 +0000 (22:33 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 30 Jun 2004 22:33:40 +0000 (22:33 +0000)
src/cat.c
src/copy.c
src/copy.h
src/mv.c
src/pathchk.c
src/system.h

index e4037ec52e456cf26603f3c9fbec4cfb5ec5c61f..18307f5e162864cfb55ea32923b2fcbe7a8a2d57 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -244,7 +244,7 @@ cat (
 
 #ifdef FIONREAD
   /* If nonzero, use the FIONREAD ioctl, as an optimization.
-     (On Ultrix, it is not supported on NFS filesystems.)  */
+     (On Ultrix, it is not supported on NFS file systems.)  */
   int use_fionread = 1;
 #endif
 
index bf17e0617093a668bbf91ca57ac4e6b06540aa19..e912d43d5873e279ebb0cf2358f7500aa75ef693 100644 (file)
@@ -1158,7 +1158,7 @@ copy_internal (const char *src_path, const char *dst_path,
 
   if (earlier_file)
     {
-      /* Avoid damaging the destination filesystem by refusing to preserve
+      /* Avoid damaging the destination file system by refusing to preserve
         hard-linked directories (which are found at least in Netapp snapshot
         directories).  */
       if (S_ISDIR (src_type))
index 0979ee1af3be868854ff903f4b0c2d99f2dedfd4..76041595b3a9bd12d01280177f42888cde615cc9 100644 (file)
@@ -97,7 +97,7 @@ struct cp_options
   uid_t myeuid;
 
   /* If nonzero, when copying recursively, skip any subdirectories that are
-     on different filesystems from the one we started on. */
+     on different file systems from the one we started on.  */
   int one_file_system;
 
   /* If nonzero, attempt to give the copies the original files' permissions,
index 7655a01a802836cd501b4abda9d9e7e9cce01324..755069de8d702e08215868cbcbe0c7f173e7275b 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -170,7 +170,7 @@ target_directory_operand (char const *file)
   return is_a_dir;
 }
 
-/* Move SOURCE onto DEST.  Handles cross-filesystem moves.
+/* Move SOURCE onto DEST.  Handles cross-file-system moves.
    If SOURCE is a directory, DEST must not exist.
    Return 0 if successful, 1 if an error occurred.  */
 
index 7da0c0afe45ee7ac4c44bce181a93bbf95486e0f..d382860a091cf1d246d48fa26fc60dc56490641d 100644 (file)
@@ -28,7 +28,7 @@
 
    Options:
    -p, --portability   Instead of performing length checks on the
-                       underlying filesystem, test the length of the
+                       underlying file system, test the length of the
                        pathname and its components against the POSIX
                        minimum limits for portability, _POSIX_NAME_MAX
                        and _POSIX_PATH_MAX in 2.9.2.  Also check that
index 25c03786e7123ce362d1098ebe8cc2e29d2f5a8e..6672c8412ab9f712b8d67338cb35bcde5b1684df 100644 (file)
@@ -319,7 +319,7 @@ initialize_exit_failure (int status)
                              ? (statbuf).st_blksize : DEV_BSIZE)
 # if defined hpux || defined __hpux__ || defined __hpux
 /* HP-UX counts st_blocks in 1024-byte units.
-   This loses when mixing HP-UX and BSD filesystems with NFS.  */
+   This loses when mixing HP-UX and BSD file systems with NFS.  */
 #  define ST_NBLOCKSIZE 1024
 # else /* !hpux */
 #  if defined _AIX && defined _I386