Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1146301imm; Tue, 5 Jun 2018 09:45:39 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJPEfO/sJzcMpuBhUzvzHtXchvGzSmoSt4I9NlrUAnTA4v4nzlJlODLnKigHsuxeX6zFaRE X-Received: by 2002:a65:62cd:: with SMTP id m13-v6mr12457569pgv.207.1528217139273; Tue, 05 Jun 2018 09:45:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528217139; cv=none; d=google.com; s=arc-20160816; b=xmCXRmlAKbTwYxN2zNK2AdfK7WFFzbdWi3qV0cBbbjcZk+dfiaiDRZiXMPHcyiryQJ vvut1C2M46RfBoTeIOfUdcpOHKuhdaqsW0KoDNXw0mEMMGQ9MPkr5ojYWL4txx9Ufd9R i/ib0Yh7cQtxGNSxqx61Waoa57MBYgt8hk7QqKQo5IB/w2y0Zg4rKg6yAEb6Bu14W9FE sSPZweCXyJjsjlFdWWRv5Ao/QCjCPFQSRTrM6iVHVSzz15I+sKgFHQ5Z0WgN/9rQgfsM 5uVP+wkYoPx8Wjv3BlXU8lxvsbu31SBGmFHxRA/Ho+Gn4R3iL2nnjNYocFSNtq4+L9qS fHuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:to:from :arc-authentication-results; bh=IY5PV6JBAecJ63MRY276zkd5DHtBbb1dQ4Y2n71cg0U=; b=PGmbx364SJXpeFRhdzrkiQgJRVfjOe+6OOr8uxTWPE7aXStedCP7x2kBag7zE2KXC8 4C93sIvu6+5wDXSVNhmkWh6G8jX2P0HAOXn8vUWO/12nEU5T3OHxxv95+H/fLz92JRCs wfun68lWCEQ6Hknhry7tHl5zFvvis6bhrYIjnntZe9f6D3fSiM7b2kVVM091W0tHCgUA MEKqwhQblvX6SwqXn09mjZ0t+9nI3y3zBHIQIBDuTkluqdMz3qnyaqT9csWZ6IEmfIKo 3bljFxt029Z+VIJrLnbY+fxOZ/+wSpAhkbVNBqJ1PES7ui5mhjJo8bUoeeXHMmB/pUnl 62Zg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z18-v6si48830221pfd.357.2018.06.05.09.45.25; Tue, 05 Jun 2018 09:45:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752177AbeFEQoD (ORCPT + 99 others); Tue, 5 Jun 2018 12:44:03 -0400 Received: from mx2.suse.de ([195.135.220.15]:46866 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751819AbeFEQnt (ORCPT ); Tue, 5 Jun 2018 12:43:49 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5ECE4ADE7; Tue, 5 Jun 2018 16:43:48 +0000 (UTC) From: Michal Suchanek To: Jonathan Corbet , Michal Suchanek , Arnd Bergmann , Frederic Weisbecker , Ingo Molnar , Aaron Wu , Tony Luck , Andrew Morton , Thomas Gleixner , "Steven Rostedt," , Laura Abbott , Dominik Brodowski , Alexey Dobriyan , Tom Lendacky , Jeffrey Hugo , Baoquan He , Ilya Matveychikov , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v10 5/5] Documentation/admin-guide: single quotes in kernel arguments. Date: Tue, 5 Jun 2018 18:43:12 +0200 Message-Id: X-Mailer: git-send-email 2.13.6 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Michal Suchanek --- - fix typo --- 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 327e76ebe37d..cc81ad7cab0c 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: ---------- -- 2.13.6