diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
index 1c617bc0bb..20779ebd0e 100644
--- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
@@ -3840,9 +3840,9 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D
Be sure to make the following addition to your
rc.conf file:
sshd_enable="YES"
- This will load the ssh daemon
+ This will load &man.sshd.8;, the daemon program for ssh,
the next time your system initializes. Alternatively, you can
- simply run the sshd daemon.
+ simply run directly the sshd daemon by typing sshd on the command line.