From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932382AbcITHIR (ORCPT ); Tue, 20 Sep 2016 03:08:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33536 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075AbcITHIP (ORCPT ); Tue, 20 Sep 2016 03:08:15 -0400 Date: Tue, 20 Sep 2016 09:08:19 +0200 From: Greg KH To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , Markus Heiser , Jonathan Corbet , Jani Nikula , LKML , stable@vger.kernel.org Subject: Re: [PATCH v4 17/29] Documentation/stable_kernel_rules.txt: convert it to ReST markup Message-ID: <20160920070819.GA9768@kroah.com> References: <4f5c993043d3be4f39e3f1d781d074bfadc7b832.1474280152.git.mchehab@s-opensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4f5c993043d3be4f39e3f1d781d074bfadc7b832.1474280152.git.mchehab@s-opensource.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 19, 2016 at 08:07:51AM -0300, Mauro Carvalho Chehab wrote: > - use ReST markups for section headers; > - add cross-references to the options; > - mark code blocks; > - a few minor changes to make Sphinx happy. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/stable_kernel_rules.txt | 101 +++++++++++++++++++++++----------- > 1 file changed, 68 insertions(+), 33 deletions(-) > Acked-by: Greg Kroah-Hartman