VirtualBox

Changeset 56344 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Jun 10, 2015 10:58:10 PM (10 years ago)
Author:
vboxsync
Message:

VBoxManage,manual: Working help code generator.

File:
1 copied

Legend:

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

    r56336 r56344  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!--
    3     manpage, user manual, usage: VBoxManage extpack
     3    manpage, user manual, usage: VBoxManage debugvm
    44
    55    Copyright (C) 2006-2015 Oracle Corporation
     
    1414 -->
    1515<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
    16 <refentry id="vboxmanage-extpack" lang="en">
     16<refentry id="vboxmanage-debugvm" lang="en">
    1717
    1818  <refentryinfo>
    1919    <pubdate>$Date$</pubdate>
    20     <title>VBoxManage extpack</title>
     20    <title>VBoxManage debugvm</title>
    2121  </refentryinfo>
    2222
     
    2626
    2727  <refnamediv>
    28     <refname>VBoxManage-extpack</refname>
     28    <refname>VBoxManage-debugvm</refname>
    2929    <refpurpose>extension package management</refpurpose>
    3030    <refclass>Oracle VM VirtualBox</refclass>
     
    3232
    3333  <refsynopsisdiv>
    34     <cmdsynopsis id="synopsis-vboxmanage-extpack-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
    35       <command>VBoxManage extpack install</command>
     34    <cmdsynopsis id="synopsis-vboxmanage-debugvm-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
     35      <command>VBoxManage debugvm install</command>
    3636      <arg>--replace</arg>
    3737      <arg choice="req"><replaceable>tarball</replaceable></arg>
    3838    </cmdsynopsis>
    39     <cmdsynopsis id="synopsis-vboxmanage-extpack-uninstall">
    40       <command>VBoxManage extpack uninstall</command>
     39    <cmdsynopsis id="synopsis-vboxmanage-debugvm-uninstall">
     40      <command>VBoxManage debugvm uninstall</command>
    4141      <arg>--force</arg>
    4242      <arg choice="req"><replaceable>name</replaceable></arg>
    4343    </cmdsynopsis>
    44     <cmdsynopsis id="synopsis-vboxmanage-extpack-cleanup">
    45       <command>VBoxManage extpack cleanup</command>
     44    <cmdsynopsis id="synopsis-vboxmanage-debugvm-cleanup">
     45      <command>VBoxManage debugvm cleanup</command>
    4646    </cmdsynopsis>
    4747  </refsynopsisdiv>
     
    5050    <title>Description</title>
    5151
    52     <refsect2 id="vboxmanage-extpack-install">
     52    <refsect2 id="vboxmanage-debugvm-install">
    5353      <cmdsynopsis>
    54         <command>VBoxManage extpack install</command>
     54        <command>VBoxManage debugvm install</command>
    5555        <arg>--replace</arg>
    5656        <arg choice="req"><replaceable>tarball</replaceable></arg>
     
    7575    </refsect2>
    7676
    77     <refsect2 id="vboxmanage-extpack-uninstall">
     77    <refsect2 id="vboxmanage-debugvm-uninstall">
    7878      <cmdsynopsis>
    79         <command>VBoxManage extpack uninstall</command>
     79        <command>VBoxManage debugvm uninstall</command>
    8080        <arg>--force</arg>
    8181        <arg choice="req"><replaceable>name</replaceable></arg>
     
    8484        Uninstalls an extension pack from the system.  The subcommand will also succeed
    8585        in the case where the specified extension pack is not present on the system.
    86         You can use <computeroutput>VBoxManage list extpacks</computeroutput> to show
     86        You can use <computeroutput>VBoxManage list debugvms</computeroutput> to show
    8787        the names of the extension packs which are currently installed.
    8888      </para>
     
    103103    </refsect2>
    104104
    105     <refsect2 id="vboxmanage-extpack-cleanup">
     105    <refsect2 id="vboxmanage-debugvm-cleanup">
    106106      <cmdsynopsis>
    107         <command>VBoxManage extpack cleanup</command>
     107        <command>VBoxManage debugvm cleanup</command>
    108108      </cmdsynopsis>
    109109      <para>
     
    115115  </refsect1>
    116116
    117 <!-- TODO examples
    118   <para>The following commands show examples how to list extension packs and
    119   remove one:<screen>
    120 $ VBoxManage list extpacks
    121 Extension Packs: 1
    122 Pack no. 0:   Oracle VM VirtualBox Extension Pack
    123 Version:      4.1.12
    124 Revision:     77218
    125 Edition:
    126 Description:  USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support.
    127 VRDE Module:  VBoxVRDP
    128 Usable:       true
    129 Why unusable:
    130 $ VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"
    131 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    132 Successfully uninstalled "Oracle VM VirtualBox Extension Pack".</screen></para>
    133 -->
    134 
    135117</refentry>
    136118
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