From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D7ECF21A143C2 for ; Fri, 9 Jun 2017 11:02:12 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jun 2017 11:03:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,319,1493708400"; d="scan'208";a="112512550" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 09 Jun 2017 11:03:22 -0700 Received: from fmsmsx101.amr.corp.intel.com ([169.254.1.71]) by fmsmsx107.amr.corp.intel.com ([169.254.6.237]) with mapi id 14.03.0319.002; Fri, 9 Jun 2017 11:03:22 -0700 From: "Carsey, Jaben" To: Tapan Shah , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" Thread-Topic: [PATCH] ShellPkg: Fix typo errors in ifconfig help output Thread-Index: AQHS4UNxXOzez6CiNkq903KawJOl3KIc0tLw Date: Fri, 9 Jun 2017 18:03:21 +0000 Message-ID: References: <1497028281-14992-1-git-send-email-tapandshah@hpe.com> In-Reply-To: <1497028281-14992-1-git-send-email-tapandshah@hpe.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjdmYmFlNmUtOGM2OS00ODg5LThlZGItMGRiN2FlYTRlNzdhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRoc2tlbGRTXC9IUDZVWms5cGNXNlQxakJxNXhtd1laWnVxd0VCa1E2RU5RPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.106] MIME-Version: 1.0 Subject: Re: [PATCH] ShellPkg: Fix typo errors in ifconfig help output X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 18:02:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: Tapan Shah [mailto:tapandshah@hpe.com] > Sent: Friday, June 09, 2017 10:11 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Ni, Ruiyu > ; Tapan Shah > Subject: [PATCH] ShellPkg: Fix typo errors in ifconfig help output > Importance: High >=20 > Found few instances where IPv4 and DHCPv4 spelled incorrectly > as IP4 and DHCP4 respectively. >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Tapan Shah > --- > .../UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni > | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git > a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1Com > mandsLib.uni > b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1Com > mandsLib.uni > index edadcc5..70c3465 100644 > --- > a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1Com > mandsLib.uni > +++ > b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1Com > mandsLib.uni > @@ -2,6 +2,7 @@ > // > // (C) Copyright 2013-2015 Hewlett-Packard Development Company, > L.P.
> // Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. > +// (C) Copyright 2017 Hewlett Packard Enterprise Development LP
> // This program and the accompanying materials > // are licensed and made available under the terms and conditions of the > BSD License > // which accompanies this distribution. The full text of the license may= be > found at > @@ -157,7 +158,7 @@ > " interfaces or the specified interface.\r\n" > " 4. Use '-s static ' with \r\n" > " static IPv4 address configuration for specified interface.\r\n" > -" 5. Use '-s dhcp' for DHCP4 to request the IP4 address\r\n" > +" 5. Use '-s dhcp' for DHCPv4 to request the IPv4 address\r\n" > " configuration dynamically for specified interface.\r\n" > " 6. Use '-s dns ' must under manual policy.\r\n" > ".SH EXAMPLES\r\n" > @@ -166,7 +167,7 @@ > " * To list the configuration for the eth0 interface:\r\n" > " fs0:\> ifconfig -l eth0\r\n" > " \r\n" > -" * To use DHCP4 to request the IPv4 address configuration dynamically = for > the\r\n" > +" * To use DHCPv4 to request the IPv4 address configuration dynamically > for the\r\n" > " eth0 interface:\r\n" > " fs0:\> ifconfig -s eth0 dhcp\r\n" > " \r\n" > -- > 1.9.5.msysgit.0