summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 19:41:01 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 19:41:01 +0000
commitcf7599533452cb7f0cd2be72006747aba00e5c38 (patch)
tree57189befbe010b8213ac756b34338a2a7dcc85a1
parente621b864874c5a629be9b9be653ffe64e38dd6e6 (diff)
downloadFreeBSD-src-cf7599533452cb7f0cd2be72006747aba00e5c38.zip
FreeBSD-src-cf7599533452cb7f0cd2be72006747aba00e5c38.tar.gz
s/file system/filesystem/g
-rw-r--r--release/doc/en_US.ISO8859-1/installation/common/trouble.sgml2
-rw-r--r--release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml16
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml4
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml4
4 files changed, 13 insertions, 13 deletions
diff --git a/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml b/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml
index 59fcc84..35729f8 100644
--- a/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml
+++ b/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml
@@ -23,7 +23,7 @@
when asked. You will then be placed into a shell with a wide
variety of commands available (in the <filename>/stand</filename>
and <filename>/mnt2/stand</filename> directories) for checking,
- repairing and examining file systems and their contents. Some
+ repairing and examining filesystems and their contents. Some
UNIX administration experience <emphasis>is</emphasis> required to
use the fixit option.</para>
</sect2>
diff --git a/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml b/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml
index 6af1820..4286d17 100644
--- a/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml
+++ b/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml
@@ -39,7 +39,7 @@ This file contains sparc64-specific installation instructions.
<para>If installing from CDROM is impossible or undesirable, the
alternative is to install over the network. This requires another
machine, suitably configured, to serve the boot loader, kernel,
- and root file system to the new machine, via a combination of
+ and root filesystem to the new machine, via a combination of
RARP, TFTP, and either BOOTP or DHCP. This netboot server can be
another &os; machine, but is not required to be.</para>
@@ -497,23 +497,23 @@ drivedata: 0
<title>Creating the Root Fileystem</title>
<para>If you want to boot from a local disk, you will need to
- create a root file system to hold the base system binaries and
- configuration files (and optionally other file systems mounted
+ create a root filesystem to hold the base system binaries and
+ configuration files (and optionally other filesystems mounted
in places such as <filename>/usr</filename> and
<filename>/var</filename>).</para>
<para>The kernel contains support for Sun disklabels, so you can
use Solaris disks, which may even be prepared using
<application>newfs</application> under Solaris. NetBSD disk
- labels and file systems are also usable from &os;.</para>
+ labels and filesystems are also usable from &os;.</para>
<warning>
<para>Do <emphasis>not</emphasis> run Solaris
- <application>fsck</application> on file systems modified by
+ <application>fsck</application> on filesystems modified by
&os;. Doing so will damage the file permissions.</para>
</warning>
- <para>To create file systems and to install the base system, boot
+ <para>To create filesystems and to install the base system, boot
from CDROM or via NFS and create a disk label as described in
<xref linkend="creating-disk-label">.</para>
@@ -523,7 +523,7 @@ drivedata: 0
booting (use a format like
<command>ufs:<replaceable>disk</replaceable><replaceable>partition</replaceable></command>,
i.e. leave the slice specification out). If the kernel does
- automatically attempt to boot from another file system, press a
+ automatically attempt to boot from another filesystem, press a
key other than <keycap>Enter</keycap> on the
<application>loader</application> prompt:</para>
@@ -531,7 +531,7 @@ drivedata: 0
<para>Then, boot the kernel using <command>boot -a -s</command>,
which will cause the kernel to ask you for the root partition
- and then boot into single-user mode. Once the root file system
+ and then boot into single-user mode. Once the root filesystem
has been entered into <filename>/etc/fstab</filename>, it should
be automatically mounted as <filename>/</filename> on the next
boot.</para>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 1eb2277..0e03d59 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -1200,7 +1200,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
have been split apart for ease of maintenance and further
development.</para>
- <para>Support for file system Access Control Lists (ACLs) has
+ <para>Support for filesystem Access Control Lists (ACLs) has
been introduced, allowing more fine-grained control of
discretionary access control on files and directories. This
support was integrated from the TrustedBSD Project. More
@@ -2719,7 +2719,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
problem report. &merged;</para>
<para>The &man.setfacl.1; and &man.getfacl.1; commands have been
- added to manage file system Access Control Lists.</para>
+ added to manage filesystem Access Control Lists.</para>
<para>&man.setproctitle.3; has been moved from
<filename>libutil</filename> to
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 1eb2277..0e03d59 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -1200,7 +1200,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
have been split apart for ease of maintenance and further
development.</para>
- <para>Support for file system Access Control Lists (ACLs) has
+ <para>Support for filesystem Access Control Lists (ACLs) has
been introduced, allowing more fine-grained control of
discretionary access control on files and directories. This
support was integrated from the TrustedBSD Project. More
@@ -2719,7 +2719,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
problem report. &merged;</para>
<para>The &man.setfacl.1; and &man.getfacl.1; commands have been
- added to manage file system Access Control Lists.</para>
+ added to manage filesystem Access Control Lists.</para>
<para>&man.setproctitle.3; has been moved from
<filename>libutil</filename> to
OpenPOWER on IntegriCloud