]> git.proxmox.com Git - mirror_edk2.git/commitdiff
corrected out of date comments
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Dec 2009 05:41:00 +0000 (05:41 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Dec 2009 05:41:00 +0000 (05:41 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9500 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Include/Library/ShellLib.h

index 96ec2648a14efa4db3694ab3e263a42387421f3d..fc1b6bacd5314a6d439969aa59e076b3e1e9fbf5 100644 (file)
@@ -28,9 +28,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param  FileHandle  The file handle of the file for which information is \r
                       being requested.\r
 \r
   @param  FileHandle  The file handle of the file for which information is \r
                       being requested.\r
 \r
-  @retval NULL information could not be retrieved.\r
+  @retval NULL        information could not be retrieved.\r
 \r
 \r
-  @return the information about the file\r
+  @return             the information about the file\r
 **/\r
 EFI_FILE_INFO*\r
 EFIAPI\r
 **/\r
 EFI_FILE_INFO*\r
 EFIAPI\r
@@ -43,7 +43,7 @@ ShellGetFileInfo (
   specified.\r
 \r
   @param  FileHandle            The file handle of the file for which information \r
   specified.\r
 \r
   @param  FileHandle            The file handle of the file for which information \r
-                                is being set\r
+                                is being set.\r
 \r
   @param  FileInfo              The infotmation to set.\r
 \r
 \r
   @param  FileInfo              The infotmation to set.\r
 \r
@@ -808,11 +808,10 @@ ShellInitialize (
 /**\r
   Print at a specific location on the screen.\r
 \r
 /**\r
   Print at a specific location on the screen.\r
 \r
-  This function will move the cursor to a given screen location, print the specified string, \r
-  and return the cursor to the original location.  \r
+  This function will move the cursor to a given screen location and print the specified string.\r
   \r
   If -1 is specified for either the Row or Col the current screen location for BOTH \r
   \r
   If -1 is specified for either the Row or Col the current screen location for BOTH \r
-  will be used and the cursor's position will not be moved back to an original location.\r
+  will be used.\r
 \r
   If either Row or Col is out of range for the current console, then ASSERT.\r
   If Format is NULL, then ASSERT.\r
 \r
   If either Row or Col is out of range for the current console, then ASSERT.\r
   If Format is NULL, then ASSERT.\r
@@ -846,14 +845,13 @@ ShellPrintEx(
 /**\r
   Print at a specific location on the screen.\r
 \r
 /**\r
   Print at a specific location on the screen.\r
 \r
-  This function will move the cursor to a given screen location, print the specified string, \r
-  and return the cursor to the original locaiton.  \r
+  This function will move the cursor to a given screen location and print the specified string.\r
   \r
   If -1 is specified for either the Row or Col the current screen location for BOTH \r
   \r
   If -1 is specified for either the Row or Col the current screen location for BOTH \r
-  will be used and the cursor's position will not be moved back to an original location.\r
+  will be used.\r
 \r
 \r
-  if either Row or Col is out of range for the current console, then ASSERT\r
-  if Format is NULL, then ASSERT\r
+  If either Row or Col is out of range for the current console, then ASSERT.\r
+  If Format is NULL, then ASSERT.\r
 \r
   In addition to the standard %-based flags as supported by UefiLib Print() this supports \r
   the following additional flags:\r
 \r
   In addition to the standard %-based flags as supported by UefiLib Print() this supports \r
   the following additional flags:\r