From c1fec3a92268a67d06233d9fe093c02d0e3f6dfc Mon Sep 17 00:00:00 2001 From: David Bryant Date: Wed, 21 Dec 2022 10:42:53 -0600 Subject: Improved English idiom; clarified a few descriptions of scripts. --- chapter09/bootscripts.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'chapter09/bootscripts.xml') diff --git a/chapter09/bootscripts.xml b/chapter09/bootscripts.xml index cb88a9fd8..fbffa76df 100644 --- a/chapter09/bootscripts.xml +++ b/chapter09/bootscripts.xml @@ -74,7 +74,7 @@ checkfs Checks the integrity of the file systems before they are mounted - (with the exception of journal and network based file systems) + (with the exception of journaling and network-based file systems) checkfs @@ -173,8 +173,8 @@ mountfs - Mounts all file systems, except ones that are marked - noauto or are network based + Mounts all file systems, except those that are marked + noauto, or are network based mountfs @@ -208,7 +208,7 @@ The master run-level control script; it is responsible for running all the other bootscripts one-by-one, in a sequence determined - by the name of the symbolic links being processed + by the names of the symbolic links to those other bootscripts rc @@ -239,8 +239,8 @@ setclock - Resets the kernel clock to local time in case the hardware clock - is not set to UTC time + Resets the system clock to local time if the hardware clock + is not set to UTC setclock @@ -305,7 +305,7 @@ udev Prepares the /dev - directory and starts Udev + directory and starts the udev daemon udev -- cgit v1.2.3-54-g00ecf