From 9618da3e35435c433d8086d65af15f716ffe32ec Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 21 Aug 2002 17:32:44 +0000 Subject: s/filesystem/file system/ as discussed on -developers --- bin/pax/options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/pax/options.c') diff --git a/bin/pax/options.c b/bin/pax/options.c index 26eadaa..68ed65a 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -341,7 +341,7 @@ pax_options(int argc, char **argv) break; case 't': /* - * preserve access time on filesystem nodes we read + * preserve access time on file system nodes we read */ tflag = 1; flg |= TF; @@ -483,7 +483,7 @@ pax_options(int argc, char **argv) break; case 'X': /* - * do not pass over mount points in the filesystem + * do not pass over mount points in the file system */ Xflag = 1; flg |= CXF; @@ -774,7 +774,7 @@ tar_options(int argc, char **argv) break; case 'X': /* - * do not pass over mount points in the filesystem + * do not pass over mount points in the file system */ Xflag = 1; break; -- cgit v1.1