diff mbox

[net-next,3/3] Kconfig: remove dangling references to the deleted file

Message ID 1370139797-8912-3-git-send-email-sakiwit@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Jεan Sacren June 2, 2013, 2:23 a.m. UTC
Commit 202dc3fc599c1dded235d3b448d9ca924252e354 (Documentation: remove
obsolete networking/multicast.txt file) deleted the obsolete file. After
the file has been removed, clean up a couple of places where references
to the deleted file were made so that users wouldn't be confused when
they consult the Help menu.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
---
 net/ipv4/Kconfig | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Bjørn Mork June 2, 2013, 10:09 a.m. UTC | #1
Jean Sacren <sakiwit@gmail.com> wrote:

>diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
>index 8603ca8..37cf1a6 100644
>--- a/net/ipv4/Kconfig
>+++ b/net/ipv4/Kconfig
>@@ -9,10 +9,7 @@ config IP_MULTICAST
> 	  intend to participate in the MBONE, a high bandwidth network on top
> 	  of the Internet which carries audio and video broadcasts. More
> 	  information about the MBONE is on the WWW at
>-	  <http://www.savetz.com/mbone/>. Information about the multicast
>-	  capabilities of the various network cards is contained in
>-	  <file:Documentation/networking/multicast.txt>. For most people,
>it's
>-	  safe to say N.
>+	  <http://www.savetz.com/mbone/>. For most people, it's safe to say
>N.

This url results in a 404 error, so you might as well delete it while cleaning up this.

Bjørn 


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jεan Sacren June 2, 2013, 5:28 p.m. UTC | #2
From: Bjørn Mork <bjorn@mork.no>
Date: Sun, 02 Jun 2013 12:09:40 +0200
>
> Jean Sacren <sakiwit@gmail.com> wrote:
> 
> >diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
> >index 8603ca8..37cf1a6 100644
> >--- a/net/ipv4/Kconfig
> >+++ b/net/ipv4/Kconfig
> >@@ -9,10 +9,7 @@ config IP_MULTICAST
> > 	  intend to participate in the MBONE, a high bandwidth network on top
> > 	  of the Internet which carries audio and video broadcasts. More
> > 	  information about the MBONE is on the WWW at
> >-	  <http://www.savetz.com/mbone/>. Information about the multicast
> >-	  capabilities of the various network cards is contained in
> >-	  <file:Documentation/networking/multicast.txt>. For most people,
> >it's
> >-	  safe to say N.
> >+	  <http://www.savetz.com/mbone/>. For most people, it's safe to say
> >N.
> 
> This url results in a 404 error, so you might as well delete it while cleaning up this.

I did check this URL before I submitted the patch and it worked:

	http://www.savetz.com/mbone/

I just checked again and it still works. Can you check one more time for
me, please?
Bjørn Mork June 2, 2013, 7:24 p.m. UTC | #3
Jean Sacren <sakiwit@gmail.com> writes:

> I did check this URL before I submitted the patch and it worked:
>
> 	http://www.savetz.com/mbone/
>
> I just checked again and it still works. Can you check one more time for
> me, please?

Yes, it works for me as well now. Strange. Sorry for the noise.



Bjørn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller June 4, 2013, 10:19 p.m. UTC | #4
From: Jean Sacren <sakiwit@gmail.com>
Date: Sat,  1 Jun 2013 20:23:17 -0600

> Commit 202dc3fc599c1dded235d3b448d9ca924252e354 (Documentation: remove
> obsolete networking/multicast.txt file) deleted the obsolete file. After
> the file has been removed, clean up a couple of places where references
> to the deleted file were made so that users wouldn't be confused when
> they consult the Help menu.
> 
> Signed-off-by: Jean Sacren <sakiwit@gmail.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 8603ca8..37cf1a6 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -9,10 +9,7 @@  config IP_MULTICAST
 	  intend to participate in the MBONE, a high bandwidth network on top
 	  of the Internet which carries audio and video broadcasts. More
 	  information about the MBONE is on the WWW at
-	  <http://www.savetz.com/mbone/>. Information about the multicast
-	  capabilities of the various network cards is contained in
-	  <file:Documentation/networking/multicast.txt>. For most people, it's
-	  safe to say N.
+	  <http://www.savetz.com/mbone/>. For most people, it's safe to say N.
 
 config IP_ADVANCED_ROUTER
 	bool "IP: advanced router"
@@ -223,10 +220,8 @@  config IP_MROUTE
 	  packets that have several destination addresses. It is needed on the
 	  MBONE, a high bandwidth network on top of the Internet which carries
 	  audio and video broadcasts. In order to do that, you would most
-	  likely run the program mrouted. Information about the multicast
-	  capabilities of the various network cards is contained in
-	  <file:Documentation/networking/multicast.txt>. If you haven't heard
-	  about it, you don't need it.
+	  likely run the program mrouted. If you haven't heard about it, you
+	  don't need it.
 
 config IP_MROUTE_MULTIPLE_TABLES
 	bool "IP: multicast policy routing"