From nobody Thu Apr 2 16:38:12 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E3E0C54EE9 for ; Thu, 22 Sep 2022 20:42:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229996AbiIVUmD (ORCPT ); Thu, 22 Sep 2022 16:42:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229963AbiIVUmB (ORCPT ); Thu, 22 Sep 2022 16:42:01 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 419902BE03; Thu, 22 Sep 2022 13:42:00 -0700 (PDT) Received: from meer.lwn.net (unknown [IPv6:2601:281:8300:73::5f6]) by ms.lwn.net (Postfix) with ESMTPA id 80493735; Thu, 22 Sep 2022 20:41:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 80493735 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1663879319; bh=zC5DmfnmcyjofvsDiYdnGJiX2/WFvTpVfVyoJDzoBRw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tZPw2TKP4JRFemmvCM8ulF8zPezrAaKTfjc3y+lD75IosWwhT3CVqE4GfNPO6ljwB MK7c4YtnxWAegAZVs0eI2OGWILlRFscaYYLcbvaslN5yDoMRFlOWGkpnSL8M0kDpKG Fo6hix36a3+gkyoB7UgMg048B5iFXCC8f0+FM3WXVE04b8a0cD7VcaUHM/J7nETFNX /+SYre1Wbv1roQMmItTFnchBtG9ZqNSjWg225dXWMi7eFKORBWW/lqq7e647liTZqX jlYcPkpXnknRRQbuo+tRS1JTSMvqQVO0yjBD7ENal/mTf28HxnVhVvtXNVy+37iMek oQDC30UgdW9LQ== From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Thorsten Leemhuis , Kees Cook , Jani Nikula , Jonathan Corbet Subject: [PATCH v2 1/7] docs: promote the title of process/index.html Date: Thu, 22 Sep 2022 14:41:32 -0600 Message-Id: <20220922204138.153146-2-corbet@lwn.net> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220922204138.153146-1-corbet@lwn.net> References: <20220922204138.153146-1-corbet@lwn.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" ...otherwise Sphinx won't cooperate when trying to list it explicitly in the top-level index.rst file Signed-off-by: Jonathan Corbet Reviewed-by: David Vernet --- Documentation/process/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/process/index.rst b/Documentation/process/index.= rst index 2ba2a1582bbe..d4b6217472b0 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -5,6 +5,7 @@ =20 .. _process_index: =20 +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Working with the kernel development community =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 --=20 2.37.2