diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
commit | ce66ddb76352a2e5f34aacdbe7733d92e60aff17 (patch) | |
tree | b5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/reboot | |
parent | 7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff) | |
download | src-test2-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.tar.gz src-test2-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.zip |
Notes
Diffstat (limited to 'sbin/reboot')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 8 | ||||
-rw-r--r-- | sbin/reboot/reboot.8 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 6c6ed5414cc7..000052ddce53 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 2778814219ea..12a31dd7fee4 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. |