[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200304203722.8e8699c2a3e0a979aae091b1@kernel.org>
Date: Wed, 4 Mar 2020 20:37:22 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Steven Rostedt <rostedt@...dmis.org>,
Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Markus Elfring <Markus.Elfring@....de>
Subject: Re: [PATCH v4] Documentation: bootconfig: Update boot configuration
documentation
Hi Randy,
Thanks for review and good suggestions!
On Tue, 3 Mar 2020 20:55:39 -0800
Randy Dunlap <rdunlap@...radead.org> wrote:
> > +Boot Configuration Syntax
> > +=========================
> > +
> > +The boot configuration syntax is a simple structured key-value. Each key
> > +consists of dot-connected-words, and key and value are connected by ``=``.
> > +The value has to be terminated by semi-colon (``;``) or newline (``\n``).
> > For array value, array entries are separated by comma (``,``). ::
>
> values,
> or just
> For an array, its entries are separated by
I like this latter one.
[...]
> > +Tree Structured Key
> > +-------------------
> >
> > -The boot config file syntax allows user to merge partially same word keys
> > -by brace. For example::
> > +The boot configuration syntax allows user to merge same parent key using
>
> allows the user
> although I am having problems with the rest of that sentence.
What about the following?
User can group identical parent keys together and use braces to list child keys
under them.
Thank you,
--
Masami Hiramatsu <mhiramat@...nel.org>
Powered by blists - more mailing lists