[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <44dd719f756a9e1b8388730b0b4562507027d35a.1505494668.git.msuchanek@suse.de>
Date: Fri, 15 Sep 2017 19:02:51 +0200
From: Michal Suchanek <msuchanek@...e.de>
To: Jonathan Corbet <corbet@....net>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Michael Ellerman <mpe@...erman.id.au>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Jani Nikula <jani.nikula@...el.com>,
Michal Suchanek <msuchanek@...e.de>,
Kamlakant Patel <kamlakant.patel@...adcom.com>,
Bamvor Jian Zhang <bamvor.zhangjian@...aro.org>,
Tamara Diaconita <diaconitatamara@...il.com>,
Trond Myklebust <trond.myklebust@...marydata.com>,
Hari Bathini <hbathini@...ux.vnet.ibm.com>,
Mahesh Salgaonkar <mahesh@...ux.vnet.ibm.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Nicholas Piggin <npiggin@...il.com>,
Baoquan He <bhe@...hat.com>,
Ilya Matveychikov <matvejchikov@...il.com>,
Ingo Molnar <mingo@...nel.org>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: [PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments.
Signed-off-by: Michal Suchanek <msuchanek@...e.de>
---
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
+in values, e.g.::
- param="spaces in here" param2=spaces\ in\ here
+ param="spaces in here" param2=spaces\ in\ here param3='@%# !\'
cpu lists:
----------
--
2.10.2
Powered by blists - more mailing lists