Index: /trunk/doc/manual/en_US/user_VBoxManage.xml
===================================================================
--- /trunk/doc/manual/en_US/user_VBoxManage.xml	(revision 75341)
+++ /trunk/doc/manual/en_US/user_VBoxManage.xml	(revision 75342)
@@ -1886,10 +1886,10 @@
     </sect2>
 
-    <sect2 id="vboxmanage-modifyvm-capture">
-
-      <title>Capture Settings</title>
+    <sect2 id="vboxmanage-modifyvm-record">
+
+      <title>Recording Settings</title>
 
       <para>
-        The following settings for changing video and/or audio capture
+        The following settings for changing video and/or audio recording
         parameters are available through <computeroutput>VBoxManage
         modifyvm</computeroutput>.
@@ -1900,5 +1900,5 @@
         <listitem>
           <para>
-            <computeroutput>--capture on|off</computeroutput>: This
+            <computeroutput>--record on|off</computeroutput>: This
             option enables or disables recording a VM session into a
             file. If this option is enabled, recording will start when the
@@ -1909,5 +1909,5 @@
         <listitem>
           <para>
-            <computeroutput>--capturescreens all|&lt;screen ID&gt;
+            <computeroutput>--recordscreens all|&lt;screen ID&gt;
             [&lt;screen ID&gt; ...]</computeroutput>: This option allows
             to specify which screens of the VM are being recorded. Each
@@ -1918,5 +1918,5 @@
         <listitem>
           <para>
-            <computeroutput>--capturefile
+            <computeroutput>--recordfile
             &lt;filename&gt;</computeroutput>: This option sets the
             filename VirtualBox uses to save the recorded content.
@@ -1926,9 +1926,9 @@
         <listitem>
           <para>
-            <computeroutput>--capturemaxtime
+            <computeroutput>--recordmaxtime
             &lt;ms&gt;</computeroutput>: This option sets the maximum
-            time in milliseconds the capturing will be enabled
-            since activation. The capturing stops when the defined time
-            interval has elapsed. If this value is zero the capturing is
+            time in milliseconds the recording will be enabled
+            since activation. The recording stops when the defined time
+            interval has elapsed. If this value is zero the recording is
             not limited by time.
           </para>
@@ -1937,17 +1937,17 @@
         <listitem>
           <para>
-            <computeroutput>--capturemaxsize
+            <computeroutput>--recordmaxsize
             &lt;MB&gt;</computeroutput>: This option limits the maximum
-            size of the captured file (in MB). The capturing stops
+            size of the recorded file (in MB). The recording stops
             when the file size has reached the specified size. If this
-            value is zero the capturing will not be limited by file size.
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            <computeroutput>--captureopts &lt;key=value&gt;
+            value is zero the recording will not be limited by file size.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            <computeroutput>--recordopts &lt;key=value&gt;
             [,&lt;key=value&gt; ...]</computeroutput>: This format can
-            be used to specify additional capturing options. These
+            be used to specify additional recording options. These
             options only are for advanced users and must be specified in
             a comma-separated key=value format. For example:
@@ -1958,5 +1958,5 @@
         <listitem>
           <para>
-            <computeroutput>--capturevideores
+            <computeroutput>--recordvideores
             &lt;width&gt;x&lt;height&gt;</computeroutput>: This option
             sets the video resolution (in pixels) of the recorded file.
@@ -1966,5 +1966,5 @@
         <listitem>
           <para>
-            <computeroutput>--capturevideorate
+            <computeroutput>--recordvideorate
             &lt;rate&gt;</computeroutput>: This option sets the video bitrate
             in kilobits (kb) per second. Increasing this value makes the
@@ -1975,5 +1975,5 @@
         <listitem>
           <para>
-            <computeroutput>--capturevideofps &lt;fps&gt;</computeroutput>:
+            <computeroutput>--recordvideofps &lt;fps&gt;</computeroutput>:
             This option sets the maximum number of video frames per second
             (FPS) to be recorded. Frames with a higher frequency will be
@@ -3643,5 +3643,5 @@
       <listitem>
         <para>
-          <computeroutput>videocap on|off</computeroutput> enables or
+          <computeroutput>record on|off</computeroutput> enables or
           disables recording a VM session into a WebM/VP8 file.
         </para>
