summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 21:28:32 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 21:28:32 +0000
commit28d42899b766c395e5a6476f5bfa88b1481a08c0 (patch)
tree0cbeb3775d12e86712b373b6e5a62d8ee7b3abc8 /sys/conf
parentb459f6c72649c5aa0ae116e177e7fb6f302b20ff (diff)
downloadFreeBSD-src-28d42899b766c395e5a6476f5bfa88b1481a08c0.zip
FreeBSD-src-28d42899b766c395e5a6476f5bfa88b1481a08c0.tar.gz
More s/file system/filesystem/g
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options6
-rw-r--r--sys/conf/options.alpha2
-rw-r--r--sys/conf/options.i3862
-rw-r--r--sys/conf/options.pc982
6 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 06f4ed3..b87d15f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -596,7 +596,7 @@ options NFS_ROOT #NFS usable as root device
# You can find details in src/sys/ufs/ifs/README .
options IFS
-# Soft updates is a technique for improving file system speed and
+# Soft updates is a technique for improving filesystem speed and
# making abrupt shutdown less risky.
#
options SOFTUPDATES
diff --git a/sys/conf/files b/sys/conf/files
index d38d49d..976468f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -730,7 +730,7 @@ geom/geom_slice.c optional geom
geom/geom_subr.c optional geom
geom/geom_sunlabel.c optional geom
gnu/ext2fs/ext2_alloc.c optional ext2fs \
- warning "kernel contains GPL contaminated ext2fs file system"
+ warning "kernel contains GPL contaminated ext2fs filesystem"
gnu/ext2fs/ext2_balloc.c optional ext2fs
gnu/ext2fs/ext2_bmap.c optional ext2fs
gnu/ext2fs/ext2_ihash.c optional ext2fs
diff --git a/sys/conf/options b/sys/conf/options
index 2998468..3de2423 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -111,7 +111,7 @@ CAPABILITIES opt_cap.h
# Do we want the config file compiled into the kernel?
INCLUDE_CONFIG_FILE opt_config.h
-# Options for static file systems. These should only be used at config
+# Options for static filesystems. These should only be used at config
# time, since the corresponding lkms cannot work if there are any static
# dependencies. Unusability is enforced by hiding the defines for the
# options in a never-included header.
@@ -155,8 +155,8 @@ SOFTUPDATES opt_ffs.h
UFS_ACL opt_ufs.h
# Enabling this option turns on support for extended attributes in UFS-based
-# file systems, which can be used to support high security configurations
-# as well as new file system features.
+# filesystems, which can be used to support high security configurations
+# as well as new filesystem features.
UFS_EXTATTR opt_ufs.h
UFS_EXTATTR_AUTOSTART opt_ufs.h
diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha
index 69745f3..99aacf5 100644
--- a/sys/conf/options.alpha
+++ b/sys/conf/options.alpha
@@ -81,7 +81,7 @@ CLK_USE_I8254_CALIBRATION opt_clock.h
TIMER_FREQ opt_clock.h
# Options for emulators. These should only be used at config time, so
-# they are handled like options for static file systems
+# they are handled like options for static filesystems
# (see src/sys/conf/options).
COMPAT_LINUX opt_dontuse.h
COMPAT_OSF1 opt_dontuse.h
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index b505dbd..42f07d2 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -23,7 +23,7 @@ BROKEN_KEYBOARD_RESET opt_reset.h
KSTACK_PAGES
# Options for emulators. These should only be used at config time, so
-# they are handled like options for static file systems
+# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 6cf1db2..3ee0880 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -23,7 +23,7 @@ BROKEN_KEYBOARD_RESET opt_reset.h
KSTACK_PAGES
# Options for emulators. These should only be used at config time, so
-# they are handled like options for static file systems
+# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
OpenPOWER on IntegriCloud