Index: /trunk/doc/manual/en_US/man_VBoxManage_debugvm.xml
===================================================================
--- /trunk/doc/manual/en_US/man_VBoxManage_debugvm.xml	(revision 56444)
+++ /trunk/doc/manual/en_US/man_VBoxManage_debugvm.xml	(revision 56445)
@@ -33,8 +33,8 @@
 
   <refsynopsisdiv>
-    <cmdsynopsis id="synopsis-vboxmanage-debugvm-dumpguestcore">
-      <command>VBoxManage debugvm</command>
-      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
-      <arg choice="plain">dumpguestcore</arg>
+    <cmdsynopsis id="synopsis-vboxmanage-debugvm-dumpvmcore">
+      <command>VBoxManage debugvm</command>
+      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
+      <arg choice="plain">dumpvmcore</arg>
       <arg>--filename <replaceable>name</replaceable></arg>
     </cmdsynopsis>
@@ -81,4 +81,10 @@
       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
       <arg choice="plain">osinfo</arg>
+    </cmdsynopsis>
+    <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdmesg">
+      <command>VBoxManage debugvm</command>
+      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
+      <arg choice="plain">osdmesg</arg>
+      <arg>--lines <replaceable>lines</replaceable></arg>
     </cmdsynopsis>
     <cmdsynopsis id="synopsis-vboxmanage-debugvm-getregisters">
@@ -134,9 +140,9 @@
     </refsect2>
 
-    <refsect2 id="vboxmanage-debugvm-dumpguestcore">
-      <cmdsynopsis>
-        <command>VBoxManage debugvm</command>
-        <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
-        <arg choice="plain">dumpguestcore</arg>
+    <refsect2 id="vboxmanage-debugvm-dumpvmcore">
+      <cmdsynopsis>
+        <command>VBoxManage debugvm</command>
+        <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
+        <arg choice="plain">dumpvmcore</arg>
         <arg>--filename <replaceable>name</replaceable></arg>
       </cmdsynopsis>
@@ -253,4 +259,5 @@
       <para>
         Make the VMM's debugger facility (re)-detect the guest operating system (OS).
+        This will first load all debugger plug-ins.
       </para>
       <para>
@@ -269,4 +276,23 @@
         detected by the VMM's debugger facility.
       </para>
+    </refsect2>
+
+    <refsect2 id="vboxmanage-debugvm-osdmesg">
+      <cmdsynopsis>
+        <command>VBoxManage debugvm</command>
+        <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
+        <arg choice="plain">osdmesg</arg>
+        <arg>--lines <replaceable>lines</replaceable></arg>
+      </cmdsynopsis>
+      <para>
+        Displays the guest OS kernel log, if detected and supported.
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>--lines <replaceable>lines</replaceable></option></term>
+          <listitem><para>Number of lines of the log to display, counting from
+          the end. The default is infinite.</para></listitem>
+        </varlistentry>
+      </variablelist>
     </refsect2>
 
@@ -306,5 +332,5 @@
     </refsect2>
 
-    <refsect2 id="vboxmanage-debugvm-logdest-setregisters">
+    <refsect2 id="vboxmanage-debugvm-setregisters">
       <cmdsynopsis>
         <command>VBoxManage debugvm</command>
@@ -388,2 +414,3 @@
 </refentry>
 
+
