diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 04:10:46 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 04:10:46 +0000 |
commit | 896f3841bf047ca93766900f8cd8c5852e6a9245 (patch) | |
tree | 0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/mount_ext2fs | |
parent | 0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff) | |
download | FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz |
more file system > filesystem
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 73391af..8c2dbcd 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 file system +.Nd mount an ext2fs filesystem .Sh SYNOPSIS .Nm .Op Fl o Ar options @@ -45,9 +45,9 @@ .Sh DESCRIPTION The .Nm -command attaches a ext2fs file system +command attaches a ext2fs filesystem .Ar special -device on to the file system tree at the point +device on to the filesystem tree at the point .Ar node . .Pp This command is normally executed by |