All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][trivial:documentation]linuxdoc->tldp linux2.5
@ 2002-05-29  4:33 John Kacur
  0 siblings, 0 replies; only message in thread
From: John Kacur @ 2002-05-29  4:33 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]

This patch was made against linux-2.5.18
Purpose: Update the documentation to reflect the fact that
www.linux.org is now www.tldp.org

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 4739 bytes --]

diff -ur Documentation.orig/DocBook/sis900.tmpl Documentation/DocBook/sis900.tmpl
--- Documentation.orig/DocBook/sis900.tmpl	Wed May 29 00:19:06 2002
+++ Documentation/DocBook/sis900.tmpl	Wed May 29 00:25:17 2002
@@ -323,8 +323,8 @@
 The 1.06 revision can be found in kernel version later than 2.3.15 and pre-2.2.14, 
 and 1.07 revision can be found in kernel version 2.4.0.
 If you have no prior experience in networking under Linux, please read
-<ULink URL="http://www.linuxdoc.org/">Ethernet HOWTO</ULink> and
-<ULink URL="http://www.linuxdoc.org/">Networking HOWTO</ULink> available from
+<ULink URL="http://www.tldp.org/">Ethernet HOWTO</ULink> and
+<ULink URL="http://www.tldp.org/">Networking HOWTO</ULink> available from
 Linux Documentation Project (LDP).
 </Para>
 
@@ -435,7 +435,7 @@
 Typical values are "10baseT"(twisted-pair 10Mbps Ethernet) or "100baseT"
 (twisted-pair 100Mbps Ethernet). For more information on how to configure 
 network interface, please refer to  
-<ULink URL="http://www.linuxdoc.org/">Networking HOWTO</ULink>.
+<ULink URL="http://www.tldp.org/">Networking HOWTO</ULink>.
 </Para>
 
 <Para>
diff -ur Documentation.orig/kernel-docs.txt Documentation/kernel-docs.txt
--- Documentation.orig/kernel-docs.txt	Wed May 29 00:19:08 2002
+++ Documentation/kernel-docs.txt	Wed May 29 00:28:31 2002
@@ -41,7 +41,7 @@
        
      * Title: "The Linux Kernel"
        Author: David A. Rusling.
-       URL: http://www.linuxdoc.org/LDP/tlk/tlk.html
+       URL: http://www.tldp.org/LDP/tlk/tlk.html
        Keywords: everything!, book.
        Description: On line, 200 pages book describing most aspects of
        the Linux Kernel. Probably, the first reference for beginners.
@@ -57,7 +57,7 @@
        
      * Title: "The Linux Kernel Hackers' Guide"
        Author: Michael K.Johnson and others.
-       URL: http://www.linuxdoc.org/LDP/khg/HyperNews/get/khg.html
+       URL: http://www.tldp.org/LDP/khg/HyperNews/get/khg.html
        Keywords: everything!
        Description: No more Postscript book-like version. Only HTML now.
        Many people have contributed. The interface is similar to web
@@ -277,7 +277,7 @@
        
      * Title: "Linux Kernel Module Programming Guide"
        Author: Ori Pomerantz.
-       URL: http://www.linuxdoc.org/LDP/lkmpg/mpg.html
+       URL: http://www.tldp.org/LDP/lkmpg/mpg.html
        Keywords: modules, GPL book, /proc, ioctls, system calls,
        interrupt handlers .
        Description: Very nice 92 pages GPL book on the topic of modules
diff -ur Documentation.orig/scsi-generic.txt Documentation/scsi-generic.txt
--- Documentation.orig/scsi-generic.txt	Wed May 29 00:19:08 2002
+++ Documentation/scsi-generic.txt	Wed May 29 00:28:56 2002
@@ -30,7 +30,7 @@
 =======================
 The most recent documentation of the sg driver is kept at the Linux
 Documentation Project's (LDP) site: 
-http://www.linuxdoc.org/HOWTO/SCSI-Generic-HOWTO
+http://www.tldp.org/HOWTO/SCSI-Generic-HOWTO
 This describes the sg version 3 driver found in the lk 2.4 series.
 The LDP renders documents in single and multiple page HTML, postscript
 and pdf. This document can also be found at:
@@ -51,7 +51,7 @@
 can be found at the top of the /usr/src/linux/drivers/scsi/sg.c file.
 
 A more general description of the Linux SCSI subsystem of which sg is a 
-part can be found at http://www.linuxdoc.org/HOWTO/SCSI-2.4-HOWTO .
+part can be found at http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO .
 
 
 Example code and utilities
diff -ur Documentation.orig/scsi.txt Documentation/scsi.txt
--- Documentation.orig/scsi.txt	Wed May 29 00:19:07 2002
+++ Documentation/scsi.txt	Wed May 29 00:27:56 2002
@@ -2,7 +2,7 @@
 ============================
 The Linux Documentation Project (LDP) maintains a document describing
 the SCSI subsystem in the Linux kernel (lk) 2.4 series. See:
-http://www.linuxdoc.org/HOWTO/SCSI-2.4-HOWTO . The LDP has single
+http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO . The LDP has single
 and multiple page HTML renderings as well as postscript and pdf.
 It can also be found at http://www.torque.net/scsi/SCSI-2.4-HOWTO .
 
diff -ur Documentation.orig/sound/oss/PAS16 Documentation/sound/oss/PAS16
--- Documentation.orig/sound/oss/PAS16	Wed May 29 00:19:07 2002
+++ Documentation/sound/oss/PAS16	Wed May 29 00:26:53 2002
@@ -71,7 +71,7 @@
   interrupt and DMA channel), because you will be asked for it.
 
   You want to read the Sound-HOWTO, available from
-  http://www.linuxdoc.org/docs.html#howto . General information
+  http://www.tldp.org/docs.html#howto . General information
   about the modular sound system is contained in the files
   Documentation/sound/Introduction. The file
   Documentation/sound/README.OSS contains some slightly outdated but

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-29  4:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29  4:33 [PATCH][trivial:documentation]linuxdoc->tldp linux2.5 John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.