summaryrefslogtreecommitdiff
path: root/v4l2-spec/vidioc-enum-framesizes.sgml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-31 21:28:58 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-31 21:28:58 -0300
commitb13aae56fe48c89e3b1dbefaf165cbab0102216b (patch)
tree1fa560699f394247610a9a8ebc0cc4b9d5ce45df /v4l2-spec/vidioc-enum-framesizes.sgml
parent939633eb8afe2f03adab25337d2f57f0b8ed642d (diff)
downloadmediapointer-dvb-s2-b13aae56fe48c89e3b1dbefaf165cbab0102216b.tar.gz
mediapointer-dvb-s2-b13aae56fe48c89e3b1dbefaf165cbab0102216b.tar.bz2
v4l2-spec: convert it to use DocBook XML 4.1.2
From: Mauro Carvalho Chehab <mchehab@redhat.com> DocBook XML 4.1.2 is the docbook dialect spoken at Linux kernel. By using it, we can now consider adding V4L2 API docs at the kernel tree. As a bonus, added support for xmlto, with seems to be better supported nowadays. Another additional bounus is that two new Makefile targets were added: make man - Create V4L2 API man pages make man_install - Install V4L2 API man pages By allowing the addition of V4L2 manpages, it is now easier for developer to quickly check about a V4L2 API or libv4l2 call syntax and expected return values. Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/vidioc-enum-framesizes.sgml')
-rw-r--r--v4l2-spec/vidioc-enum-framesizes.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/v4l2-spec/vidioc-enum-framesizes.sgml b/v4l2-spec/vidioc-enum-framesizes.sgml
index 909cda68b..6afa4542c 100644
--- a/v4l2-spec/vidioc-enum-framesizes.sgml
+++ b/v4l2-spec/vidioc-enum-framesizes.sgml
@@ -69,7 +69,7 @@ function for the different cases:</para>
<itemizedlist>
<listitem>
- <para><emphasis Role="bold">Discrete:</emphasis> The function
+ <para><emphasis role="bold">Discrete:</emphasis> The function
returns success if the given index value (zero-based) is valid. The
application should increase the index by one for each call until
<constant>EINVAL</constant> is returned. The
@@ -79,7 +79,7 @@ union only the <structfield>discrete</structfield> member is
valid.</para>
</listitem>
<listitem>
- <para><emphasis Role="bold">Step-wise:</emphasis> The function
+ <para><emphasis role="bold">Step-wise:</emphasis> The function
returns success if the given index value is zero and
<constant>EINVAL</constant> for any other index value. The
<structfield>v4l2_frmsizeenum.type</structfield> field is set to
@@ -88,7 +88,7 @@ union only the <structfield>stepwise</structfield> member is
valid.</para>
</listitem>
<listitem>
- <para><emphasis Role="bold">Continuous:</emphasis> This is a
+ <para><emphasis role="bold">Continuous:</emphasis> This is a
special case of the step-wise type above. The function returns success
if the given index value is zero and <constant>EINVAL</constant> for
any other index value. The
@@ -185,10 +185,10 @@ application should zero out all members except for the
<table pgwide="1" frame="none" id="v4l2-frmsizeenum">
<title>struct <structname>v4l2_frmsizeenum</structname></title>
<tgroup cols="4">
- <colspec colname="c1">
- <colspec colname="c2">
- <colspec colname="c3">
- <colspec colname="c4">
+ <colspec colname="c1" />
+ <colspec colname="c2" />
+ <colspec colname="c3" />
+ <colspec colname="c4" />
<tbody valign="top">
<row>
<entry>__u32</entry>