From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751633AbbHTICT (ORCPT ); Thu, 20 Aug 2015 04:02:19 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:35078 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750978AbbHTICN (ORCPT ); Thu, 20 Aug 2015 04:02:13 -0400 From: Shipeng Feng To: corbet@lwn.net Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Shipeng Feng Subject: [PATCH] Documentation: HOWTO: fixed several document underline style issues Date: Thu, 20 Aug 2015 16:02:03 +0800 Message-Id: <1440057723-38653-1-git-send-email-fsp261@gmail.com> X-Mailer: git-send-email 2.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed several document underline issues. Signed-off-by: Shipeng Feng --- Documentation/HOWTO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/HOWTO b/Documentation/HOWTO index 93aa860..bd45d1e 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO @@ -68,7 +68,7 @@ For common questions and answers about the GPL, please see: Documentation ------------- +------------- The Linux kernel source tree has a large range of documents that are invaluable for learning how to interact with the kernel community. When @@ -225,7 +225,7 @@ branches. These different branches are: - the 3.x -next kernel tree for integration tests 3.x kernel tree ------------------ +--------------- 3.x kernels are maintained by Linus Torvalds, and can be found on kernel.org in the pub/linux/kernel/v3.x/ directory. Its development process is as follows: @@ -263,7 +263,7 @@ mailing list about kernel releases: preconceived timeline." 3.x.y -stable kernel tree ---------------------------- +------------------------- Kernels with 3-part versions are -stable kernels. They contain relatively small and critical fixes for security problems or significant regressions discovered in a given 3.x kernel. @@ -286,7 +286,7 @@ documents what kinds of changes are acceptable for the -stable tree, and how the release process works. 3.x -git patches ------------------- +---------------- These are daily snapshots of Linus' kernel tree which are managed in a git repository (hence the name.) These patches are usually released daily and represent the current state of Linus' tree. They are more @@ -318,7 +318,7 @@ accepted, or rejected. Most of these patchwork sites are listed at http://patchwork.kernel.org/. 3.x -next kernel tree for integration tests ---------------------------------------------- +------------------------------------------- Before updates from subsystem trees are merged into the mainline 3.x tree, they need to be integration-tested. For this purpose, a special testing repository exists into which virtually all subsystem trees are -- 2.2.1