From mboxrd@z Thu Jan 1 00:00:00 1970 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 E5BBFC07E9D for ; Fri, 23 Sep 2022 18:31:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232406AbiIWSba (ORCPT ); Fri, 23 Sep 2022 14:31:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232827AbiIWSb3 (ORCPT ); Fri, 23 Sep 2022 14:31:29 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA9E6127C87; Fri, 23 Sep 2022 11:31:26 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id BCEA5735; Fri, 23 Sep 2022 18:31:25 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net BCEA5735 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1663957885; bh=V0Z6GlxqUPJctrf114q9gAUq4nMo8XX8VCTNDTMwRx0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=BumvCMWAEdYJ4yHdsnKP1XQWL7F/VdIIxC3cZcCUUS9uAo8Rf7Rpk7puBrQZs6Qvk KGXdy4yhMuIfpci6GLwi10kEN6+NUihhlZEYFA728Lne5VkglRifaA9id7v24FYtbv if5kxP3gFbiOacIu4gb4u4MuhC0+CzBFH/Ho+mjFTkisdjmtdxfVKmaJo+aj1kIk4Q YIcN3LxoQpc4rZ59co/VDoAP9CZAJTYx/IbxAx+hAJzfm37QjStuoFISSzc7NZCc/n yQBNB9ztbXOJ9lkom+mTY2Di09czKVFb5GbbtFTydq+QDPSHBO9sWOQmGSphOgzefc rc5LOsxAQlzHQ== From: Jonathan Corbet To: David Vernet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Thorsten Leemhuis , Kees Cook , Jani Nikula Subject: Re: [PATCH v2 1/7] docs: promote the title of process/index.html In-Reply-To: References: <20220922204138.153146-1-corbet@lwn.net> <20220922204138.153146-2-corbet@lwn.net> Date: Fri, 23 Sep 2022 12:31:24 -0600 Message-ID: <87sfkilz7n.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org David Vernet writes: > On Thu, Sep 22, 2022 at 02:41:32PM -0600, Jonathan Corbet wrote: >> ...otherwise Sphinx won't cooperate when trying to list it explicitly in >> the top-level index.rst file >> >> Signed-off-by: Jonathan Corbet > > Should the commit summary title say: > > docs: promote the title of process/index.rst > > In other words, s/html/rst Duh ... not quite sure where I went off the rails there... > Otherwise: > > Reviewed-by: David Vernet Thanks, jon