Ah, thanks for this. We had this fixed in http://kernsec.org/pipermail/linux-security-module-archive/2019-May/013525.html, but looks like it got forgotten somehow.
On Fri, Oct 11, 2019 at 9:00 AM Jonathan Corbet <cor...@lwn.net> wrote: > > On Thu, 10 Oct 2019 20:36:16 -0700 (PDT) > Christian Kujau <li...@nerdbynature.de> wrote: > > > While reading SafeSetID.rst I stumbled across those things. This patch > > removes these spurious '???' characters. > > > > Signed-off-by: Christian Kujau <li...@nerdbynature.de> > > I've applied this, thanks. I did take the liberty of rewriting the > changelog to adhere to normal standards: > > Author: Christian Kujau <li...@nerdbynature.de> > Date: Thu Oct 10 20:36:16 2019 -0700 > > docs: SafeSetID.rst: Remove spurious '???' characters > > It appears that some smart quotes were changed to "???" by even smarter > software; change them to the dumb but legible variety. > > Signed-off-by: Christian Kujau <li...@nerdbynature.de> > Signed-off-by: Jonathan Corbet <cor...@lwn.net> > > Thanks, > > jon