diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
commit | 136be46680c6e4a18cc827da991d4f9a0de29cba (patch) | |
tree | b5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/mount_ext2fs | |
parent | 9618da3e35435c433d8086d65af15f716ffe32ec (diff) | |
download | FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz |
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/mount_ext2fs')
-rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index 7bedb82..6a08c28 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -36,7 +36,7 @@ .Os .Sh NAME .Nm mount_ext2fs -.Nd mount an ext2fs filesystem +.Nd mount an ext2fs file system .Sh SYNOPSIS .Nm .Op Fl o Ar options @@ -45,9 +45,9 @@ .Sh DESCRIPTION The .Nm -utility attaches a ext2fs filesystem +utility attaches a ext2fs file system .Ar special -device on to the filesystem tree at the point +device on to the file system tree at the point .Ar node . .Pp This command is normally executed by |