summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-18 11:32:30 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-22 10:20:42 -0300
commit3532d9d6c5b3e0f51be61efb2f1ca8912dc928b3 (patch)
treeb96df84079e29cb616febaa877afa29f833b053e /Documentation/media/uapi/v4l
parent2ec708745f2ae981297b07d8f1cb1ce87010d6d6 (diff)
downloadop-kernel-dev-3532d9d6c5b3e0f51be61efb2f1ca8912dc928b3.zip
op-kernel-dev-3532d9d6c5b3e0f51be61efb2f1ca8912dc928b3.tar.gz
[media] diff-v4l.rst: Make capabilities table fit in LaTeX
This table has several troubles: - a duplicated "struct" on its name; - a reference to a V4L version 1 struct that will never point to something (as we got rid of V4L1 API a long time ago); - misses hints for LaTeX output (column size and longtable style). Fix them. It should be noticed that the first column of this table is not aligned with the rest. I suspect that this is a bug at the flat-table extension. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l')
-rw-r--r--Documentation/media/uapi/v4l/diff-v4l.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/diff-v4l.rst b/Documentation/media/uapi/v4l/diff-v4l.rst
index e1e034d..93263e4 100644
--- a/Documentation/media/uapi/v4l/diff-v4l.rst
+++ b/Documentation/media/uapi/v4l/diff-v4l.rst
@@ -95,7 +95,9 @@ and radio devices supporting a set of related functions like video
capturing, video overlay and VBI capturing. See :ref:`open` for an
introduction.
+.. tabularcolumns:: |p{5.5cm}|p{6.5cm}|p{5.5cm}
+.. cssclass:: longtable
.. flat-table::
:header-rows: 1
@@ -104,7 +106,7 @@ introduction.
- .. row 1
- - struct :c:type:`struct video_capability` ``type``
+ - ``struct video_capability`` ``type``
- struct :ref:`v4l2_capability <v4l2-capability>`
``capabilities`` flags
OpenPOWER on IntegriCloud