Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 65125)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 65126)
@@ -2687,5 +2687,5 @@
 /**
  *  Returns the regexp string that defines the format of the human-readable
- *  size representation, <tt>####[.##] B|KB|MB|GB|TB|PB</tt>.
+ *  size representation, <tt>!#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt>.
  *
  *  This regexp will capture 5 groups of text:
@@ -2715,5 +2715,5 @@
 /**
  *  Parses the given size string that should be in form of
- *  <tt>####[.##] B|KB|MB|GB|TB|PB</tt> and returns
+ *  <tt>!#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt> and returns
  *  the size value in bytes. Zero is returned on error.
  */
@@ -2764,5 +2764,5 @@
 /**
  * Formats the given @a aSize value in bytes to a human readable string
- * in form of <tt>####[.##] B|KB|MB|GB|TB|PB</tt>.
+ * in form of <tt>!#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt>.
  *
  * The @a aMode and @a aDecimal parameters are used for rounding the resulting
@@ -3023,10 +3023,10 @@
 /**
  *  Reformats the input string @a aStr so that:
- *  - strings in single quotes will be put inside <nobr> and marked
+ *  - strings in single quotes will be put inside \<nobr\> and marked
  *    with bold style;
  *  - UUIDs be put inside <nobr> and marked
  *    with italic style;
- *  - replaces new line chars with </p><p> constructs to form paragraphs
- *    (note that <p> and </p> are not appended to the beginning and to the
+ *  - replaces new line chars with \</p\>\<p\> constructs to form paragraphs
+ *    (note that \<p\> and \</p\> are not appended to the beginning and to the
  *     end of the string respectively, to allow the result be appended
  *     or prepended to the existing paragraph).
@@ -3447,5 +3447,5 @@
  *
  *  In order to support accelerators used in non-alphabet languages
- *  (e.g. Japanese) that has a form of "(&<L>)" (where <L> is a latin letter),
+ *  (e.g. Japanese) that has a form of "(&\<L\>)" (where \<L\> is a latin letter),
  *  this method first searches for this pattern and, if found, removes it as a
  *  whole. If such a pattern is not found, then the '&' character is simply
