From patchwork Wed Oct 26 23:19:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 79563 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp331634qge; Wed, 26 Oct 2016 16:23:42 -0700 (PDT) X-Received: by 10.98.15.92 with SMTP id x89mr8464340pfi.29.1477524221949; Wed, 26 Oct 2016 16:23:41 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e6si5022788pgf.47.2016.10.26.16.23.41; Wed, 26 Oct 2016 16:23:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941906AbcJZXXb (ORCPT + 27 others); Wed, 26 Oct 2016 19:23:31 -0400 Received: from tex.lwn.net ([70.33.254.29]:33769 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933832AbcJZXUH (ORCPT ); Wed, 26 Oct 2016 19:20:07 -0400 Received: from tpad.lwn.net (localhost.localdomain [127.0.0.1]) by vena.lwn.net (Postfix) with ESMTP id B22B11540040; Wed, 26 Oct 2016 17:20:06 -0600 (MDT) From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jani Nikula , Mauro Carvalho Chehab , Jonathan Corbet Subject: [PATCH 02/11] docs: retitle the kernel-documentation.rst Date: Wed, 26 Oct 2016 17:19:30 -0600 Message-Id: <1477523979-5837-3-git-send-email-corbet@lwn.net> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477523979-5837-1-git-send-email-corbet@lwn.net> References: <1477523979-5837-1-git-send-email-corbet@lwn.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Let's make the title of this document (which shows up in the top page) better describe its contents. Cc: Jani Nikula Signed-off-by: Jonathan Corbet --- Documentation/kernel-documentation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.7.4 Reviewed-by: Mauro Carvalho Chehab diff --git a/Documentation/kernel-documentation.rst b/Documentation/kernel-documentation.rst index 10cc7ddb6235..c66ab937c2ca 100644 --- a/Documentation/kernel-documentation.rst +++ b/Documentation/kernel-documentation.rst @@ -1,6 +1,6 @@ -========================== -Linux Kernel Documentation -========================== +================================= +How to write kernel documentation +================================= Introduction ============