summaryrefslogtreecommitdiffstats
path: root/bin/pax/options.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
commit9618da3e35435c433d8086d65af15f716ffe32ec (patch)
tree170fdd70317f0e6648584759afc92e4021ebcd92 /bin/pax/options.c
parent34ae8fe5374af25df8e04d804f045ed309399984 (diff)
downloadFreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.zip
FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.tar.gz
s/filesystem/file system/ as discussed on -developers
Diffstat (limited to 'bin/pax/options.c')
-rw-r--r--bin/pax/options.c6
1 files changed, 3 insertions, 3 deletions
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;
OpenPOWER on IntegriCloud