Commit b6b6e678 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] docs-rst: better use the .. note:: tag



Change multi-line note tags to be more symetric, e. g. not starting
the text together witht the tag.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 18759441
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@ 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
+3 −1
Original line number Diff line number Diff line
@@ -38,7 +38,9 @@ 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
+3 −1
Original line number Diff line number Diff line
@@ -45,7 +45,9 @@ 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
+3 −1
Original line number Diff line number Diff line
@@ -29,7 +29,9 @@ 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
+3 −1
Original line number Diff line number Diff line
@@ -3,7 +3,9 @@
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