From: Lennart Poettering Date: Mon, 21 Mar 2022 23:13:10 +0000 (+0100) Subject: man: clarify the format used by sd-boot config files X-Git-Tag: v251-rc1~80^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84df0f315a37702de483bf76f74e28796b5035c0;p=thirdparty%2Fsystemd.git man: clarify the format used by sd-boot config files --- 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