diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 04:10:46 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 04:10:46 +0000 |
commit | 3468b317cb93827fbbd4b835f5c233804bc5203c (patch) | |
tree | 0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/reboot | |
parent | 4481bee4621453e6555046bda0aa6ad9f672b773 (diff) | |
download | src-test2-3468b317cb93827fbbd4b835f5c233804bc5203c.tar.gz src-test2-3468b317cb93827fbbd4b835f5c233804bc5203c.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 ae5082baaac4..f354133cebc6 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 file systems will be performed, +An automatic consistency check of the filesystems 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 file system. +ask for the device to mount as the root filesystem. .It Fl C boot from CDROM. .It Fl c @@ -244,10 +244,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 file system +root filesystem (see .Xr config 8 ) . -Normally, the root file system is on the device +Normally, the root filesystem 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 bf914b1a5aa1..71018c173549 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -59,7 +59,7 @@ The .Nm halt and .Nm -utilities flush the file system cache to disk, send all running processes +utilities flush the filesystem cache to disk, send all running processes a .Dv SIGTERM (and subsequently a @@ -98,11 +98,11 @@ or .Nm halt and log this themselves. .It Fl n -The file system cache is not flushed. +The filesystem 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 file system cache is performed (if the +the flushing of the filesystem cache is performed (if the .Fl n is not specified). This option should probably not be used. |