summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
authorTapan Shah <tapandshah@hpe.com>2017-06-10 01:11:21 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2017-06-10 10:23:18 +0800
commit97f1cd597e01b9c96a1be9b33d7785362269506e (patch)
tree412755330bd6636ba8f353afa25c4b8007991492 /ShellPkg
parent937bc66e1e555e74acdeba766b12c06fd506e408 (diff)
downloadedk2-97f1cd597e01b9c96a1be9b33d7785362269506e.tar.gz
edk2-97f1cd597e01b9c96a1be9b33d7785362269506e.tar.bz2
edk2-97f1cd597e01b9c96a1be9b33d7785362269506e.zip
ShellPkg: Fix typo errors in ifconfig help output
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>
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni5
1 files changed, 3 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
index edadcc5b99..70c3465445 100644
--- a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
+++ b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
@@ -2,6 +2,7 @@
//
// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
// Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR>
+// (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>
// 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 <Name> static <IP> <SubnetMask> <GatewayMask>' with \r\n"
" static IPv4 address configuration for specified interface.\r\n"
-" 5. Use '-s <Name> dhcp' for DHCP4 to request the IP4 address\r\n"
+" 5. Use '-s <Name> dhcp' for DHCPv4 to request the IPv4 address\r\n"
" configuration dynamically for specified interface.\r\n"
" 6. Use '-s <Name> dns <IP>' 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"