[media] docs-rst: fix some .. note:: occurrences
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 22 Aug 2016 12:19:46 +0000 (09:19 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 22 Aug 2016 13:36:57 +0000 (10:36 -0300)
On some places, either an space or the second ':' is missing.

Fix them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/dvb/examples.rst
Documentation/media/uapi/v4l/dev-output.rst
Documentation/media/uapi/v4l/pixfmt-sbggr16.rst
Documentation/media/uapi/v4l/standard.rst
Documentation/media/v4l-drivers/zr364xx.rst

index 9a4ae4b..1a94966 100644 (file)
@@ -9,7 +9,7 @@ Examples
 In this section we would like to present some examples for using the DVB
 API.
 
-..note::
+.. note::
 
    This section is out of date, and the code below won't even
    compile. Please refer to the
index 4f1123a..dfb8207 100644 (file)
@@ -16,7 +16,7 @@ device special files named ``/dev/video`` and ``/dev/video0`` to
 ``/dev/video`` is typically a symbolic link to the preferred video
 device.
 
-..note:: The same device file names are used also for video capture devices.
+.. note:: The same device file names are used also for video capture devices.
 
 
 Querying Capabilities
index 58238c0..801b78c 100644 (file)
@@ -17,7 +17,7 @@ This format is similar to
 has a depth of 16 bits. The least significant byte is stored at lower
 memory addresses (little-endian).
 
-..note::
+.. note::
 
     The actual sampling precision may be lower than 16 bits,
     for example 10 bits per pixel with values in tange 0 to 1023.
index 5dd341f..2320008 100644 (file)
@@ -41,7 +41,7 @@ output applications call the :ref:`VIDIOC_G_STD <VIDIOC_G_STD>` and
 *received* standard can be sensed with the
 :ref:`VIDIOC_QUERYSTD` ioctl.
 
-..note::
+.. note::
 
    The parameter of all these ioctls is a pointer to a
    :ref:`v4l2_std_id <v4l2-std-id>` type (a standard set), *not* an
index d8d1171..f5280e3 100644 (file)
@@ -5,7 +5,7 @@ site: http://royale.zerezo.com/zr364xx/
 
 mail: royale@zerezo.com
 
-.. note:
+.. note::
 
    This documentation is outdated