From 896f3841bf047ca93766900f8cd8c5852e6a9245 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 04:10:46 +0000 Subject: more file system > filesystem --- sbin/disklabel/disklabel.5 | 8 ++++---- sbin/disklabel/disklabel.8 | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'sbin/disklabel') diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index 7b81671..4b44c0e 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.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/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index b11579e..4c674b5 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.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 -- cgit v1.1