]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PrintLib.h
Correct the unknown character and update ChangeLog.txt
[mirror_edk2.git] / MdePkg / Include / Library / PrintLib.h
index 4797f536118db5bab313f44eb87e8d219e054466..1b3fa1e2ad8a014a2f9ee3c180079a51c4ff5d0b 100644 (file)
@@ -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.\r
     - x\r
       - The argument is a hexadecimal number.  The characters used are 0..9 and \r
-        A..F.  If the flag \91L\92 is not specified, then the argument is assumed \r
+        A..F.  If the flag 'L' is not specified, then the argument is assumed \r
         to be an int.  This does not follow ANSI C.\r
     - X\r
       - The argument is a hexadecimal number and the number is padded with \r
-        zeros.  This is equivalent to a format string of \930x\94 If the flag \r
+        zeros.  This is equivalent to a format string of "0X". If the flag \r
         'L' is not specified, then the argument is assumed to be an int.  \r
         This does not follow ANSI C.\r
     - d\r
@@ -97,7 +97,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
         This does not follow ANSI C.\r
     - t\r
       - The argument is a pointer to an EFI_TIME structure.  The time and \r
-        date are printed in the format \93mm/dd/yyyy  hh:mm\94, where mm is the \r
+        date are printed in the format "mm/dd/yyyy hh:mm" where mm is the \r
         month zero padded, dd is the day zero padded, yyyy is the year zero \r
         padded, hh is the hour zero padded, and mm is minutes zero padded.  \r
         This does not follow ANSI C. \r