Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp3619576ybd; Fri, 28 Jun 2019 11:50:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqwUqL1WicmsOvHKFitKcOf24EawTuqHoJh3jHE4mvTM4HkkJKsIiOri2Hf34aIa8NnxtB7G X-Received: by 2002:a17:90a:7148:: with SMTP id g8mr15131772pjs.51.1561747807962; Fri, 28 Jun 2019 11:50:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561747807; cv=none; d=google.com; s=arc-20160816; b=t9SqC99MZADSrEzEbJUven0ulYLBWttumEDGTvtPfvbPxn2Id8sww/vDM31RoU4wmi g0LEeFVcIozygZifqzOBXmFFO/jaGCPlFem8kYkYgU8Uegon4OwL371lwygBgtUsdHp1 ickT86PQaNzHQHrJ1arR1bzC28QlTC9a6+YIlFBtJTkJ9icYPzMN3E50dVcSZx0wdTEZ wjz87XPXjI9YCwKpvkTcCCxxtB+mTxTXk9CDsrhm0mYW8kWCQfipvtvHtmax3A6Tyqoq jtMkI0Jm135/pZs2Ht3R6HRuQ1yAxd8kTJipBAAD/lJkHEDTu0bgZ9kTkFw++W83Vbb9 2Hsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=Xn4Y8Gsbku4yCbUaT/jVMtH1fLYh3B9j9ilXwxZoQ+c=; b=kaqb28dbTzUTSSfnqwEXnwAVZUfiMVancPCkRCjaKp/1E4H5xkll5unBVrzc1TTJX1 t7LdwHuqYOm0W2cNBbn5nBkyiiHrtvuwTs/bt3tvIg4Z5dscvKVib88465VzRCpMW4SY R2V7q5KXwSDCKNKrjryGlAAoFXAZXv2PSKn826vCgtWAA+HRrMWVV1foIvqPr6VYsZAa 1RSwkItvHDF/NeGD8pUSA1TQqlG54ppd/m20U4yIEcTDGf4vn7yL755eCN13ZCUc+lvQ OVY5jiaLLmcTagPLyNs0/hWPUSDHOeTpnzM1vioj+3HzYOC7oijYyLA4m7jtuN+mMbEz VZdA== 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 q23si3018632pff.103.2019.06.28.11.49.52; Fri, 28 Jun 2019 11:50:07 -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 S1726954AbfF1SsJ (ORCPT + 99 others); Fri, 28 Jun 2019 14:48:09 -0400 Received: from ms.lwn.net ([45.79.88.28]:35956 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726702AbfF1SsG (ORCPT ); Fri, 28 Jun 2019 14:48:06 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id A2AE75A0; Fri, 28 Jun 2019 18:48:05 +0000 (UTC) Date: Fri, 28 Jun 2019 12:48:04 -0600 From: Jonathan Corbet To: Stephen Kitt Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: format kernel-parameters -- as code Message-ID: <20190628124804.5ce44f04@lwn.net> In-Reply-To: <20190628203841.723ccd9c@heffalump.sk2.org> References: <20190627135938.3722-1-steve@sk2.org> <20190628091021.457d0301@lwn.net> <20190628203841.723ccd9c@heffalump.sk2.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 28 Jun 2019 20:38:41 +0200 Stephen Kitt wrote: > Right, looking further shows a large number of places where -- is handled > incorrectly. The following patch disables this “smart” handling wholesale; > I’ll follow up (in the next few days) with patches to use real em- and > en-dashes where appropriate. Thanks for figuring that out, it seems like the right thing to do. Let's not worry about "real" dashes for now. Not everybody welcomes non-ascii characters in the docs and, for dashes, it's something I deemed not worth fighting about. Thanks, jon