From 2810f33df5b91d25e6837cf4a48962deaf0eba84 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 11 Feb 2012 04:01:48 +0000 Subject: [PATCH] Fix some minor English style nits reported by igor. Approved by: dougb --- en_US.ISO8859-1/books/handbook/boot/chapter.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml index f1dee72b6f..89627df26a 100644 --- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml @@ -100,7 +100,7 @@ within some OS's file system. (A boot manager is sometimes also called a boot loader, but FreeBSD uses that term for a later stage of booting.) Popular boot managers - include boot0 (a.k.a. + include boot0 (aka Boot Easy, the standard &os; boot manager), Grub, GAG, and @@ -109,7 +109,7 @@ If you have only one operating system installed on your disks then a standard PC MBR will suffice. This MBR searches - for the first bootable (a.k.a. active) slice on the disk, and + for the first bootable (aka active) slice on the disk, and then runs the code on that slice to load the remainder of the operating system. The MBR installed by &man.fdisk.8;, by default, is such an MBR. It is based on @@ -503,7 +503,7 @@ boot: single-user mode - To simply boot your usual kernel, but in single-user + To boot your usual kernel, but in single-user mode: boot -s @@ -584,7 +584,7 @@ boot: GNOME, and kdm for KDE (and any other from the Ports - Collection) basically provide a graphical login screen in + Collection) provide a graphical login screen in place of the console login prompt. After a successful login, they present the user with a graphical desktop. @@ -1021,7 +1021,7 @@ console none unknown off insecure not terminate timely. To power down a FreeBSD machine on architectures and systems - that support power management, simply use the command + that support power management, use the command shutdown -p now to turn the power off immediately. To just reboot a FreeBSD system, just use shutdown -r now. You need to be