diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-10 16:57:43 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-10 17:06:28 +0200 |
commit | 706f8a9975cb8889742d1f606ff466205ed29805 (patch) | |
tree | 53f11f25ecbab359cfa29e56c0effff67e4c0500 /Documentation/media/uapi/v4l/dev-output.rst | |
parent | [media] doc-rst: improve DTV_BANDWIDTH_HZ notes (diff) | |
download | linux-706f8a9975cb8889742d1f606ff466205ed29805.tar.xz linux-706f8a9975cb8889742d1f606ff466205ed29805.zip |
[media] doc-rst: improve display of notes and warnings
There are several notes and warning mesages in the middle of
the media docbook. Use the ReST tags for that, as it makes
them visually better and hightlights them.
While here, modify a few ones to make them clearer.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/dev-output.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/dev-output.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/dev-output.rst b/Documentation/media/uapi/v4l/dev-output.rst index 5063be7d4938..4f1123a0b40d 100644 --- a/Documentation/media/uapi/v4l/dev-output.rst +++ b/Documentation/media/uapi/v4l/dev-output.rst @@ -14,7 +14,9 @@ Conventionally V4L2 video output devices are accessed through character device special files named ``/dev/video`` and ``/dev/video0`` to ``/dev/video63`` with major number 81 and minor numbers 0 to 63. ``/dev/video`` is typically a symbolic link to the preferred video -device. Note the same device files are used for video capture devices. +device. + +..note:: The same device file names are used also for video capture devices. Querying Capabilities |