diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-31 21:28:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-31 21:28:58 -0300 |
commit | b13aae56fe48c89e3b1dbefaf165cbab0102216b (patch) | |
tree | 1fa560699f394247610a9a8ebc0cc4b9d5ce45df /v4l2-spec/vidioc-dbg-g-chip-ident.sgml | |
parent | 939633eb8afe2f03adab25337d2f57f0b8ed642d (diff) | |
download | mediapointer-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-dbg-g-chip-ident.sgml')
-rw-r--r-- | v4l2-spec/vidioc-dbg-g-chip-ident.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l2-spec/vidioc-dbg-g-chip-ident.sgml b/v4l2-spec/vidioc-dbg-g-chip-ident.sgml index 84c704e61..4a09e203a 100644 --- a/v4l2-spec/vidioc-dbg-g-chip-ident.sgml +++ b/v4l2-spec/vidioc-dbg-g-chip-ident.sgml @@ -141,7 +141,7 @@ access instructions.</para> <row> <entry>__u32</entry> <entry><structfield>type</structfield></entry> - <entry>See <xref linkend="ident-chip-match-types"> for a list of + <entry>See <xref linkend="ident-chip-match-types" /> for a list of possible types.</entry> </row> <row> @@ -174,14 +174,14 @@ to the <structfield>type</structfield> field.</entry> <row> <entry>struct v4l2_dbg_match</entry> <entry><structfield>match</structfield></entry> - <entry>How to match the chip, see <xref linkend="ident-v4l2-dbg-match">.</entry> + <entry>How to match the chip, see <xref linkend="ident-v4l2-dbg-match" />.</entry> </row> <row> <entry>__u32</entry> <entry><structfield>ident</structfield></entry> <entry>A chip identifier as defined in the Linux <filename>media/v4l2-chip-ident.h</filename> header file, or one of -the values from <xref linkend="chip-ids">.</entry> +the values from <xref linkend="chip-ids" />.</entry> </row> <row> <entry>__u32</entry> |