summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
commitfa6c7efe3f6fd797e86dc3c67a98949a5a5caac7 (patch)
tree9e08fb6b9504917bf2eb917a2e6f067ec3218930 /usr.bin/doscmd
parent004729ff8a0138980eca89fcf00c1434878eec9d (diff)
downloadFreeBSD-src-fa6c7efe3f6fd797e86dc3c67a98949a5a5caac7.zip
FreeBSD-src-fa6c7efe3f6fd797e86dc3c67a98949a5a5caac7.tar.gz
More consistancy. file system > filesystem
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/README2
-rw-r--r--usr.bin/doscmd/README.booting_dos2
-rw-r--r--usr.bin/doscmd/cwd.c2
-rw-r--r--usr.bin/doscmd/doscmd.14
-rw-r--r--usr.bin/doscmd/ems.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/doscmd/README b/usr.bin/doscmd/README
index a90946c..0201150 100644
--- a/usr.bin/doscmd/README
+++ b/usr.bin/doscmd/README
@@ -9,7 +9,7 @@ Things known not to work:
* No raw VGA support (yet)
* Printer support (yet)
* COM ports (being worked on)
- * redirected file system only supported for DOS 4.0 and above
+ * redirected filesystem only supported for DOS 4.0 and above
(3.3 will be supported in a future version)
* Graphics in an X window (only 16 colors, very few programs)
diff --git a/usr.bin/doscmd/README.booting_dos b/usr.bin/doscmd/README.booting_dos
index 926c3ac..41a6804 100644
--- a/usr.bin/doscmd/README.booting_dos
+++ b/usr.bin/doscmd/README.booting_dos
@@ -31,7 +31,7 @@ To install DOS on a pseudo hard disk under doscmd:
2) Insert a floppy disk into the A: drive which is bootable to MS-DOS
and has the commands fdisk, format and sys on it. You should also
copy the file redir.com onto the floppy by either mounting it
- with the msdos file system type or by using mtools.
+ with the msdos filesystem type or by using mtools.
(i.e. mwrite redir.com a:)
diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c
index 3ba92f0..1410238 100644
--- a/usr.bin/doscmd/cwd.c
+++ b/usr.bin/doscmd/cwd.c
@@ -696,7 +696,7 @@ get_entries(u_char *path)
}
/*
- * Return file system statistics for drive.
+ * Return filesystem statistics for drive.
* Return the DOS errno on failure.
*/
int
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index 333221b..89dd5ff 100644
--- a/usr.bin/doscmd/doscmd.1
+++ b/usr.bin/doscmd/doscmd.1
@@ -329,7 +329,7 @@ directory
.Ar path
to be assigned as the specified drive. If the
.Fl ro
-flag is specified, it is a read only file system.
+flag is specified, it is a read only filesystem.
These assignments will not take place when booting DOS until the
.Pa /usr/libdata/doscmd/redir.com
binary is run.
@@ -662,7 +662,7 @@ must exist, so use the command touch to create it.
Insert a floppy disk into the A: drive which is bootable to MS-DOS
and has the commands fdisk, format and sys on it. You should also
copy the file redir.com onto the floppy by either mounting it
-with the msdos file system type or by using mtools
+with the msdos filesystem type or by using mtools
(e.g.,
.Dq Li mwrite redir.com a: ) .
.It 3
diff --git a/usr.bin/doscmd/ems.c b/usr.bin/doscmd/ems.c
index 39c0d87..953c90b 100644
--- a/usr.bin/doscmd/ems.c
+++ b/usr.bin/doscmd/ems.c
@@ -73,7 +73,7 @@ u_long ems_frame_addr = EMS_FRAME_ADDR;
* and map the needed part into the page frame
*/
-#define EMS_MAP_PATH "/var/tmp/" /* Use a big file system */
+#define EMS_MAP_PATH "/var/tmp/" /* Use a big filesystem */
#define EMS_MAP_FILE "doscmd.XXXXXX"
static int mapfile_fd = -1;
OpenPOWER on IntegriCloud