diff options
Diffstat (limited to 'v4l2-spec/vidioc-g-ext-ctrls.sgml')
-rw-r--r-- | v4l2-spec/vidioc-g-ext-ctrls.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/v4l2-spec/vidioc-g-ext-ctrls.sgml b/v4l2-spec/vidioc-g-ext-ctrls.sgml index 352f24cbf..3aa7f8f9f 100644 --- a/v4l2-spec/vidioc-g-ext-ctrls.sgml +++ b/v4l2-spec/vidioc-g-ext-ctrls.sgml @@ -56,7 +56,7 @@ VIDIOC_TRY_EXT_CTRLS</para> <para>These ioctls allow the caller to get or set multiple controls atomically. Control IDs are grouped into control classes (see -<xref linkend="ctrl-class">) and all controls in the control array +<xref linkend="ctrl-class" />) and all controls in the control array must belong to the same control class.</para> <para>Applications must always fill in the @@ -183,7 +183,7 @@ applications must set the array to zero.</entry> <entry>__u32</entry> <entry><structfield>ctrl_class</structfield></entry> <entry>The control class to which all controls belong, see -<xref linkend="ctrl-class">.</entry> +<xref linkend="ctrl-class" />.</entry> </row> <row> <entry>__u32</entry> @@ -225,7 +225,7 @@ if <structfield>count</structfield> equals zero.</entry> <entry><constant>V4L2_CTRL_CLASS_USER</constant></entry> <entry>0x980000</entry> <entry>The class containing user controls. These controls -are described in <xref linkend="control">. All controls that can be set +are described in <xref linkend="control" />. All controls that can be set using the &VIDIOC-S-CTRL; and &VIDIOC-G-CTRL; ioctl belong to this class.</entry> </row> @@ -234,21 +234,21 @@ class.</entry> <entry>0x990000</entry> <entry>The class containing MPEG compression controls. These controls are described in <xref - linkend="mpeg-controls">.</entry> + linkend="mpeg-controls" />.</entry> </row> <row> <entry><constant>V4L2_CTRL_CLASS_CAMERA</constant></entry> <entry>0x9a0000</entry> <entry>The class containing camera controls. These controls are described in <xref - linkend="camera-controls">.</entry> + linkend="camera-controls" />.</entry> </row> <row> <entry><constant>V4L2_CTRL_CLASS_FM_TX</constant></entry> <entry>0x9b0000</entry> <entry>The class containing FM Transmitter (FM TX) controls. These controls are described in <xref - linkend="fm-tx-controls">.</entry> + linkend="fm-tx-controls" />.</entry> </row> </tbody> </tgroup> |