Changeset 56344 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jun 10, 2015 10:58:10 PM (10 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage_debugvm.xml
r56336 r56344 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 manpage, user manual, usage: VBoxManage extpack3 manpage, user manual, usage: VBoxManage debugvm 4 4 5 5 Copyright (C) 2006-2015 Oracle Corporation … … 14 14 --> 15 15 <!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"> 17 17 18 18 <refentryinfo> 19 19 <pubdate>$Date$</pubdate> 20 <title>VBoxManage extpack</title>20 <title>VBoxManage debugvm</title> 21 21 </refentryinfo> 22 22 … … 26 26 27 27 <refnamediv> 28 <refname>VBoxManage- extpack</refname>28 <refname>VBoxManage-debugvm</refname> 29 29 <refpurpose>extension package management</refpurpose> 30 30 <refclass>Oracle VM VirtualBox</refclass> … … 32 32 33 33 <refsynopsisdiv> 34 <cmdsynopsis id="synopsis-vboxmanage- extpack-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->35 <command>VBoxManage extpackinstall</command>34 <cmdsynopsis id="synopsis-vboxmanage-debugvm-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. --> 35 <command>VBoxManage debugvm install</command> 36 36 <arg>--replace</arg> 37 37 <arg choice="req"><replaceable>tarball</replaceable></arg> 38 38 </cmdsynopsis> 39 <cmdsynopsis id="synopsis-vboxmanage- extpack-uninstall">40 <command>VBoxManage extpackuninstall</command>39 <cmdsynopsis id="synopsis-vboxmanage-debugvm-uninstall"> 40 <command>VBoxManage debugvm uninstall</command> 41 41 <arg>--force</arg> 42 42 <arg choice="req"><replaceable>name</replaceable></arg> 43 43 </cmdsynopsis> 44 <cmdsynopsis id="synopsis-vboxmanage- extpack-cleanup">45 <command>VBoxManage extpackcleanup</command>44 <cmdsynopsis id="synopsis-vboxmanage-debugvm-cleanup"> 45 <command>VBoxManage debugvm cleanup</command> 46 46 </cmdsynopsis> 47 47 </refsynopsisdiv> … … 50 50 <title>Description</title> 51 51 52 <refsect2 id="vboxmanage- extpack-install">52 <refsect2 id="vboxmanage-debugvm-install"> 53 53 <cmdsynopsis> 54 <command>VBoxManage extpackinstall</command>54 <command>VBoxManage debugvm install</command> 55 55 <arg>--replace</arg> 56 56 <arg choice="req"><replaceable>tarball</replaceable></arg> … … 75 75 </refsect2> 76 76 77 <refsect2 id="vboxmanage- extpack-uninstall">77 <refsect2 id="vboxmanage-debugvm-uninstall"> 78 78 <cmdsynopsis> 79 <command>VBoxManage extpackuninstall</command>79 <command>VBoxManage debugvm uninstall</command> 80 80 <arg>--force</arg> 81 81 <arg choice="req"><replaceable>name</replaceable></arg> … … 84 84 Uninstalls an extension pack from the system. The subcommand will also succeed 85 85 in the case where the specified extension pack is not present on the system. 86 You can use <computeroutput>VBoxManage list extpacks</computeroutput> to show86 You can use <computeroutput>VBoxManage list debugvms</computeroutput> to show 87 87 the names of the extension packs which are currently installed. 88 88 </para> … … 103 103 </refsect2> 104 104 105 <refsect2 id="vboxmanage- extpack-cleanup">105 <refsect2 id="vboxmanage-debugvm-cleanup"> 106 106 <cmdsynopsis> 107 <command>VBoxManage extpackcleanup</command>107 <command>VBoxManage debugvm cleanup</command> 108 108 </cmdsynopsis> 109 109 <para> … … 115 115 </refsect1> 116 116 117 <!-- TODO examples118 <para>The following commands show examples how to list extension packs and119 remove one:<screen>120 $ VBoxManage list extpacks121 Extension Packs: 1122 Pack no. 0: Oracle VM VirtualBox Extension Pack123 Version: 4.1.12124 Revision: 77218125 Edition:126 Description: USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support.127 VRDE Module: VBoxVRDP128 Usable: true129 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 135 117 </refentry> 136 118
Note:
See TracChangeset
for help on using the changeset viewer.