]> 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)
commitef17e67b6be12c2c924461d6ead2153dd23b8239
tree548d0b477d43263b9c3ea8f4749545f08fe6eb2b
parentf863eba1e8608b4dc34874bbb7643d4ffae6a74c
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