]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix typo errors in ifconfig help output
authorTapan Shah <tapandshah@hpe.com>
Fri, 9 Jun 2017 17:11:21 +0000 (01:11 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Sat, 10 Jun 2017 02:23:18 +0000 (10:23 +0800)
Found few instances where IPv4 and DHCPv4 spelled incorrectly
as IP4 and DHCP4 respectively.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni

index edadcc5b99ff5345d7981d8fdd48913a84b4a723..70c34654453692467d6026d65d99ca4fee5c9142 100644 (file)
@@ -2,6 +2,7 @@
 //\r
 // (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
 // Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR>\r
+// (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 // which accompanies this distribution. The full text of the license may be found at\r
 "     interfaces or the specified interface.\r\n"\r
 "  4. Use '-s <Name> static <IP> <SubnetMask> <GatewayMask>' with \r\n"\r
 "     static IPv4 address configuration for specified interface.\r\n"\r
-"  5. Use '-s <Name> dhcp' for DHCP4 to request the IP4 address\r\n"\r
+"  5. Use '-s <Name> dhcp' for DHCPv4 to request the IPv4 address\r\n"\r
 "     configuration dynamically for specified interface.\r\n"\r
 "  6. Use '-s <Name> dns <IP>' must under manual policy.\r\n"\r
 ".SH EXAMPLES\r\n"\r
 "  * To list the configuration for the eth0 interface:\r\n"\r
 "    fs0:\> ifconfig -l eth0\r\n"\r
 " \r\n"\r
-"  * To use DHCP4 to request the IPv4 address configuration dynamically for the\r\n"\r
+"  * To use DHCPv4 to request the IPv4 address configuration dynamically for the\r\n"\r
 "    eth0 interface:\r\n"\r
 "    fs0:\> ifconfig -s eth0 dhcp\r\n"\r
 " \r\n"\r