[33/36] Documentation: Rename runtime configuration title
diff mbox series

Message ID 20260113000808.15395-34-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • libcamera: Global configuration file improvements
Related show

Commit Message

Laurent Pinchart Jan. 13, 2026, 12:08 a.m. UTC
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(-)

Comments

Barnabás Pőcze Jan. 13, 2026, 9:09 a.m. UTC | #1
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
>

Patch
diff mbox series

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.