Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1732958 > unrolled thread
| Started by | Michal Suchanek <msuchanek@suse.de> |
|---|---|
| First post | 2017-09-15 19:10 +0200 |
| Last post | 2017-09-25 20:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments. Michal Suchanek <msuchanek@suse.de> - 2017-09-15 19:10 +0200
Re: [PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments. Randy Dunlap <rdunlap@infradead.org> - 2017-09-15 20:00 +0200
Re: [PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments. Michal Suchánek <msuchanek@suse.de> - 2017-09-25 20:50 +0200
| From | Michal Suchanek <msuchanek@suse.de> |
|---|---|
| Date | 2017-09-15 19:10 +0200 |
| Subject | [PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments. |
| Message-ID | <uq2hP-5TN-11@gated-at.bofh.it> |
Signed-off-by: Michal Suchanek <msuchanek@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 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
[toc] | [next] | [standalone]
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2017-09-15 20:00 +0200 |
| Subject | Re: [PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments. |
| Message-ID | <uq34d-6fT-15@gated-at.bofh.it> |
| In reply to | #1732958 |
On 09/15/17 10:02, Michal Suchanek wrote:
> Signed-off-by: Michal Suchanek <msuchanek@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 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
> +in values, e.g.::
>
> - param="spaces in here" param2=spaces\ in\ here
> + param="spaces in here" param2=spaces\ in\ here param3='@%# !\'
>
> cpu lists:
> ----------
>
--
~Randy
[toc] | [prev] | [next] | [standalone]
| From | Michal Suchánek <msuchanek@suse.de> |
|---|---|
| Date | 2017-09-25 20:50 +0200 |
| Subject | Re: [PATCH 6/6] Documentation/admin-guide: single quotes in kernel arguments. |
| Message-ID | <utGC6-1Kz-13@gated-at.bofh.it> |
| In reply to | #1732991 |
On Fri, 15 Sep 2017 10:59:00 -0700 Randy Dunlap <rdunlap@infradead.org> wrote: > On 09/15/17 10:02, Michal Suchanek wrote: > > Signed-off-by: Michal Suchanek <msuchanek@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 > > 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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web