diff mbox series

[v9,4/8] Documentation/admin-guide: backslash support in commandline

Message ID 151075905461.14434.11004830718191941093.stgit@hbathini.in.ibm.com (mailing list archive)
State Changes Requested
Headers show
Series reduce memory consumption for powerpc firmware-assisted capture kernel | expand

Commit Message

Hari Bathini Nov. 15, 2017, 3:17 p.m. UTC
From: Michal Suchanek <msuchanek@suse.de>

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 Documentation/admin-guide/kernel-parameters.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst
index b2598cc..722d3f7 100644
--- a/Documentation/admin-guide/kernel-parameters.rst
+++ b/Documentation/admin-guide/kernel-parameters.rst
@@ -35,9 +35,9 @@  can also be entered as::
 
 	log-buf-len=1M print_fatal_signals=1
 
-Double-quotes can be used to protect spaces in values, e.g.::
+Double-quotes and backslashes can be used to protect spaces in values, e.g.::
 
-	param="spaces in here"
+	param="spaces in here" param2=spaces\ in\ here
 
 cpu lists:
 ----------