From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3y1CZW0CKLzDsNH for ; Tue, 26 Sep 2017 04:40:34 +1000 (AEST) Date: Mon, 25 Sep 2017 20:40:30 +0200 From: Michal =?UTF-8?B?U3VjaMOhbmVr?= To: Randy Dunlap Cc: Jonathan Corbet , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Mauro Carvalho Chehab , Jani Nikula , Kamlakant Patel , Bamvor Jian Zhang , Tamara Diaconita , Trond Myklebust , Hari Bathini , Mahesh Salgaonkar , Andrew Morton , Nicholas Piggin , Baoquan He , Ilya Matveychikov , Ingo Molnar , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments. Message-ID: <20170925204030.1afb306d@naga> In-Reply-To: <95aef744-2f5f-31ad-a05b-7173d840ef47@infradead.org> References: <28da60231eb848981e858fa33e3b7e33f8547111.1505494668.git.msuchanek@suse.de> <44dd719f756a9e1b8388730b0b4562507027d35a.1505494668.git.msuchanek@suse.de> <95aef744-2f5f-31ad-a05b-7173d840ef47@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 15 Sep 2017 10:59:00 -0700 Randy Dunlap wrote: > On 09/15/17 10:02, Michal Suchanek wrote: > > Signed-off-by: Michal Suchanek > > --- > > Documentation/admin-guide/kernel-parameters.rst | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/admin-guide/kernel-parameters.rst > > b/Documentation/admin-guide/kernel-parameters.rst index > > 722d3f771924..1f9837266417 100644 --- > > a/Documentation/admin-guide/kernel-parameters.rst +++ > > b/Documentation/admin-guide/kernel-parameters.rst @@ -35,9 +35,10 > > @@ can also be entered as:: > > log-buf-len=1M print_fatal_signals=1 > > > > -Double-quotes and backslashes can be used to protect spaces in > > values, e.g.:: +Double-quotes single-quaotes and backslashes can be > > used to protect spaces > > single-quotes > Thanks for catching the typo Michal