]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PrintLib.h
Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n actions...
[mirror_edk2.git] / MdePkg / Include / Library / PrintLib.h
index 4797f536118db5bab313f44eb87e8d219e054466..5395c13e67195df9a269435f7a28b7e4d1675d7d 100644 (file)
@@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     %[flags][width][.precision]type\r
 \r
   [flags]:\r
-    - -              \r
+    - -       \r
       - The field is left justified.  If not flag is not specified, then the \r
         field is right justified.\r
-    - space      \r
+    - space   \r
       - Prefix a space character to a number.  Only valid for types X, x, and d.\r
-    - +        \r
+    - + \r
       - Prefix a plus character to a number.  Only valid for types X, x, and d.  \r
         If both space and + are specified, then space is ignored.\r
     - 0\r
@@ -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
@@ -170,12 +170,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 ///\r
 /// Define the maximum number of characters that are required to\r
-/// encode a decimal, hexidecimal, GUID, or TIME value with a NULL \r
+/// encode a decimal, hexadecimal, GUID, or TIME value with a NULL \r
 /// terminator.\r
 ///  \r
 ///  Maximum Length Decimal String     = 28\r
 ///    "-9,223,372,036,854,775,808"\r
-///  Maximum Length Hexidecimal String = 17\r
+///  Maximum Length Hexadecimal String = 17\r
 ///    "FFFFFFFFFFFFFFFF"\r
 ///  Maximum Length GUID               = 37\r
 ///    "00000000-0000-0000-0000-000000000000"\r