]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix unicode issue.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Nov 2009 09:16:44 +0000 (09:16 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Nov 2009 09:16:44 +0000 (09:16 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9485 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Include/Protocol/EfiShell.h

index 82d228187d4ee1178fcc44afeab982cd838acbad..f67ab82e5beb76b9e1ad347a1a1e393d9a22b3ce 100644 (file)
@@ -788,9 +788,9 @@ EFI_STATUS
                                 this is stored in a volatile fashion.  FALSE otherwise.\r
   @return                              If Alias is not NULL, it will return a pointer to \r
                                 the null-terminated command for that alias. \r
-                                If Alias is NULL, ReturnedData points to a \91;\92 \r
+                                If Alias is NULL, ReturnedData points to a ';' \r
                                 delimited list of alias (e.g. \r
-                                ReturnedData = \93dir;del;copy;mfp\94) that is null-terminated.  \r
+                                ReturnedData = "dir;del;copy;mfp") that is null-terminated.  \r
   @retval NULL                  An error ocurred.\r
   @retval NULL                  Alias was not a valid Alias.\r
 **/\r