summaryrefslogtreecommitdiffstats
path: root/sbin/reboot
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commit136be46680c6e4a18cc827da991d4f9a0de29cba (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/reboot
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/reboot')
-rw-r--r--sbin/reboot/boot_i386.88
-rw-r--r--sbin/reboot/reboot.86
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8
index 6c6ed54..000052d 100644
--- a/sbin/reboot/boot_i386.8
+++ b/sbin/reboot/boot_i386.8
@@ -49,7 +49,7 @@
.Sh DESCRIPTION
.Sy Power fail and crash recovery .
Normally, the system will reboot itself at power-up or after crashes.
-An automatic consistency check of the filesystems will be performed,
+An automatic consistency check of the file systems will be performed,
and unless this fails, the system will resume multi-user operations.
.Pp
.Sy Cold starts .
@@ -180,7 +180,7 @@ Boot flags:
.Bl -tag -width "-CXX" -compact
.It Fl a
during kernel initialization,
-ask for the device to mount as the root filesystem.
+ask for the device to mount as the root file system.
.It Fl C
boot from CDROM.
.It Fl c
@@ -246,10 +246,10 @@ options are automatically set.
pause after each attached device during the device probing phase.
.It Fl r
use the statically configured default for the device containing the
-root filesystem
+root file system
(see
.Xr config 8 ) .
-Normally, the root filesystem is on the device
+Normally, the root file system is on the device
that the kernel was loaded from.
.It Fl s
boot into single-user mode; if the console is marked as
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8
index 2778814..12a31dd 100644
--- a/sbin/reboot/reboot.8
+++ b/sbin/reboot/reboot.8
@@ -59,7 +59,7 @@ The
.Nm halt
and
.Nm
-utilities flush the filesystem cache to disk, send all running processes
+utilities flush the file system cache to disk, send all running processes
a
.Dv SIGTERM
(and subsequently a
@@ -100,11 +100,11 @@ or
.Nm halt
and log this themselves.
.It Fl n
-The filesystem cache is not flushed.
+The file system cache is not flushed.
This option should probably not be used.
.It Fl q
The system is halted or restarted quickly and ungracefully, and only
-the flushing of the filesystem cache is performed (if the
+the flushing of the file system cache is performed (if the
.Fl n
is not specified).
This option should probably not be used.
OpenPOWER on IntegriCloud