Re: [PATCH] docs: format kernel-parameters -- as code

2019-06-28 Thread Stephen Kitt
On Fri, 28 Jun 2019 12:48:04 -0600, Jonathan Corbet wrote: > 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

Re: [PATCH] docs: format kernel-parameters -- as code

2019-06-28 Thread Stephen Kitt
On Fri, 28 Jun 2019 09:10:21 -0600, Jonathan Corbet wrote: > On Thu, 27 Jun 2019 15:59:38 +0200 > > The current ReStructuredText formatting results in "--", used to > > indicate the end of the kernel command-line parameters, appearing as > > an en-dash instead of two hyphens; this patch formats th

Re: [PATCH] docs: format kernel-parameters -- as code

2019-06-28 Thread Randy Dunlap
On 6/28/19 11:48 AM, Jonathan Corbet wrote: > 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 da

Re: [PATCH] docs: format kernel-parameters -- as code

2019-06-28 Thread Jonathan Corbet
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 wher

Re: [PATCH] docs: format kernel-parameters -- as code

2019-06-28 Thread Jonathan Corbet
On Thu, 27 Jun 2019 15:59:38 +0200 Stephen Kitt wrote: > The current ReStructuredText formatting results in "--", used to > indicate the end of the kernel command-line parameters, appearing as > an en-dash instead of two hyphens; this patch formats them as code, > "``--``", as done elsewhere in t

[PATCH] docs: format kernel-parameters -- as code

2019-06-27 Thread Stephen Kitt
The current ReStructuredText formatting results in "--", used to indicate the end of the kernel command-line parameters, appearing as an en-dash instead of two hyphens; this patch formats them as code, "``--``", as done elsewhere in the documentation. Signed-off-by: Stephen Kitt --- Documentatio