Re: [PATCH 1/1] Documentation: man-page for command bootd

2022-11-14 Thread Simon Glass
On Mon, 14 Nov 2022 at 02:31, Heinrich Schuchardt wrote: > > Provide a man-page for the bootd command. > > Signed-off-by: Heinrich Schuchardt > --- > doc/usage/cmd/bootd.rst | 38 ++ > doc/usage/index.rst | 1 + > 2 files changed, 39 insertions(+) > crea

[PATCH 1/1] Documentation: man-page for command bootd

2022-11-14 Thread Heinrich Schuchardt
Provide a man-page for the bootd command. Signed-off-by: Heinrich Schuchardt --- doc/usage/cmd/bootd.rst | 38 ++ doc/usage/index.rst | 1 + 2 files changed, 39 insertions(+) create mode 100644 doc/usage/cmd/bootd.rst diff --git a/doc/usage/cmd/bootd.rs