X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FPrintLib.h;h=1b3fa1e2ad8a014a2f9ee3c180079a51c4ff5d0b;hp=4797f536118db5bab313f44eb87e8d219e054466;hb=c3d4e543f0c9e88ca2ad924827a2b663dfed5a5d;hpb=daa6553a39c528210f7afc84f437716b60514c8b diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h index 4797f53611..1b3fa1e2ad 100644 --- a/MdePkg/Include/Library/PrintLib.h +++ b/MdePkg/Include/Library/PrintLib.h @@ -72,11 +72,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. using this type too by making sure bits 8..15 of the argument are set to 0. - x - The argument is a hexadecimal number. The characters used are 0..9 and - A..F. If the flag ‘L’ is not specified, then the argument is assumed + A..F. If the flag 'L' is not specified, then the argument is assumed to be an int. This does not follow ANSI C. - X - The argument is a hexadecimal number and the number is padded with - zeros. This is equivalent to a format string of “0x”. If the flag + zeros. This is equivalent to a format string of "0X". If the flag 'L' is not specified, then the argument is assumed to be an int. This does not follow ANSI C. - d @@ -97,7 +97,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. This does not follow ANSI C. - t - The argument is a pointer to an EFI_TIME structure. The time and - date are printed in the format “mm/dd/yyyy hh:mm”, where mm is the + date are printed in the format "mm/dd/yyyy hh:mm" where mm is the month zero padded, dd is the day zero padded, yyyy is the year zero padded, hh is the hour zero padded, and mm is minutes zero padded. This does not follow ANSI C.