From patchwork Thu Apr 23 23:00:56 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26556 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id DC2B7BDCB5 for ; Thu, 23 Apr 2026 23:02:06 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8CBE362FE2; Fri, 24 Apr 2026 01:02:06 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="e0Mx0EQI"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 37D5062FD9 for ; Fri, 24 Apr 2026 01:01:48 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AEABB1A4A for ; Fri, 24 Apr 2026 01:00:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1776985208; bh=GkdyjVIOyzu54fTsbz2vMeCOv7Q7SPdvSM8BMRCzbGQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e0Mx0EQIRcMJk7/tY9mYHZVW7ktPrNv8I3X5hWlZRAqGldNZDjrALhfybFMIJry/Q cmHftwNi/UAFztIDOLlp1Mb8n69tB9RRslNxfHBcQ7LZGQqJl6R6NiYyUU89taT9TO a2VSbF1w+nBtzvH1DT7t5C1FUYQ/iHkb+tAOZ61c= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH v3 34/37] Documentation: Rename runtime configuration title Date: Fri, 24 Apr 2026 02:00:56 +0300 Message-ID: <20260423230059.3180987-35-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260423230059.3180987-1-laurent.pinchart@ideasonboard.com> References: <20260423230059.3180987-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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 Reviewed-by: Barnabás Pőcze Reviewed-by: Isaac Scott --- 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 a95de2f43ab0..2cdffb335a66 100644 --- a/Documentation/runtime_configuration.rst +++ b/Documentation/runtime_configuration.rst @@ -89,8 +89,8 @@ Configuration file example mode: gpu threads: 2 -List of variables and configuration options -------------------------------------------- +List of environment variables and configuration options +------------------------------------------------------- LIBCAMERA_LOG_FILE The custom destination for log output.