diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
index bd962eb62e..93700d430d 100644
--- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
@@ -3087,8 +3087,10 @@ dedup = 1.05, compress = 1.11, copies = 1.00, dedup * compress / copies = 1.16
or one half of RAM, whichever is more.
However, a lower value should be used if the system will
be running any other daemons or processes that may require
- memory. This value can only be adjusted at boot time, and
- is set in /boot/loader.conf.
+ memory. This value can be adjusted at runtime with
+ &man.sysctl.8; and can be set in
+ /boot/loader.conf or
+ /etc/sysctl.conf.
@@ -3103,8 +3105,10 @@ dedup = 1.05, compress = 1.11, copies = 1.00, dedup * compress / copies = 1.16
directories, or frequent metadata operations, at the cost
of less file data fitting in the ARC.
- This value can only be adjusted at boot time, and is set
- in /boot/loader.conf.
+ This value can be adjusted at runtime with &man.sysctl.8;
+ and can be set in
+ /boot/loader.conf or
+ /etc/sysctl.conf.
@@ -3117,8 +3121,10 @@ dedup = 1.05, compress = 1.11, copies = 1.00, dedup * compress / copies = 1.16
value to prevent other applications from pressuring out
the entire ARC.
- This value can only be adjusted at boot time, and is set
- in /boot/loader.conf.
+ This value can be adjusted at runtime with &man.sysctl.8;
+ and can be set in
+ /boot/loader.conf or
+ /etc/sysctl.conf.