From: Mauro Carvalho Chehab Date: Sat, 2 Jul 2016 11:32:22 +0000 (-0300) Subject: doc-rst: standard: read the example captions X-Git-Tag: v4.8-rc1~131^2^2~309 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f243762fed05a37bbc6b14e03ebbdf0b59d39ed9;p=karo-tx-linux.git doc-rst: standard: read the example captions Those got lost during format conversion. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/linux_tv/media/v4l/standard.rst b/Documentation/linux_tv/media/v4l/standard.rst index 20c0d044a129..11d1a7183c73 100644 --- a/Documentation/linux_tv/media/v4l/standard.rst +++ b/Documentation/linux_tv/media/v4l/standard.rst @@ -66,6 +66,7 @@ standard ioctls can be used with the given input or output. .. code-block:: c + :caption: Example 5: Information about the current video standard v4l2_std_id std_id; struct v4l2_standard standard; @@ -101,6 +102,7 @@ standard ioctls can be used with the given input or output. .. code-block:: c + :caption: Example 6: Listing the video standards supported by the current input struct v4l2_input input; struct v4l2_standard standard; @@ -139,6 +141,7 @@ standard ioctls can be used with the given input or output. .. code-block:: c + :caption: Example 7: Selecting a new video standard struct v4l2_input input; v4l2_std_id std_id;