diff --git a/man/loader.conf.xml b/man/loader.conf.xml
index 1186d3e2b4..bfa4e2da90 100644
--- a/man/loader.conf.xml
+++ b/man/loader.conf.xml
@@ -37,9 +37,10 @@
defined by Boot Loader Specification.
- Each configuration file must consist of an option name, followed by
- whitespace, and the option value. # may be used to start
- a comment line. Empty and comment lines are ignored.
+ Each of these configuration files must consist of series of newline (i.e. ASCII code 10) separated
+ lines, each consisting of an option name, followed by whitespace, and the option
+ value. # may be used to start a comment line. Empty and comment lines are ignored. The
+ files use UTF-8 encoding.
Boolean arguments may be written as
yes/y/true/t/on/1 or