Re: [PATCH 6/8] docs: filesystems: ext4: blockgroup.rst: replace some characters
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-16 14:53:36
Also in:
linux-doc, lkml
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-16 14:53:36
Also in:
linux-doc, lkml
On Wed, Jun 16, 2021 at 08:55:12AM +0200, Mauro Carvalho Chehab wrote:
The conversion tools used during DocBook/LaTeX/html/Markdown->ReST
conversion and some cut-and-pasted text contain some characters that
aren't easily reachable on standard keyboards and/or could cause
troubles when parsed by the documentation build system.
Replace the occurences of the following characters:
- U+2217 ('∗'): ASTERISK OPERATOR
use ASCII asterisk instead of the ASTERISK OPERATOR
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>Acked-by: Theodore Ts'o <tytso@mit.edu> - Ted