X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FIfConfig6%2FIfConfig6Strings.uni;fp=NetworkPkg%2FApplication%2FIfConfig6%2FIfConfig6Strings.uni;h=0c10bbdf7841319647a79d06c415719bd9af9a99;hp=3753bd8ef8a2161d88f6dbd7175023ce40aa8ec0;hb=be6cd654eb27370bfa127dd387846ad983f4ef72;hpb=fa848a4048943251fc057fe8d6c5a82e01d2ffb6 diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni b/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni index 3753bd8ef8..0c10bbdf78 100644 --- a/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni +++ b/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni @@ -1,7 +1,7 @@ /** @file String definitions for the Shell application IfConfig6. - Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -36,30 +36,6 @@ #string STR_IFCONFIG6_INFO_PREFIX_LEN #language en-US "/%d" #string STR_IFCONFIG6_LINE_HELP #language en-US "Displays or modifies the IPv6 configuration" -#string STR_IFCONFIG6_HELP #language en-US "Displays or modifies IPv6 configuration for network interface.\n\n" - "Usage:\n" - " IfConfig6 [-b] [-r {ifname}] [-l {ifname}] [-s {ifname} {command ...}] [-?]\n" - "\n" - "Option:\n" - " -b (break) enable page break.\n" - " -r (renew) renew configuration of interface and set automatic policy.\n" - " -l (list) list the configuration of interface.\n" - " -s (set) set configuration of interface as follows.\n" - " -? (help) list the help documentation.\n" - " |man/auto manual or automatic policy\n" - " |id {mac} alternative interface id.\n" - " |dad {num} dad transmits count.\n" - " |host{ip} static host ip address, must under manual policy.\n" - " |gw {ip} gateway ip address, must under manual policy.\n" - " |dns {ip} dns server ip address, must under manual policy.\n" - "\n" - "Example:\n" - " IfConfig6 -l\n" - " IfConfig6 -b -l\n" - " IfConfig6 -r eth0\n" - " IfConfig6 -s eth0 auto dad 10\n" - " IfConfig6 -s eth0 man id ff:dd:aa:88:66:cc\n" - " IfConfig6 -s eth1 man host 2002::1/64 2002::2/64 gw 2002::3\n" #string STR_IFCONFIG6_ERR_LACK_INTERFACE #language en-US "Lack interface name.\n" "Usage: IfConfig6 -s {ifname} {config options ...}\n" "Example: IfConfig6 -s eth0 auto\n" @@ -85,3 +61,32 @@ "Hint: Please type 'IfConfig6 -?' for help info.\n" #string STR_IFCONFIG6_ERR_ADDRESS_FAILED #language en-US "It failed to set .\n" #string STR_IFCONFIG6_INVALID_IP #language en-US "%IfConfig6: Invalid IP6 address, %s\n" + +#string STR_IFCONFIG6_HELP #language en-US "" +".TH IfConfig6 0 "Displays or modifies IPv6 configuration for network interface."\r\n" +".SH NAME\r\n" +"Displays or modifies IPv6 configuration for network interface.\r\n" +".SH SYNOPSIS\r\n" +" \r\n" +"IfConfig6 [-b] [-r {ifname}] [-l {ifname}] [-s {ifname} {command ...}] [-?]\r\n" +".SH OPTIONS\r\n" +" \r\n" +" -b (break) enable page break.\r\n" +" -r (renew) renew configuration of interface and set automatic policy.\r\n" +" -l (list) list the configuration of interface.\r\n" +" -s (set) set configuration of interface as follows.\r\n" +" |man/auto manual or automatic policy\r\n" +" |id {mac} alternative interface id.\r\n" +" |dad {num} dad transmits count.\r\n" +" |host{ip} static host ip address, must under manual policy.\r\n" +" |gw {ip} gateway ip address, must under manual policy.\r\n" +" |dns {ip} dns server ip address, must under manual policy.\r\n" +".SH EXAMPLES\r\n" +" \r\n" +"Examples:\r\n" +" IfConfig6 -l\r\n" +" IfConfig6 -b -l\r\n" +" IfConfig6 -r eth0\r\n" +" IfConfig6 -s eth0 auto dad 10\r\n" +" IfConfig6 -s eth0 man id ff:dd:aa:88:66:cc\r\n" +" IfConfig6 -s eth1 man host 2002::1/64 2002::2/64 gw 2002::3\r\n"