[media] extended-controls.rst: avoid going past page with LaTeX
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 19 Aug 2016 22:23:37 +0000 (19:23 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 22 Aug 2016 13:34:02 +0000 (10:34 -0300)
commit0c04622162ea65d0dcb0d5156f247131ceda64e0
tree3cee3e212709d509ec3ad3c5b745ff96b27f9fb3
parent43e4138be37a16b724666374b7e487d2410af8aa
[media] extended-controls.rst: avoid going past page with LaTeX

It is painful to put code/verbatim code in bold. It seems that
the only way is to arrange it like:
``foo``
    bar

At least on LaTeX output, when this happens, the "foo" string
is not hidentable/breakable. The entire string should fit into
a single line.

Add a workaround for this ReST limitation by splitting the
foo string into two strings, on separate lines. The output
is not the best, but it works.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/v4l/extended-controls.rst