From 7d971bbf29d32d2a93e71f178b5e6aa0c544df1c Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Wed, 21 Aug 2002 17:32:44 +0000 Subject: s/filesystem/file system/ as discussed on -developers --- bin/pax/ar_subs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/pax/ar_subs.c') diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index 118614aaca9b..2a4e189a5b18 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -206,7 +206,7 @@ extract(void) /* * with -u or -D only extract when the archive member is newer - * than the file with the same name in the filesystem (nos + * than the file with the same name in the file system (nos * test of being the same type is required). * NOTE: this test is done BEFORE name modifications as * specified by pax. this operation can be confusing to the @@ -717,7 +717,7 @@ archive(void) /* * copy() - * copy files from one part of the filesystem to another. this does not + * copy files from one part of the file system to another. this does not * use any archive storage. The EFFECT OF THE COPY IS THE SAME as if an * archive was written and then extracted in the destination directory * (except the files are forced to be under the destination directory). -- cgit v1.2.3