VirtualBox

Changeset 37761 in vbox for trunk


Ignore:
Timestamp:
Jul 4, 2011 12:22:02 PM (13 years ago)
Author:
vboxsync
Message:

GuestCtrl/Exec: Documentation/Syntax diagram fixes.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r37709 r37761  
    747747          <listitem>
    748748            <para><computeroutput>--nicgenericdrv&lt;1-N&gt;
    749             &lt;backend driver&gt;</computeroutput>: If generic networking has been 
     749            &lt;backend driver&gt;</computeroutput>: If generic networking has been
    750750            enabled for a virtual network card (see the
    751751            <computeroutput>--nic</computeroutput> option above; otherwise
     
    754754            </para>
    755755          </listitem>
    756          
    757           <listitem>
    758             <para><computeroutput>--nicproperty&lt;1-N&gt; 
     756
     757          <listitem>
     758            <para><computeroutput>--nicproperty&lt;1-N&gt;
    759759            &lt;paramname&gt;="paramvalue"</computeroutput>:
    760760            This option, in combination with "nicgenericdrv" allows you to
    761761            pass parameters to rarely-used network backends.</para><para>
    762762            Those parameters are backend engine-specific, and are different
    763             between UDP Tunnel and the VDE backend drivers. For example, 
     763            between UDP Tunnel and the VDE backend drivers. For example,
    764764            please see <xref linkend="network_udp_tunnel" />.
    765765            </para>
     
    13401340        (<computeroutput>intnet</computeroutput>) or host-only networking
    13411341        (<computeroutput>hostonly</computeroutput>) or access to rarely used
    1342         sub-modes 
     1342        sub-modes
    13431343        (<computeroutput>generic</computeroutput>). These options correspond
    13441344        to the modes which are described in detail in <xref
     
    24562456          running and has the following syntax:</para>
    24572457
    2458           <screen>VBoxManage guestcontrol &lt;vmname&gt;|&lt;uuid&gt; exec[ute]
    2459             &lt;path to program&gt;
     2458          <screen>VBoxManage guestcontrol exec[ute] &lt;vmname&gt;|&lt;uuid&gt;
     2459            --image &lt;path to program&gt;
    24602460            --username &lt;name&gt; --password &lt;password&gt;
    2461             [--arguments "&lt;arguments&gt;"]
    24622461            [--environment "&lt;NAME&gt;=&lt;VALUE&gt; [&lt;NAME&gt;=&lt;VALUE&gt;]"]
    24632462            [--flags &lt;flags&gt;] [--timeout &lt;msec&gt;]
    2464             [--verbose] [--wait-for exit,stdout,stderr||]</screen>
     2463            [--verbose] [--wait-exit] [--wait-stdout] [--wait-stderr]
     2464            -- [[&lt;argument1&gt;] ... [&lt;argumentN&gt;]]</screen>
    24652465
    24662466          <para>where the parameters mean: <glosslist>
     
    24742474
    24752475              <glossentry>
    2476                 <glossterm>path to program</glossterm>
     2476                <glossterm>--image "&lt;path to program&gt;"</glossterm>
    24772477
    24782478                <glossdef>
     
    25702570
    25712571              <glossentry>
    2572                 <glossterm>--wait-for &lt;action&gt;</glossterm>
     2572                <glossterm>--wait-exit</glossterm>
    25732573
    25742574                <glossdef>
    2575                   <para>Tells VBoxManage to wait for a certain action to
    2576                   happen and react to it. The following actions are available:
    2577                   <glosslist>
    2578                       <glossentry>
    2579                         <glossterm>exit</glossterm>
    2580 
    2581                         <glossdef>
    2582                           <para>Waits until the process ends and outputs its
    2583                           exit code along with the exit reason/flags.</para>
    2584                         </glossdef>
    2585                       </glossentry>
    2586 
    2587                       <glossentry>
    2588                         <glossterm>stdout or stderr</glossterm>
    2589 
    2590                         <glossdef>
    2591                           <para>Waits until the process ends and outputs its
    2592                           exit code along with the exit reason/flags. After
    2593                           that VBoxManage retrieves the output collected from
    2594                           the guest process's stdout and stderr.</para>
    2595                         </glossdef>
    2596                       </glossentry>
    2597                     </glosslist></para>
     2575                  <para>Waits until the process ends and outputs its
     2576                  exit code along with the exit reason/flags.</para>
    25982577                </glossdef>
    25992578              </glossentry>
     2579
     2580              <glossentry>
     2581                <glossterm>--wait-stdout</glossterm>
     2582
     2583                <glossdef>
     2584                  <para>Waits until the process ends and outputs its
     2585                  exit code along with the exit reason/flags. While waiting
     2586                  VBoxManage retrieves the process output collected from stdout.</para>
     2587                </glossdef>
     2588              </glossentry>
     2589
     2590              <glossentry>
     2591                <glossterm>--wait-stderr</glossterm>
     2592
     2593                <glossdef>
     2594                  <para>Waits until the process ends and outputs its
     2595                  exit code along with the exit reason/flags. While waiting
     2596                  VBoxManage retrieves the process output collected from stderr.</para>
     2597                </glossdef>
     2598              </glossentry>
     2599
    26002600            </glosslist></para>
    26012601
     
    27212721          Additions 4.0 and later).</para>
    27222722
    2723           <screen>VBoxManage guestcontrol &lt;vmname&gt;|&lt;uuid&gt; createdir[ectory]|mkdir|md 
     2723          <screen>VBoxManage guestcontrol &lt;vmname&gt;|&lt;uuid&gt; createdir[ectory]|mkdir|md
    27242724            &lt;directory to create on guest&gt;
    27252725            [--username "&lt;name&gt;"] [--password "&lt;password&gt;"]
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r37634 r37761  
    186186                 "                            [--environment \"<NAME>=<VALUE> [<NAME>=<VALUE>]\"]\n"
    187187                 "                            [--timeout <msec>] [--unix2dos] [--verbose]\n"
    188                  "                            [--wait-exit] [--wait-stdout] [--wait-stdout]\n"
     188                 "                            [--wait-exit] [--wait-stdout] [--wait-stderr]\n"
    189189                 //"                          [--output-format=<dos>|<unix>]\n"
    190190                 "                            [--output-type=<binary>|<text>]\n"
    191                  "                            [-- [<argument1>] ... [<argumentN>]\n"
     191                 "                            [-- [<argument1>] ... [<argumentN>]]\n"
    192192                 /** @todo Add a "--" parameter (has to be last parameter) to directly execute
    193193                  *        stuff, e.g. "VBoxManage guestcontrol execute <VMName> --username <> ... -- /bin/rm -Rf /foo". */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette