diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-02 16:48:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 06:24:59 -0400 |
commit | 4d6436962a737f8dbf9b53325275b9f00b177d5e (patch) | |
tree | 7d9a08cf8325539e9acc495937303554f59c94aa | |
parent | d39d7085222f78035b49bc48eb1c0f6180d085b9 (diff) |
media: vidioc-g-tuner.rst: Fix table number of cols
The Tuner Audio Matrix table is broken: the first row has 7
columns instead of 6, causing it to be parsed wrong and displayed
very badly on PDF output.
Fix it and adjust the table to look nice at PDF output
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-g-tuner.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-g-tuner.rst b/Documentation/media/uapi/v4l/vidioc-g-tuner.rst index 491866484f57..acdd15901a51 100644 --- a/Documentation/media/uapi/v4l/vidioc-g-tuner.rst +++ b/Documentation/media/uapi/v4l/vidioc-g-tuner.rst | |||
@@ -395,20 +395,23 @@ To change the radio frequency the | |||
395 | 395 | ||
396 | \scriptsize | 396 | \scriptsize |
397 | 397 | ||
398 | .. tabularcolumns:: |p{1.5cm}|p{1.5cm}|p{2.9cm}|p{2.9cm}|p{2.9cm}|p{2.9cm}| | ||
399 | |||
398 | .. _tuner-matrix: | 400 | .. _tuner-matrix: |
399 | 401 | ||
400 | .. flat-table:: Tuner Audio Matrix | 402 | .. flat-table:: Tuner Audio Matrix |
401 | :header-rows: 2 | 403 | :header-rows: 2 |
402 | :stub-columns: 0 | 404 | :stub-columns: 0 |
405 | :widths: 7 7 14 14 14 14 | ||
403 | 406 | ||
404 | * - | 407 | * - |
405 | - :cspan:`5` Selected ``V4L2_TUNER_MODE_`` | 408 | - :cspan:`4` Selected ``V4L2_TUNER_MODE_`` |
406 | * - Received ``V4L2_TUNER_SUB_`` | 409 | * - Received ``V4L2_TUNER_SUB_`` |
407 | - ``MONO`` | 410 | - ``MONO`` |
408 | - ``STEREO`` | 411 | - ``STEREO`` |
409 | - ``LANG1`` | 412 | - ``LANG1`` |
410 | - ``LANG2 = SAP`` | 413 | - ``LANG2 = SAP`` |
411 | - ``LANG1_LANG2``\ [#f1]_ | 414 | - ``LANG1_LANG2``\ [#f1]_ |
412 | * - ``MONO`` | 415 | * - ``MONO`` |
413 | - Mono | 416 | - Mono |
414 | - Mono/Mono | 417 | - Mono/Mono |
@@ -435,7 +438,7 @@ To change the radio frequency the | |||
435 | - L+R/SAP (preferred) or L/R or L+R/L+R | 438 | - L+R/SAP (preferred) or L/R or L+R/L+R |
436 | * - ``LANG1 | LANG2`` | 439 | * - ``LANG1 | LANG2`` |
437 | - Language 1 | 440 | - Language 1 |
438 | - Lang1/Lang2 (deprecated [#f2]_) or Lang1/Lang1 | 441 | - Lang1/Lang2 (deprecated\ [#f2]_) or Lang1/Lang1 |
439 | - Language 1 | 442 | - Language 1 |
440 | - Language 2 | 443 | - Language 2 |
441 | - Lang1/Lang2 (preferred) or Lang1/Lang1 | 444 | - Lang1/Lang2 (preferred) or Lang1/Lang1 |