@@ -3650,8 +3650,8 @@
       <listitem>
         <para>
-          <computeroutput>videocapscreens all|&lt;screen ID&gt;
+          <computeroutput>recordscreens all|&lt;screen ID&gt;
           [&lt;screen ID&gt; ...]]</computeroutput> allows to specify
           which screens of the VM are being recorded. This setting
-          cannot be changed while video capturing is enabled. Each
+          cannot be changed while recording is enabled. Each
           screen is recorded into a separate file.
         </para>
@@ -3660,7 +3660,7 @@
       <listitem>
         <para>
-          <computeroutput>videocapfile &lt;file&gt;</computeroutput>
+          <computeroutput>recordfile &lt;file&gt;</computeroutput>
           sets the filename VirtualBox uses to save the recorded
-          content. This setting cannot be changed while video capturing
+          content. This setting cannot be changed while recording
           is enabled.
         </para>
@@ -3669,67 +3669,61 @@
       <listitem>
         <para>
-          <computeroutput>videocapres &lt;width&gt;
+          <computeroutput>recordvideores &lt;width&gt;
           &lt;height&gt;</computeroutput> sets the resolution (in
           pixels) of the recorded video. This setting cannot be changed
-          while video capturing is enabled.
-        </para>
-      </listitem>
-
-      <listitem>
-<!-- @todo r=andy Clarify rate. -->
-
-        <para>
-          <computeroutput>videocaprate &lt;rate&gt;</computeroutput>
+          while recording is enabled.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <computeroutput>recordvideorate &lt;rate&gt;</computeroutput>
           sets the bitrate in kilobits (kb) per second. Increasing this
           value makes the video look better for the cost of an increased
-          file size. This setting cannot be changed while video
-          capturing is enabled.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          <computeroutput>videocapfps &lt;fps&gt;</computeroutput> sets
+          file size. This setting cannot be changed while recording is enabled.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <computeroutput>recordvideofps &lt;fps&gt;</computeroutput> sets
           the maximum number of frames per second (FPS) to be recorded.
           Frames with a higher frequency will be skipped. Reducing this
           value increases the number of skipped frames and reduces the
-          file size. This setting cannot be changed while video
-          capturing is enabled.
-        </para>
-      </listitem>
-
-      <listitem>
-<!-- @todo r=andy Clarify time format. -->
-
-        <para>
-          <computeroutput>videocapmaxtime &lt;ms&gt;</computeroutput>
-          sets the maximum time in milliseconds the video capturing will
-          be enabled since activation. The capturing stops when the
+          file size. This setting cannot be changed while recording is enabled.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <computeroutput>recordmaxtime &lt;ms&gt;</computeroutput>
+          sets the maximum time in milliseconds the recording will
+          be enabled since activation. The recording stops when the
           defined time interval has elapsed. If this value is zero the
-          capturing is not limited by time. This setting cannot be
-          changed while video capturing is enabled.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          <computeroutput>videocapmaxsize &lt;MB&gt;</computeroutput>
-          limits the maximum size of the captured video file, in MB. The
-          capturing stops when the file size has reached the specified
-          size. If this value is zero the capturing will not be limited
-          by file size. This setting cannot be changed while video
-          capturing is enabled.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          <computeroutput>videocapopts
+          recording is not limited by time. This setting cannot be
+          changed while recording is enabled.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <computeroutput>recordmaxsize &lt;MB&gt;</computeroutput>
+          limits the maximum size of the recorded file, in MB. The
+          recording stops when the file size has reached the specified
+          size. If this value is zero the recording will not be limited
+          by file size. This setting cannot be changed while recording
+          is enabled.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <computeroutput>recordopts
           &lt;key=value&gt;[,&lt;key=value&gt; ...]</computeroutput> can
-          be used to specify additional video capturing options. These
+          be used to specify additional recording options. These
           options only are for advanced users and must be specified in a
           comma-separated key=value format, e.g.
           <computeroutput>foo=bar,a=b</computeroutput>. This setting
-          cannot be changed while video capturing is enabled.
+          cannot be changed while recording is enabled.
         </para>
       </listitem>
