diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-01 05:41:00 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-01 05:41:00 +0000 |
commit | a5bd42b97d08517a65eb1f00510a9e18e8fec0a6 (patch) | |
tree | 51dba8600663f892f33eb5621a1eafa6e3c8611d | |
parent | e2f8297f9cd71ade709cc0e0e3bc310dd11e6917 (diff) | |
download | edk2-platforms-a5bd42b97d08517a65eb1f00510a9e18e8fec0a6.tar.xz |
corrected out of date comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9500 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ShellPkg/Include/Library/ShellLib.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index 96ec2648a1..fc1b6bacd5 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -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
being requested.
- @retval NULL information could not be retrieved.
+ @retval NULL information could not be retrieved.
- @return the information about the file
+ @return the information about the file
**/
EFI_FILE_INFO*
EFIAPI
@@ -43,7 +43,7 @@ ShellGetFileInfo ( specified.
@param FileHandle The file handle of the file for which information
- is being set
+ is being set.
@param FileInfo The infotmation to set.
@@ -808,11 +808,10 @@ ShellInitialize ( /**
Print at a specific location on the screen.
- This function will move the cursor to a given screen location, print the specified string,
- and return the cursor to the original location.
+ This function will move the cursor to a given screen location and print the specified string.
If -1 is specified for either the Row or Col the current screen location for BOTH
- will be used and the cursor's position will not be moved back to an original location.
+ will be used.
If either Row or Col is out of range for the current console, then ASSERT.
If Format is NULL, then ASSERT.
@@ -846,14 +845,13 @@ ShellPrintEx( /**
Print at a specific location on the screen.
- This function will move the cursor to a given screen location, print the specified string,
- and return the cursor to the original locaiton.
+ This function will move the cursor to a given screen location and print the specified string.
If -1 is specified for either the Row or Col the current screen location for BOTH
- will be used and the cursor's position will not be moved back to an original location.
+ will be used.
- if either Row or Col is out of range for the current console, then ASSERT
- if Format is NULL, then ASSERT
+ If either Row or Col is out of range for the current console, then ASSERT.
+ If Format is NULL, then ASSERT.
In addition to the standard %-based flags as supported by UefiLib Print() this supports
the following additional flags:
|