Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 65128)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 65129)
@@ -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
@@ -3025,5 +3025,5 @@
  *  - strings in single quotes will be put inside \<nobr\> and marked
  *    with bold style;
- *  - UUIDs be put inside <nobr> and marked
+ *  - UUIDs be put inside \<nobr\> and marked
  *    with italic style;
  *  - replaces new line chars with \</p\>\<p\> constructs to form paragraphs
