From patchwork Sat Feb 1 01:20:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarah Newman X-Patchwork-Id: 11360787 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C72321398 for ; Sat, 1 Feb 2020 01:21:56 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A38E320663 for ; Sat, 1 Feb 2020 01:21:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=permerror (0-bit key) header.d=prgmr.com header.i=@prgmr.com header.b="SMnsWsgz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A38E320663 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=prgmr.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ixhSn-0001oR-HP; Sat, 01 Feb 2020 01:20:45 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ixhSl-0001oB-VN for xen-devel@lists.xenproject.org; Sat, 01 Feb 2020 01:20:44 +0000 X-Inumbo-ID: 109aaa5c-4491-11ea-b211-bc764e2007e4 Received: from mail.prgmr.com (unknown [2605:2700:0:5::4713:9506]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 109aaa5c-4491-11ea-b211-bc764e2007e4; Sat, 01 Feb 2020 01:20:43 +0000 (UTC) Received: from localhost.localdomain (c-174-62-72-237.hsd1.ca.comcast.net [174.62.72.237]) (Authenticated sender: srn) by mail.prgmr.com (Postfix) with ESMTPSA id BB61C72008A; Sat, 1 Feb 2020 01:22:35 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.prgmr.com BB61C72008A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prgmr.com; s=default; t=1580538155; bh=ObcgTufZkU5X+KlWE0DZEjaBH7Uf7j5KTZHoa1pWZiQ=; h=From:To:Cc:Subject:Date:From; b=SMnsWsgzNa7U9swgJo07o+n6/sCCt//4y/0xZxGBAJJSGdKsqSsHVS7XVohMPiMxj B29oaGzi1NUoeTbCG2yRH9ODiMkG8Jemsqv7oNHuee91cMDHpw0oZKQ8VBoMp7PmKy ZrvCjZXsVlE+BtV/9fAGbL0K4XKcloo5ewE2DHlE= From: Sarah Newman To: xen-devel@lists.xenproject.org Date: Fri, 31 Jan 2020 17:20:26 -0800 Message-Id: <20200201012026.5976-1-srn@prgmr.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH] docs/misc: xen-command-line: fix parameters in sample serial configuration X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Sarah Newman Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The names of the serial parameters use hyphens, not underscores. Signed-off-by: Sarah Newman Reviewed-by: Jan Beulich --- docs/misc/xen-command-line.pandoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc index 5eb3a07276..5051583a5d 100644 --- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -369,8 +369,8 @@ The accepted name keywords for name=value pairs are: The following are examples of correct specifications: com1=115200,8n1,0x3f8,4 - com1=115200,8n1,0x3f8,4,reg_width=4,reg_shift=2 - com1=baud=115200,parity=n,stop_bits=1,io_base=0x3f8,reg_width=4 + com1=115200,8n1,0x3f8,4,reg-width=4,reg-shift=2 + com1=baud=115200,parity=n,stop-bits=1,io-base=0x3f8,reg-width=4 ### conring_size > `= `