Commit 706f8a99 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] doc-rst: improve display of notes and warnings



There are several notes and warning mesages in the middle of
the media docbook. Use the ReST tags for that, as it makes
them visually better and hightlights them.

While here, modify a few ones to make them clearer.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent fed7b888
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ Arguments
Description
===========

Note: this documents the proposed CEC API. This API is not yet finalized
.. note:: This documents the proposed CEC API. This API is not yet finalized
   and is currently only available as a staging kernel module.

Closes the cec device. Resources associated with the file descriptor are
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Arguments
Description
===========

Note: this documents the proposed CEC API. This API is not yet finalized
.. note:: This documents the proposed CEC API. This API is not yet finalized
   and is currently only available as a staging kernel module.

The :c:func:`ioctl()` function manipulates cec device parameters. The
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ Arguments
Description
===========

Note: this documents the proposed CEC API. This API is not yet finalized
.. note:: This documents the proposed CEC API. This API is not yet finalized
   and is currently only available as a staging kernel module.

To open a cec device applications call :c:func:`open()` with the
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Arguments
Description
===========

Note: this documents the proposed CEC API. This API is not yet finalized
.. note:: This documents the proposed CEC API. This API is not yet finalized
   and is currently only available as a staging kernel module.

With the :c:func:`poll()` function applications can wait for CEC
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
Introduction
============

Note: this documents the proposed CEC API. This API is not yet finalized
.. note:: This documents the proposed CEC API. This API is not yet finalized
   and is currently only available as a staging kernel module.

HDMI connectors provide a single pin for use by the Consumer Electronics
Loading