| Message ID | 20260113000808.15395-34-laurent.pinchart@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
2026. 01. 13. 1:08 keltezéssel, Laurent Pinchart írta: > The Documentation/runtime_configuration.rst file has a title that > mentions "variables" to refer to environment variables. Spell it out > fully for clarity. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> > Documentation/runtime_configuration.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/runtime_configuration.rst b/Documentation/runtime_configuration.rst > index e99ef2fb9561..b4386cd2ef4b 100644 > --- a/Documentation/runtime_configuration.rst > +++ b/Documentation/runtime_configuration.rst > @@ -85,8 +85,8 @@ Configuration file example > skip: 50 > number: 30 > > -List of variables and configuration options > -------------------------------------------- > +List of environment variables and configuration options > +------------------------------------------------------- > > LIBCAMERA_LOG_FILE > The custom destination for log output. > -- > Regards, > > Laurent Pinchart >
diff --git a/Documentation/runtime_configuration.rst b/Documentation/runtime_configuration.rst index e99ef2fb9561..b4386cd2ef4b 100644 --- a/Documentation/runtime_configuration.rst +++ b/Documentation/runtime_configuration.rst @@ -85,8 +85,8 @@ Configuration file example skip: 50 number: 30 -List of variables and configuration options -------------------------------------------- +List of environment variables and configuration options +------------------------------------------------------- LIBCAMERA_LOG_FILE The custom destination for log output.
The Documentation/runtime_configuration.rst file has a title that mentions "variables" to refer to environment variables. Spell it out fully for clarity. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- Documentation/runtime_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)