linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] DocBook media: fix broken EIA hyperlink
@ 2015-03-22 18:35 Michael Opdenacker
  2015-03-22 18:35 ` [PATCH 1/1] [media] " Michael Opdenacker
  2015-03-26 17:07 ` [PATCH 0/1] " Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Opdenacker @ 2015-03-22 18:35 UTC (permalink / raw)
  To: mchehab, corbet
  Cc: hans.verkuil, linux-media, linux-doc, linux-kernel,
	Michael Opdenacker

Hi,

This is a fix for the only broken link in kernel documentation,
at least according to the "linkchecker" tool that we are running
on the Free Electrons website once a day.

As kernel documentation is part of our website
(on http://free-electrons.com/kerneldoc/), I get reminded
of this broken link once a day!

Michael.

Michael Opdenacker (1):
  [media] DocBook media: fix broken EIA hyperlink

 Documentation/DocBook/media/v4l/biblio.xml                  | 11 +++++------
 Documentation/DocBook/media/v4l/dev-sliced-vbi.xml          |  2 +-
 Documentation/DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml |  2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] [media] DocBook media: fix broken EIA hyperlink
  2015-03-22 18:35 [PATCH 0/1] DocBook media: fix broken EIA hyperlink Michael Opdenacker
@ 2015-03-22 18:35 ` Michael Opdenacker
  2015-03-26 17:07 ` [PATCH 0/1] " Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2015-03-22 18:35 UTC (permalink / raw)
  To: mchehab, corbet
  Cc: hans.verkuil, linux-media, linux-doc, linux-kernel,
	Michael Opdenacker

This fixes the bibliography hyperlink to "http://www.eia.org"
which now redirects to a page with a "404 Not found" error.

The latest update to the document referred to is now available
on the Consumer Electronics Association website.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 Documentation/DocBook/media/v4l/biblio.xml                  | 11 +++++------
 Documentation/DocBook/media/v4l/dev-sliced-vbi.xml          |  2 +-
 Documentation/DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml |  2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/Documentation/DocBook/media/v4l/biblio.xml b/Documentation/DocBook/media/v4l/biblio.xml
index 7ff01a23c2fe..fdee6b3f3eca 100644
--- a/Documentation/DocBook/media/v4l/biblio.xml
+++ b/Documentation/DocBook/media/v4l/biblio.xml
@@ -1,14 +1,13 @@
   <bibliography>
     <title>References</title>
 
-    <biblioentry id="eia608">
-      <abbrev>EIA&nbsp;608-B</abbrev>
+    <biblioentry id="cea608">
+      <abbrev>CEA&nbsp;608-E</abbrev>
       <authorgroup>
-	<corpauthor>Electronic Industries Alliance (<ulink
-url="http://www.eia.org">http://www.eia.org</ulink>)</corpauthor>
+	<corpauthor>Consumer Electronics Association (<ulink
+url="http://www.ce.org">http://www.ce.org</ulink>)</corpauthor>
       </authorgroup>
-      <title>EIA 608-B "Recommended Practice for Line 21 Data
-Service"</title>
+      <title>CEA-608-E R-2014 "Line 21 Data Services"</title>
     </biblioentry>
 
     <biblioentry id="en300294">
diff --git a/Documentation/DocBook/media/v4l/dev-sliced-vbi.xml b/Documentation/DocBook/media/v4l/dev-sliced-vbi.xml
index 7a8bf3011ee9..0aec62ed2bf8 100644
--- a/Documentation/DocBook/media/v4l/dev-sliced-vbi.xml
+++ b/Documentation/DocBook/media/v4l/dev-sliced-vbi.xml
@@ -254,7 +254,7 @@ ETS&nbsp;300&nbsp;231, lsb first transmitted.</entry>
 	  <row>
 	    <entry><constant>V4L2_SLICED_CAPTION_525</constant></entry>
 	    <entry>0x1000</entry>
-	    <entry><xref linkend="eia608" /></entry>
+	    <entry><xref linkend="cea608" /></entry>
 	    <entry>NTSC line 21, 284 (second field 21)</entry>
 	    <entry>Two bytes in transmission order, including parity
 bit, lsb first transmitted.</entry>
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml b/Documentation/DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml
index bd015d1563ff..d05623c55403 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml
@@ -205,7 +205,7 @@ ETS&nbsp;300&nbsp;231, lsb first transmitted.</entry>
 	  <row>
 	    <entry><constant>V4L2_SLICED_CAPTION_525</constant></entry>
 	    <entry>0x1000</entry>
-	    <entry><xref linkend="eia608" /></entry>
+	    <entry><xref linkend="cea608" /></entry>
 	    <entry>NTSC line 21, 284 (second field 21)</entry>
 	    <entry>Two bytes in transmission order, including parity
 bit, lsb first transmitted.</entry>
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] DocBook media: fix broken EIA hyperlink
  2015-03-22 18:35 [PATCH 0/1] DocBook media: fix broken EIA hyperlink Michael Opdenacker
  2015-03-22 18:35 ` [PATCH 1/1] [media] " Michael Opdenacker
@ 2015-03-26 17:07 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2015-03-26 17:07 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: mchehab, hans.verkuil, linux-media, linux-doc, linux-kernel

On Sun, 22 Mar 2015 11:35:55 -0700
Michael Opdenacker <michael.opdenacker@free-electrons.com> wrote:

> This is a fix for the only broken link in kernel documentation,
> at least according to the "linkchecker" tool that we are running
> on the Free Electrons website once a day.
> 
> As kernel documentation is part of our website
> (on http://free-electrons.com/kerneldoc/), I get reminded
> of this broken link once a day!

Applied to the docs tree - hopefully your email will be a little quieter
soon.

Thanks,

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-26 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-22 18:35 [PATCH 0/1] DocBook media: fix broken EIA hyperlink Michael Opdenacker
2015-03-22 18:35 ` [PATCH 1/1] [media] " Michael Opdenacker
2015-03-26 17:07 ` [PATCH 0/1] " Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).