aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel
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/bsdlabel
parent4481bee4621453e6555046bda0aa6ad9f672b773 (diff)
downloadsrc-3468b317cb93827fbbd4b835f5c233804bc5203c.tar.gz
src-3468b317cb93827fbbd4b835f5c233804bc5203c.zip
more file system > filesystem
Notes
Notes: svn path=/head/; revision=96707
Diffstat (limited to 'sbin/bsdlabel')
-rw-r--r--sbin/bsdlabel/bsdlabel.58
-rw-r--r--sbin/bsdlabel/bsdlabel.810
2 files changed, 9 insertions, 9 deletions
diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5
index 7b81671e5865..4b44c0e8013e 100644
--- a/sbin/bsdlabel/bsdlabel.5
+++ b/sbin/bsdlabel/bsdlabel.5
@@ -298,11 +298,11 @@ static char *dktypenames[] = {
#define FS_SYSV 4 /* System V */
#define FS_V71K 5 /* V7 with 1K blocks (4.1, 2.9) */
#define FS_V8 6 /* Eighth Edition, 4K blocks */
-#define FS_BSDFFS 7 /* 4.2BSD fast file system */
-#define FS_MSDOS 8 /* MSDOS file system */
-#define FS_BSDLFS 9 /* 4.4BSD log-structured file system */
+#define FS_BSDFFS 7 /* 4.2BSD fast filesystem */
+#define FS_MSDOS 8 /* MSDOS filesystem */
+#define FS_BSDLFS 9 /* 4.4BSD log-structured filesystem */
#define FS_OTHER 10 /* in use, but unknown/unsupported */
-#define FS_HPFS 11 /* OS/2 high-performance file system */
+#define FS_HPFS 11 /* OS/2 high-performance filesystem */
#define FS_ISO9660 12 /* ISO 9660, normally CD-ROM */
#define FS_BOOT 13 /* partition contains bootstrap */
#define FS_VINUM 14 /* Vinum drive */
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8
index b11579ee0c48..4c674b531da2 100644
--- a/sbin/bsdlabel/bsdlabel.8
+++ b/sbin/bsdlabel/bsdlabel.8
@@ -628,7 +628,7 @@ will be interpreted as an offset of 0.
.It fstype
describes the purpose of the partition. The example shows all currently used
partition types.
-For UFS file systems and ccd partitions, use type
+For UFS filesystems and ccd partitions, use type
.Cm 4.2BSD .
For Vinum drives, use type
.Cm vinum .
@@ -654,17 +654,17 @@ for more details.
.It fsize
For
.Cm 4.2BSD
-and LFS file systems only, the fragment size. Defaults to 1024 for
+and LFS filesystems only, the fragment size. Defaults to 1024 for
partitions smaller than 1 GB, 4096 for partitions 1GB or larger.
.It bsize
For
.Cm 4.2BSD
-and LFS file systems only, the block size. Defaults to 8192 for
+and LFS filesystems only, the block size. Defaults to 8192 for
partitions smaller than 1 GB, 16384 for partitions 1GB or larger.
.It bps/cpg
For
.Cm 4.2BSD
-file systems, the number of cylinders in a cylinder group. For LFS file
+filesystems, the number of cylinders in a cylinder group. For LFS file
systems, the segment shift value. Defaults to 16 for
partitions smaller than 1 GB, 64 for partitions 1GB or larger.
.El
@@ -727,7 +727,7 @@ NOT install the new label either in-core or on-disk.
Try to auto-detect the required information from
.Pa da0s1 ,
and write a new label to the disk. Use another disklabel -e command to edit the
-partitioning and file system information.
+partitioning and filesystem information.
.Pp
.Dl disklabel -R da0s1 savedlabel
.Pp