mirror of https://github.com/acidanthera/audk.git
corrected out of date comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9500 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e2f8297f9c
commit
a5bd42b97d
|
@ -43,7 +43,7 @@ ShellGetFileInfo (
|
||||||
specified.
|
specified.
|
||||||
|
|
||||||
@param FileHandle The file handle of the file for which information
|
@param FileHandle The file handle of the file for which information
|
||||||
is being set
|
is being set.
|
||||||
|
|
||||||
@param FileInfo The infotmation to set.
|
@param FileInfo The infotmation to set.
|
||||||
|
|
||||||
|
@ -808,11 +808,10 @@ ShellInitialize (
|
||||||
/**
|
/**
|
||||||
Print at a specific location on the screen.
|
Print at a specific location on the screen.
|
||||||
|
|
||||||
This function will move the cursor to a given screen location, print the specified string,
|
This function will move the cursor to a given screen location and print the specified string.
|
||||||
and return the cursor to the original location.
|
|
||||||
|
|
||||||
If -1 is specified for either the Row or Col the current screen location for BOTH
|
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 either Row or Col is out of range for the current console, then ASSERT.
|
||||||
If Format is NULL, then ASSERT.
|
If Format is NULL, then ASSERT.
|
||||||
|
@ -846,14 +845,13 @@ ShellPrintEx(
|
||||||
/**
|
/**
|
||||||
Print at a specific location on the screen.
|
Print at a specific location on the screen.
|
||||||
|
|
||||||
This function will move the cursor to a given screen location, print the specified string,
|
This function will move the cursor to a given screen location and print the specified string.
|
||||||
and return the cursor to the original locaiton.
|
|
||||||
|
|
||||||
If -1 is specified for either the Row or Col the current screen location for BOTH
|
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 either Row or Col is out of range for the current console, then ASSERT.
|
||||||
if Format is NULL, then ASSERT
|
If Format is NULL, then ASSERT.
|
||||||
|
|
||||||
In addition to the standard %-based flags as supported by UefiLib Print() this supports
|
In addition to the standard %-based flags as supported by UefiLib Print() this supports
|
||||||
the following additional flags:
|
the following additional flags:
|
||||||
|
|
Loading…
Reference in New Issue