From 84df0f315a37702de483bf76f74e28796b5035c0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Mar 2022 00:13:10 +0100 Subject: [PATCH] man: clarify the format used by sd-boot config files --- man/loader.conf.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/loader.conf.xml b/man/loader.conf.xml index 1186d3e2b48..bfa4e2da90a 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 -- 2.47.3