diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-31 22:52:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-31 22:52:22 -0300 |
commit | 8c850fc231cec2a497311b88805c405dcdac6077 (patch) | |
tree | 26b55dbcf7a4ed195e0cbc332d6ac967e58ba9e5 | |
parent | 3f66b071b19c2817be029bcce5add52e3f3a896d (diff) | |
download | mediapointer-dvb-s2-8c850fc231cec2a497311b88805c405dcdac6077.tar.gz mediapointer-dvb-s2-8c850fc231cec2a497311b88805c405dcdac6077.tar.bz2 |
v4l2-spec: A few minor language improvements
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Just do 3 minor editorial revisions on the text added at the previous
patches.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | v4l2-spec/compat.sgml | 2 | ||||
-rw-r--r-- | v4l2-spec/v4l2.sgml | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/v4l2-spec/compat.sgml b/v4l2-spec/compat.sgml index 50b784f46..4d1902a54 100644 --- a/v4l2-spec/compat.sgml +++ b/v4l2-spec/compat.sgml @@ -2298,7 +2298,7 @@ was renamed to <structname id="v4l2-chip-ident-old">v4l2_chip_ident_old</structn <orderedlist> <listitem> <para>In order to be easier to compare a V4L2 API and a kernel -version, now V4L2 API is numbered using Linux Kernel version numeration.</para> +version, now V4L2 API is numbered using the Linux Kernel version numeration.</para> </listitem> <listitem> <para>Finalized the RDS capture API. See <xref linkend="rds" /> for diff --git a/v4l2-spec/v4l2.sgml b/v4l2-spec/v4l2.sgml index 15480451a..d4c13e51f 100644 --- a/v4l2-spec/v4l2.sgml +++ b/v4l2-spec/v4l2.sgml @@ -150,8 +150,8 @@ applications. --> <date>2009-08-31</date> <authorinitials>mcc</authorinitials> <revremark>Now, revisions will match the kernel version where -the V4L2 API will be adopted by a driver. Added Remote Controller -chapter.</revremark> +the V4L2 API changes will be used by the Linux Kernel. +Also added Remote Controller chapter.</revremark> </revision> <revision> @@ -172,7 +172,8 @@ chapter.</revremark> <revnumber>0.27</revnumber> <date>2009-08-15</date> <authorinitials>mcc</authorinitials> - <revremark>Added libv4l documentation and v4l2grab example.</revremark> + <revremark>Added libv4l and Remote Controller documentation; +added v4l2grab and keytable application examples.</revremark> </revision> <revision> |