linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] Documentation: Fix Broken URL "freshmeat"
@ 2012-02-13 13:42 Masanari Iida
  2012-02-13 16:13 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-13 13:42 UTC (permalink / raw)
  To: trivial, rdunlap, linux-doc; +Cc: linux-kernel, standby24x7

Fix broken URL in documents "freshmeat" to "freecode" in
Documentation/filesystems/ramfs-rootfs-initramfs.txt,
Documentation/scsi/scsi-generic.txt
Documentation/usb/mtouchusb.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 .../filesystems/ramfs-rootfs-initramfs.txt         |    2 +-
 Documentation/scsi/scsi-generic.txt                |    2 +-
 Documentation/usb/mtouchusb.txt                    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.txt b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
index a8273d5..59b4a09 100644
--- a/Documentation/filesystems/ramfs-rootfs-initramfs.txt
+++ b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
@@ -297,7 +297,7 @@ the above threads) is:
    either way about the archive format, and there are alternative tools,
    such as:
 
-     http://freshmeat.net/projects/afio/
+     http://freecode.com/projects/afio
 
 2) The cpio archive format chosen by the kernel is simpler and cleaner (and
    thus easier to create and parse) than any of the (literally dozens of)
diff --git a/Documentation/scsi/scsi-generic.txt b/Documentation/scsi/scsi-generic.txt
index 0a22ab8..51be20a 100644
--- a/Documentation/scsi/scsi-generic.txt
+++ b/Documentation/scsi/scsi-generic.txt
@@ -62,7 +62,7 @@ There are two packages of sg utilities:
                 and earlier
 Both packages will work in the lk 2.4 series however sg3_utils offers more
 capabilities. They can be found at: http://sg.danny.cz/sg/sg3_utils.html and 
-freshmeat.net
+freecode.com
 
 Another approach is to look at the applications that use the sg driver.
 These include cdrecord, cdparanoia, SANE and cdrdao.
diff --git a/Documentation/usb/mtouchusb.txt b/Documentation/usb/mtouchusb.txt
index 86302cd..a91adb2 100644
--- a/Documentation/usb/mtouchusb.txt
+++ b/Documentation/usb/mtouchusb.txt
@@ -1,7 +1,7 @@
 CHANGES
 
 - 0.3 - Created based off of scanner & INSTALL from the original touchscreen
-  driver on freshmeat (http://freshmeat.net/projects/3mtouchscreendriver)
+  driver on freecode (http://freecode.com/projects/3mtouchscreendriver)
 - Amended for linux-2.4.18, then 2.4.19
 
 - 0.5 - Complete rewrite using Linux Input in 2.6.3
-- 
1.7.6.5


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

* Re: [PATCH] [trivial] Documentation: Fix Broken URL "freshmeat"
  2012-02-13 13:42 [PATCH] [trivial] Documentation: Fix Broken URL "freshmeat" Masanari Iida
@ 2012-02-13 16:13 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2012-02-13 16:13 UTC (permalink / raw)
  To: Masanari Iida; +Cc: trivial, linux-doc, linux-kernel

On 02/13/2012 05:42 AM, Masanari Iida wrote:
> Fix broken URL in documents "freshmeat" to "freecode" in
> Documentation/filesystems/ramfs-rootfs-initramfs.txt,
> Documentation/scsi/scsi-generic.txt
> Documentation/usb/mtouchusb.txt
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Thanks.

> ---
>  .../filesystems/ramfs-rootfs-initramfs.txt         |    2 +-
>  Documentation/scsi/scsi-generic.txt                |    2 +-
>  Documentation/usb/mtouchusb.txt                    |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.txt b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
> index a8273d5..59b4a09 100644
> --- a/Documentation/filesystems/ramfs-rootfs-initramfs.txt
> +++ b/Documentation/filesystems/ramfs-rootfs-initramfs.txt
> @@ -297,7 +297,7 @@ the above threads) is:
>     either way about the archive format, and there are alternative tools,
>     such as:
>  
> -     http://freshmeat.net/projects/afio/
> +     http://freecode.com/projects/afio
>  
>  2) The cpio archive format chosen by the kernel is simpler and cleaner (and
>     thus easier to create and parse) than any of the (literally dozens of)
> diff --git a/Documentation/scsi/scsi-generic.txt b/Documentation/scsi/scsi-generic.txt
> index 0a22ab8..51be20a 100644
> --- a/Documentation/scsi/scsi-generic.txt
> +++ b/Documentation/scsi/scsi-generic.txt
> @@ -62,7 +62,7 @@ There are two packages of sg utilities:
>                  and earlier
>  Both packages will work in the lk 2.4 series however sg3_utils offers more
>  capabilities. They can be found at: http://sg.danny.cz/sg/sg3_utils.html and 
> -freshmeat.net
> +freecode.com
>  
>  Another approach is to look at the applications that use the sg driver.
>  These include cdrecord, cdparanoia, SANE and cdrdao.
> diff --git a/Documentation/usb/mtouchusb.txt b/Documentation/usb/mtouchusb.txt
> index 86302cd..a91adb2 100644
> --- a/Documentation/usb/mtouchusb.txt
> +++ b/Documentation/usb/mtouchusb.txt
> @@ -1,7 +1,7 @@
>  CHANGES
>  
>  - 0.3 - Created based off of scanner & INSTALL from the original touchscreen
> -  driver on freshmeat (http://freshmeat.net/projects/3mtouchscreendriver)
> +  driver on freecode (http://freecode.com/projects/3mtouchscreendriver)
>  - Amended for linux-2.4.18, then 2.4.19
>  
>  - 0.5 - Complete rewrite using Linux Input in 2.6.3


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

end of thread, other threads:[~2012-02-13 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13 13:42 [PATCH] [trivial] Documentation: Fix Broken URL "freshmeat" Masanari Iida
2012-02-13 16:13 ` Randy Dunlap

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).