From patchwork Tue Jun 21 23:08:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 16302 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 6C12EBD808 for ; Tue, 21 Jun 2022 23:08:48 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9D0246563A; Wed, 22 Jun 2022 01:08:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1655852927; bh=8Ku1DuEmWujNTALlBcNYfycROuAhCzWEuwIZgQkXo9o=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=Pcy6mb1TpeYJJGmnsUBMr2+j1alBY0z8hOpzUeu7obbxRhUv4KHXu1vZOTeo7j4XS kexlPJ84gM4NQPB/jLRl8OjSXrDJsGZVt3tINQaHJpROHuPcvYQWFwaJAVQGvo2gMP D7i3VDUOlNE701tH4lvvJlokyU/t7TghIvCi1Nh8KT/V3utz1UkTb7fbMJ0603da/g 4IPUdDFg5itdJUHFoNpIfXLdombWZkbJy299A9aSS6vsLnkD2iIhoYJPbr0BESWDG4 FevAVIwA5RDmKNkrOdFW3HFJEP0xFyc6YS4gjtfjhVj0gQnJm4bsZ1McKmfTZdHvut EQVoIRSlmrvpg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B69E960498 for ; Wed, 22 Jun 2022 01:08:46 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="gudqQixM"; dkim-atps=neutral Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3AC0A31A for ; Wed, 22 Jun 2022 01:08:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1655852926; bh=8Ku1DuEmWujNTALlBcNYfycROuAhCzWEuwIZgQkXo9o=; h=From:To:Subject:Date:From; b=gudqQixMA2ZZnUYgbSGz9bhR7gt0ey0SCw0l/JklIercM0gIF2VkJtpCSqaNBpxxA utkOuvPnlHNepsQYb1YdxuAZCJw97nXTmvcxgRt9N+VqNEoB33aUNPW2iRG3Zxw/pk bvAim6kIwkEzjqEeSMZ1c9uaPKut2izsIhqha9Kg= To: libcamera-devel@lists.libcamera.org Date: Wed, 22 Jun 2022 02:08:25 +0300 Message-Id: <20220621230826.23906-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/2] Documentation: Fix length of title underlines 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: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Some title underlines don't match the title text. Fix them. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/environment_variables.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) base-commit: 7cd8b54fd7b4a03e8a25107575dc547e219a3747 diff --git a/Documentation/environment_variables.rst b/Documentation/environment_variables.rst index 0a7760cbea42..f092cbbd29c5 100644 --- a/Documentation/environment_variables.rst +++ b/Documentation/environment_variables.rst @@ -87,7 +87,7 @@ global environment: :~$ cam --list Log levels -~~~~~~~~~~~ +~~~~~~~~~~ This is the list of available log levels, notice that all levels below the chosen one are printed, while those above are discarded. @@ -103,7 +103,7 @@ If you choose WARN (2), you will be able to see WARN (2), ERROR (3) and FATAL (4 but not DEBUG (0) and INFO (1). Log categories -~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~ Every category represents a specific area of the libcamera codebase, the names can be located within the source code, for example: @@ -141,7 +141,7 @@ storage locations to search for those configuration files. `Examples `__ IPA module -~~~~~~~~~~~ +~~~~~~~~~~ In order to locate the correct IPA module for your hardware, libcamera gathers existing IPA modules from multiple locations. The default locations for this