diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.xml b/en_US.ISO8859-1/books/handbook/config/chapter.xml
index 659b78b786..ef7c525935 100644
--- a/en_US.ISO8859-1/books/handbook/config/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml
@@ -520,8 +520,8 @@ run_rc_command "$1"
root.
- Let us take a look at /etc/crontab
- (the system crontab):
+ Let us take a look at /etc/crontab,
+ the system crontab:
# /etc/crontab - root's crontab for &os;
#
@@ -540,8 +540,8 @@ HOME=/var/log
- Like most &os; configuration files, the
- # character represents a comment. A
+ Like most &os; configuration files, lines that begin with the
+ # character are comments. A
comment can be placed in the file as a reminder of what and
why a desired action is performed. Comments cannot be on the
same line as a command or else they will be interpreted as
@@ -608,8 +608,8 @@ HOME=/var/log
This is the basic setup for every
crontab file, although there is one thing
different about this one. Field number six, where we specified
- the username, only exists in the system
- /etc/crontab. This field should be
+ the username, only exists in the system crontab.
+ This field should be
omitted for individual user crontab
files.