From 136be46680c6e4a18cc827da991d4f9a0de29cba Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 21 Aug 2002 18:11:48 +0000 Subject: s/filesystem/file system/g as discussed on -developers --- sbin/fsck_ffs/setup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/fsck_ffs/setup.c') diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index 16ba027..5bfae4d 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -67,7 +67,7 @@ static struct disklabel *getdisklabel(char *s, int fd); /* * Read in a superblock finding an alternate if necessary. - * Return 1 if successful, 0 if unsuccessful, -1 if filesystem + * Return 1 if successful, 0 if unsuccessful, -1 if file system * is already clean (preen mode only). */ int @@ -212,7 +212,7 @@ setup(char *dev) } if (sblock.fs_magic == FS_UFS1_MAGIC && sblock.fs_old_inodefmt < FS_44INODEFMT) { - pwarn("Format of filesystem is too old.\n"); + pwarn("Format of file system is too old.\n"); pwarn("Must update to modern format using a version of fsck\n"); pfatal("from before 2002 with the command ``fsck -c 2''\n"); exit(EEXIT); @@ -320,12 +320,12 @@ readsb(int listerr) break; } if (sblock_try[i] == -1) { - fprintf(stderr, "Cannot find filesystem superblock\n"); + fprintf(stderr, "Cannot find file system superblock\n"); return (0); } } /* - * Compute block size that the filesystem is based on, + * Compute block size that the file system is based on, * according to fsbtodb, and adjust superblock block number * so we can tell if this is an alternate later. */ -- cgit v1.1