]> git.baikalelectronics.ru Git - kernel.git/commit
docs: can.rst: fix a footnote reference
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Sun, 6 May 2018 15:00:11 +0000 (12:00 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 15 Jun 2018 15:48:59 +0000 (12:48 -0300)
commit64be1f7eef710c7d9f105c3428cdba47abe8c2dd
tree548d0b477d43263b9c3ea8f4749545f08fe6eb2b
parent9ad9826cafb962bc208fd5e0146048d6d6a8a318
docs: can.rst: fix a footnote reference

As stated at:
http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#footnotes

A footnote should contain either a number, a reference or
an auto number, e. g.:
        [1], [#f1] or [#].

While using [*] accidentaly works for html, it fails for other
document outputs. In particular, it causes an error with LaTeX
output, causing all books after networking to not be built.

So, replace it by a valid syntax.

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Documentation/networking/can.rst