summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-30 22:33:40 +0000
committerJim Meyering <jim@meyering.net>2004-06-30 22:33:40 +0000
commit15e38ec27dc622cbfff130f0994e978781abcae9 (patch)
treedc9dde73520974d34c72260c0d91209e287bb18a /src
parent7c3c6876ab9f680e495cc70d58fe99ee8e7c2dad (diff)
downloadcoreutils-15e38ec27dc622cbfff130f0994e978781abcae9.tar.xz
Use "file system" rather than "filesystem" in comments.
Diffstat (limited to 'src')
-rw-r--r--src/cat.c2
-rw-r--r--src/copy.c2
-rw-r--r--src/copy.h2
-rw-r--r--src/mv.c2
-rw-r--r--src/pathchk.c2
-rw-r--r--src/system.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/cat.c b/src/cat.c
index e4037ec52..18307f5e1 100644
--- 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
diff --git a/src/copy.c b/src/copy.c
index bf17e0617..e912d43d5 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -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))
diff --git a/src/copy.h b/src/copy.h
index 0979ee1af..76041595b 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -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,
diff --git a/src/mv.c b/src/mv.c
index 7655a01a8..755069de8 100644
--- 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. */
diff --git a/src/pathchk.c b/src/pathchk.c
index 7da0c0afe..d382860a0 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -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
diff --git a/src/system.h b/src/system.h
index 25c03786e..6672c8412 100644
--- a/src/system.h
+++ b/src/system.h
@@ -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