aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit3468b317cb93827fbbd4b835f5c233804bc5203c (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/fsck_msdosfs
parent4481bee4621453e6555046bda0aa6ad9f672b773 (diff)
downloadsrc-3468b317cb93827fbbd4b835f5c233804bc5203c.tar.gz
src-3468b317cb93827fbbd4b835f5c233804bc5203c.zip
more file system > filesystem
Notes
Notes: svn path=/head/; revision=96707
Diffstat (limited to 'sbin/fsck_msdosfs')
-rw-r--r--sbin/fsck_msdosfs/check.c2
-rw-r--r--sbin/fsck_msdosfs/ext.h2
-rw-r--r--sbin/fsck_msdosfs/fsck_msdosfs.88
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/fsck_msdosfs/check.c b/sbin/fsck_msdosfs/check.c
index 2a7ccc71ed01..7cd1c03e35e9 100644
--- a/sbin/fsck_msdosfs/check.c
+++ b/sbin/fsck_msdosfs/check.c
@@ -171,7 +171,7 @@ checkfilesys(fname)
mod |= writefat(dosfs, &boot, fat, 1);
} else {
pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n");
- mod |= FSERROR; /* file system not clean */
+ mod |= FSERROR; /* filesystem not clean */
}
}
}
diff --git a/sbin/fsck_msdosfs/ext.h b/sbin/fsck_msdosfs/ext.h
index fab080f629ff..5fe1d9c44909 100644
--- a/sbin/fsck_msdosfs/ext.h
+++ b/sbin/fsck_msdosfs/ext.h
@@ -73,7 +73,7 @@ int checkfilesys(const char *);
#define FSERROR 8 /* Some unrecovered error remains */
#define FSFATAL 16 /* Some unrecoverable error occured */
#define FSDIRTY 32 /* File system is dirty */
-#define FSFIXFAT 64 /* Fix file system FAT */
+#define FSFIXFAT 64 /* Fix filesystem FAT */
/*
* read a boot block in a machine independend fashion and translate
diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8
index 5d76e606e0c2..5d28f405af73 100644
--- a/sbin/fsck_msdosfs/fsck_msdosfs.8
+++ b/sbin/fsck_msdosfs/fsck_msdosfs.8
@@ -64,7 +64,7 @@ It is normally started by
run from
.Pa /etc/rc
during automatic reboot, when a FAT filesystem is detected.
-When preening file systems,
+When preening filesystems,
.Nm
will fix common inconsistencies non-interactively.
If more serious problems are found,
@@ -74,7 +74,7 @@ successful, and exits.
.Pp
The second form of
.Nm
-checks the specified file systems and tries to repair all
+checks the specified filesystems and tries to repair all
detected inconsistencies, requesting confirmation before
making any changes.
.Pp
@@ -85,13 +85,13 @@ Compatibility with the wrapper
.Xr fsck 8
which seeks to determine whether the filesystem needs to be cleaned
immediately in foreground, or if its cleaning can be deferred to background.
-FAT (MS-DOS) file systems must always be cleaned in the foreground.
+FAT (MS-DOS) filesystems must always be cleaned in the foreground.
A non-zero exit code is always returned for this option.
.It Fl f
This option is ignored by
.Nm ,
and is present only for compatibility with programs that
-check other file system types for consistency, such as
+check other filesystem types for consistency, such as
.Xr fsck_ffs 8 .
.It Fl n
Causes