diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-21 13:37:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-22 04:35:54 -0300 |
commit | 88c25dcb1185f2c7041550976430e27fa9d8dcca (patch) | |
tree | 1d546fd9952177e13008e2b145e72c3b16697672 /Documentation/DocBook | |
parent | 3a6b0605c73d1d695f6d4e49289deaa3fa3e73ee (diff) |
[media] DocBook: fix an unbalanced <para> tag
The </para> got lost on some change at the DVB docbook, making
the tag unbalanced and causing a warning. Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/dvb/intro.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/dvb/intro.xml b/Documentation/DocBook/media/dvb/intro.xml index d30751338493..51db15648099 100644 --- a/Documentation/DocBook/media/dvb/intro.xml +++ b/Documentation/DocBook/media/dvb/intro.xml @@ -164,7 +164,7 @@ are called:</para> from 0, and M enumerates the devices of each type within each adapter, starting from 0, too. We will omit the “ <constant>/dev/dvb/adapterN/</constant>” in the further discussion -of these devices. +of these devices.</para> <para>More details about the data structures and function calls of all the devices are described in the following chapters.</para> |