On Fri, Jul 26, 2019 at 09:51:35AM -0300, Mauro Carvalho Chehab wrote:
> There are 4 RCU articles that are written on html format.
>
> The way they are, they can't be part of the Linux Kernel
> documentation body nor share the styles and pdf output.
>
> So, convert them to ReST format.
>
> This way, make htmldocs and make pdfdocs will produce a
> documentation output that will be like the original ones, but
> will be part of the Linux Kernel documentation body.
>
> Part of the conversion was done with the help of pandoc, but
> the result had some broken things that had to be manually
> fixed.
>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
I am having some trouble applying these, at least in part due to UTF-8
sequences, for example double left quotation mark. These end up being
"=E2=80=9C", with a few space characters turned into "=20".
Any advice on how to apply these? Should I just pull commits from
somewhere?
Thanx, Paul