[PATCH v9 6/8] Documentation/admin-guide: single quotes in kernel arguments
Hari Bathini
hbathini at linux.vnet.ibm.com
Thu Nov 16 02:18:51 AEDT 2017
From: Michal Suchanek <msuchanek at suse.de>
Signed-off-by: Michal Suchanek <msuchanek at suse.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 722d3f7..1f98372 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-quotes 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:
----------
More information about the Linuxppc-dev
mailing list