From patchwork Sun Jun 2 02:23:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?J=CE=B5an_Sacren?= X-Patchwork-Id: 248094 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 917AB2C00AD for ; Sun, 2 Jun 2013 12:25:12 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754373Ab3FBCZI (ORCPT ); Sat, 1 Jun 2013 22:25:08 -0400 Received: from mail-ie0-f180.google.com ([209.85.223.180]:50822 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753959Ab3FBCYv (ORCPT ); Sat, 1 Jun 2013 22:24:51 -0400 Received: by mail-ie0-f180.google.com with SMTP id b11so7547090iee.11 for ; Sat, 01 Jun 2013 19:24:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=So0dRbMHBd9gzaO5WhwsWxcD6l7OtECchAB9e1a1wkI=; b=m2yUUV15uf6tDeqimFhhuN9ThtizE/IEhFqx6zv2QpNtwu6oNIaAA9AlsOj8MEfdqq ZnsPwBg9PwqFGk87OsRog6Rii6kXQczhJHZg6uHG1psVL+8xse3I3Ft5yupdtK/GbMJt /EqR9uoDGnX9DGiNgOV5EcZkmK5/tGDz+3JEqCiKPs5XytXzdSoX6MRQJbKPfCOVh4GN JrtbP8K9w5Mb8ZJ4pFpP4oSXXHIE5v0v8OB7NvA1OZWXhyBZZR3U/lVI3jOm/vbw5y89 SD/zCRVq2hZG65h7v1NsdWuCMQxEzcYEZ7wtnO4Ow5NmQSIR3sR7mtznHpy0rpeXD8Ks qFFg== X-Received: by 10.50.136.138 with SMTP id qa10mr4937558igb.53.1370139891094; Sat, 01 Jun 2013 19:24:51 -0700 (PDT) Received: from localhost ([67.214.237.222]) by mx.google.com with ESMTPSA id ct8sm11395465igb.7.2013.06.01.19.24.49 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 01 Jun 2013 19:24:50 -0700 (PDT) From: Jean Sacren To: netdev@vger.kernel.org Subject: [PATCH net-next 3/3] Kconfig: remove dangling references to the deleted file Date: Sat, 1 Jun 2013 20:23:17 -0600 Message-Id: <1370139797-8912-3-git-send-email-sakiwit@gmail.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1370139797-8912-1-git-send-email-sakiwit@gmail.com> References: <1370139797-8912-1-git-send-email-sakiwit@gmail.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 --- 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 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 - . Information about the multicast - capabilities of the various network cards is contained in - . For most people, it's - safe to say N. + . 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 - . 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"