Re: [PATCH v3 4/6] sysinfo: Add documentation

2023-07-23 Thread Marek Vasut
On 7/17/23 14:27, Detlev Casanova wrote: On Friday, July 14, 2023 1:31:00 P.M. EDT Marek Vasut wrote: On 7/14/23 18:43, Detlev Casanova wrote: [...] +Return value + + +The return value $? is set to 0 (true) if the command succededd succeeded -- typo . If an +error occurs,

Re: [PATCH v3 4/6] sysinfo: Add documentation

2023-07-17 Thread Detlev Casanova
On Friday, July 14, 2023 1:31:00 P.M. EDT Marek Vasut wrote: > On 7/14/23 18:43, Detlev Casanova wrote: > > [...] > > > +Return value > > + > > + > > +The return value $? is set to 0 (true) if the command succededd > > succeeded -- typo > > . If an > > > +error occurs, the return

Re: [PATCH v3 4/6] sysinfo: Add documentation

2023-07-14 Thread Marek Vasut
On 7/14/23 18:43, Detlev Casanova wrote: [...] +Return value + + +The return value $? is set to 0 (true) if the command succededd succeeded -- typo . If an +error occurs, the return value $? is set to 1 (false). With that fixed: Reviewed-by: Marek Vasut

[PATCH v3 4/6] sysinfo: Add documentation

2023-07-14 Thread Detlev Casanova
Add documentation for the sysinfo command with examples. Signed-off-by: Detlev Casanova --- doc/usage/cmd/sysinfo.rst | 56 +++ 1 file changed, 56 insertions(+) create mode 100644 doc/usage/cmd/sysinfo.rst diff --git a/doc/usage/cmd/sysinfo.rst