VirtualBox

Changeset 89920 in vbox for trunk


Ignore:
Timestamp:
Jun 25, 2021 6:42:31 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145378
Message:

doc/man_VBoxManage-list.xml: Make it ready for use in manual. Change synopsis style to a much more compact one. Add more cross-refences to help users working on the command line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-list.xml

    r82969 r89920  
    2020<refentry id="vboxmanage-list" lang="en">
    2121  <refentryinfo>
    22     <pubdate>September 2019</pubdate>
     22    <pubdate>$Date$</pubdate>
    2323    <title>VBoxManage list</title>
    2424  </refentryinfo>
     
    3636
    3737  <refsynopsisdiv>
    38     <cmdsynopsis id="synopsis-vboxmanage-list-bridgedifs">
     38    <cmdsynopsis id="synopsis-vboxmanage-list">
    3939<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
    4040      <command>VBoxManage list</command>
    4141      <arg>--long</arg>
    4242      <arg>--sorted</arg>
    43       <arg choice="plain">bridgedifs</arg>
    44     </cmdsynopsis>
    45 
    46     <cmdsynopsis id="synopsis-vboxmanage-list-cloudprofiles">
    47       <command>VBoxManage list</command>
    48       <arg>--long</arg>
    49       <arg>--sorted</arg>
    50       <arg choice="plain">cloudprofiles</arg>
    51     </cmdsynopsis>
    52 
    53     <cmdsynopsis id="synopsis-vboxmanage-list-cloudproviders">
    54       <command>VBoxManage list</command>
    55       <arg>--long</arg>
    56       <arg>--sorted</arg>
    57       <arg choice="plain">cloudproviders</arg>
    58     </cmdsynopsis>
    59 
    60     <cmdsynopsis id="synopsis-vboxmanage-list-dhcpservers">
    61       <command>VBoxManage list</command>
    62       <arg>--long</arg>
    63       <arg>--sorted</arg>
    64       <arg choice="plain">dhcpservers</arg>
    65     </cmdsynopsis>
    66 
    67     <cmdsynopsis id="synopsis-vboxmanage-list-dvds">
    68       <command>VBoxManage list</command>
    69       <arg>--long</arg>
    70       <arg>--sorted</arg>
    71       <arg choice="plain">dvds</arg>
    72     </cmdsynopsis>
    73 
    74     <cmdsynopsis id="synopsis-vboxmanage-list-extpacks">
    75       <command>VBoxManage list</command>
    76       <arg>--long</arg>
    77       <arg>--sorted</arg>
    78       <arg choice="plain">extpacks</arg>
    79     </cmdsynopsis>
    80     <cmdsynopsis id="synopsis-vboxmanage-list-floppies">
    81       <command>VBoxManage list</command>
    82       <arg>--long</arg>
    83       <arg>--sorted</arg>
    84       <arg choice="plain">floppies</arg>
    85     </cmdsynopsis>
    86 
    87     <cmdsynopsis id="synopsis-vboxmanage-list-groups">
    88       <command>VBoxManage list</command>
    89       <arg>--long</arg>
    90       <arg>--sorted</arg>
    91       <arg choice="plain">groups</arg>
    92     </cmdsynopsis>
    93 
    94     <cmdsynopsis id="synopsis-vboxmanage-list-hddbackends">
    95       <command>VBoxManage list</command>
    96       <arg>--long</arg>
    97       <arg>--sorted</arg>
    98       <arg choice="plain">hddbackends</arg>
    99     </cmdsynopsis>
    100 
    101     <cmdsynopsis id="synopsis-vboxmanage-list-hdds">
    102       <command>VBoxManage list</command>
    103       <arg>--long</arg>
    104       <arg>--sorted</arg>
    105       <arg choice="plain">hdds</arg>
    106     </cmdsynopsis>
    107 
    108     <cmdsynopsis id="synopsis-vboxmanage-list-hostcpuids">
    109       <command>VBoxManage list</command>
    110       <arg>--long</arg>
    111       <arg>--sorted</arg>
    112       <arg choice="plain">hostcpuids</arg>
    113     </cmdsynopsis>
    114 
    115     <cmdsynopsis id="synopsis-vboxmanage-list-hostdvds">
    116       <command>VBoxManage list</command>
    117       <arg>--long</arg>
    118       <arg>--sorted</arg>
    119       <arg choice="plain">hostdvds</arg>
    120     </cmdsynopsis>
    121 
    122     <cmdsynopsis id="synopsis-vboxmanage-list-hostfloppies">
    123       <command>VBoxManage list</command>
    124       <arg>--long</arg>
    125       <arg>--sorted</arg>
    126       <arg choice="plain">hostfloppies</arg>
    127     </cmdsynopsis>
    128 
    129     <cmdsynopsis id="synopsis-vboxmanage-list-hostinfo">
    130       <command>VBoxManage list</command>
    131       <arg>--long</arg>
    132       <arg>--sorted</arg>
    133       <arg choice="plain">hostinfo</arg>
    134     </cmdsynopsis>
    135 
    136     <cmdsynopsis id="synopsis-vboxmanage-list-hostonlyifs">
    137       <command>VBoxManage list</command>
    138       <arg>--long</arg>
    139       <arg>--sorted</arg>
    140       <arg choice="plain">hostonlyifs</arg>
    141     </cmdsynopsis>
    142 
    143     <cmdsynopsis id="synopsis-vboxmanage-list-intnets">
    144       <command>VBoxManage list</command>
    145       <arg>--long</arg>
    146       <arg>--sorted</arg>
    147       <arg choice="plain">intnets</arg>
    148     </cmdsynopsis>
    149 
    150     <cmdsynopsis id="synopsis-vboxmanage-list-natnets">
    151       <command>VBoxManage list</command>
    152       <arg>--long</arg>
    153       <arg>--sorted</arg>
    154       <arg choice="plain">natnets</arg>
    155     </cmdsynopsis>
    156 
    157     <cmdsynopsis id="synopsis-vboxmanage-list-ostypes">
    158       <command>VBoxManage list</command>
    159       <arg>--long</arg>
    160       <arg>--sorted</arg>
    161       <arg choice="plain">ostypes</arg>
    162     </cmdsynopsis>
    163 
    164     <cmdsynopsis id="synopsis-vboxmanage-list-runningvms">
    165       <command>VBoxManage list</command>
    166       <arg>--long</arg>
    167       <arg>--sorted</arg>
    168       <arg choice="plain">runningvms</arg>
    169     </cmdsynopsis>
    170 
    171     <cmdsynopsis id="synopsis-vboxmanage-list-screenshotformats">
    172       <command>VBoxManage list</command>
    173       <arg>--long</arg>
    174       <arg>--sorted</arg>
    175       <arg choice="plain">screenshotformats</arg>
    176     </cmdsynopsis>
    177 
    178     <cmdsynopsis id="synopsis-vboxmanage-list-systemproperties">
    179       <command>VBoxManage list</command>
    180       <arg>--long</arg>
    181       <arg>--sorted</arg>
    182       <arg choice="plain">systemproperties</arg>
    183     </cmdsynopsis>
    184 
    185     <cmdsynopsis id="synopsis-vboxmanage-list-usbfilters">
    186       <command>VBoxManage list</command>
    187       <arg>--long</arg>
    188       <arg>--sorted</arg>
    189       <arg choice="plain">usbfilters</arg>
    190     </cmdsynopsis>
    191 
    192     <cmdsynopsis id="synopsis-vboxmanage-list-usbhost">
    193       <command>VBoxManage list</command>
    194       <arg>--long</arg>
    195       <arg>--sorted</arg>
    196       <arg choice="plain">usbhost</arg>
    197     </cmdsynopsis>
    198 
    199     <cmdsynopsis id="synopsis-vboxmanage-list-vms">
    200       <command>VBoxManage list</command>
    201       <arg>--long</arg>
    202       <arg>--sorted</arg>
    203       <arg choice="plain">vms</arg>
    204     </cmdsynopsis>
    205 
    206     <cmdsynopsis id="synopsis-vboxmanage-list-webcams">
    207       <command>VBoxManage list</command>
    208       <arg>--long</arg>
    209       <arg>--sorted</arg>
    210       <arg choice="plain">webcams</arg>
     43      <group>
     44        <arg choice="plain">bridgedifs</arg>
     45        <arg choice="plain">cloudnets</arg>
     46        <arg choice="plain">cloudprofiles</arg>
     47        <arg choice="plain">cloudproviders</arg>
     48        <arg choice="plain">cpu-profiles</arg>
     49        <arg choice="plain">dhcpservers</arg>
     50        <arg choice="plain">dvds</arg>
     51        <arg choice="plain">extpacks</arg>
     52        <arg choice="plain">floppies</arg>
     53        <arg choice="plain">groups</arg>
     54        <arg choice="plain">hddbackends</arg>
     55        <arg choice="plain">hdds</arg>
     56        <arg choice="plain">hostcpuids</arg>
     57        <arg choice="plain">hostdrives</arg>
     58        <arg choice="plain">hostdvds</arg>
     59        <arg choice="plain">hostfloppies</arg>
     60        <arg choice="plain">hostinfo</arg>
     61        <arg choice="plain">hostonlyifs</arg>
     62        <arg choice="plain">intnets</arg>
     63        <arg choice="plain">natnets</arg>
     64        <arg choice="plain">ostypes</arg>
     65        <arg choice="plain">runningvms</arg>
     66        <arg choice="plain">screenshotformats</arg>
     67        <arg choice="plain">systemproperties</arg>
     68        <arg choice="plain">usbfilters</arg>
     69        <arg choice="plain">usbhost</arg>
     70        <arg choice="plain">vms</arg>
     71        <arg choice="plain">webcams</arg>
     72      </group>
    21173    </cmdsynopsis>
    21274  </refsynopsisdiv>
     
    21678    <para>
    21779      The <command>VBoxManage list</command> subcommands enable you to
    218       obtain information about the &product-name; software and the VMs
    219       that you create.
     80      obtain information about the &product-name; software, the VMs
     81      and associated services that you create.
    22082    </para>
    22183    <refsect2 id="vboxmanage-list-common-options">
     
    22587          <term><option>--long</option></term>
    22688          <listitem><para>
    227               Shows detailed information about each VM and its
    228               configuration. The short form of this option is
     89              Shows detailed information about each information entry
     90              if available. The short form of this option is
    22991              <option>-l</option>.
    23092            </para></listitem>
     
    23395          <term><option>--sorted</option></term>
    23496          <listitem><para>
    235               Sorts the list of VM entries alphabetically. The short
    236               form of this option is <option>-s</option>.
     97              Sorts the list of information entries alphabetically. The
     98               short form of this option is <option>-s</option>.
    23799            </para></listitem>
    238100        </varlistentry>
     
    241103    <refsect2 id="vboxmanage-list-bridgedifs">
    242104      <title>List the Bridged Network Interfaces on the Host System</title>
    243       <remark role="help-copy-synopsis"/>
     105      <cmdsynopsis id="synopsis-vboxmanage-list-bridgedifs">
     106        <command>VBoxManage list</command>
     107        <arg choice="plain">bridgedifs</arg>
     108      </cmdsynopsis>
    244109      <para>
    245110        The <command>VBoxManage list bridgedifs</command> command lists
    246111        the bridged network interfaces that are currently available on
    247112        the host system. The output shows detailed configuration
    248         information about each interface.
     113        information about each interface. See <xref linkend="networkingdetails"/>.
     114      </para>
     115    </refsect2>
     116    <refsect2 id="vboxmanage-list-cloudnets">
     117      <title>List the Cloud Network Interfaces</title>
     118      <cmdsynopsis id="synopsis-vboxmanage-list-cloudnets">
     119        <command>VBoxManage list</command>
     120        <arg choice="plain">cloudnets</arg>
     121      </cmdsynopsis>
     122      <para>
     123        The <command>VBoxManage list cloudnets</command> command
     124        lists the cloud network interfaces that have been configured. A cloud
     125        network interface provides connectivity between local VMs and a
     126        cloud network.
    249127      </para>
    250128    </refsect2>
    251129    <refsect2 id="vboxmanage-list-cloudprofiles">
    252130      <title>List the Cloud Profiles</title>
    253       <remark role="help-copy-synopsis"/>
     131      <cmdsynopsis id="synopsis-vboxmanage-list-cloudprofiles">
     132        <command>VBoxManage list</command>
     133        <arg choice="plain">cloudprofiles</arg>
     134      </cmdsynopsis>
    254135      <para>
    255136        The <command>VBoxManage list cloudprofiles</command> command
     
    260141    <refsect2 id="vboxmanage-list-cloudproviders">
    261142      <title>List the Cloud Providers</title>
    262       <remark role="help-copy-synopsis"/>
     143      <cmdsynopsis id="synopsis-vboxmanage-list-cloudproviders">
     144        <command>VBoxManage list</command>
     145        <arg choice="plain">cloudproviders</arg>
     146      </cmdsynopsis>
    263147      <para>
    264148        The <command>VBoxManage list cloudproviders</command> command
     
    267151      </para>
    268152    </refsect2>
     153    <refsect2 id="vboxmanage-list-cpu-profiles">
     154      <title>List the known CPU Profiles</title>
     155      <cmdsynopsis id="synopsis-vboxmanage-list-cpu-profiles">
     156        <command>VBoxManage list</command>
     157        <arg choice="plain">cpu-profiles</arg>
     158      </cmdsynopsis>
     159      <para>
     160        The <command>VBoxManage list cpu-profiles</command> command
     161        lists the CPU profiles that are known by &product-name;.
     162      </para>
     163    </refsect2>
    269164    <refsect2 id="vboxmanage-list-dhcpservers">
    270       <title>List the DHCP Servers That Are Available on the Host System</title>
    271       <remark role="help-copy-synopsis"/>
     165      <title>List the DHCP Servers on the Host System</title>
     166      <cmdsynopsis id="synopsis-vboxmanage-list-dhcpservers">
     167        <command>VBoxManage list</command>
     168        <arg choice="plain">dhcpservers</arg>
     169      </cmdsynopsis>
    272170      <para>
    273171        The <command>VBoxManage list dhcpservers</command> command lists
    274172        the DHCP servers that are currently available on the host
    275173        system. The output shows detailed configuration information
    276         about each DHCP server.
     174        about each DHCP server. See <xref linkend="networkingdetails"/>.
    277175      </para>
    278176    </refsect2>
    279177    <refsect2 id="vboxmanage-list-dvds">
    280178      <title>List the DVD Virtual Disk Images</title>
    281       <remark role="help-copy-synopsis"/>
     179      <cmdsynopsis id="synopsis-vboxmanage-list-dvds">
     180        <command>VBoxManage list</command>
     181        <arg choice="plain">dvds</arg>
     182      </cmdsynopsis>
    282183      <para>
    283184        The <command>VBoxManage list dvds</command> command shows
     
    290191      <para>
    291192        This command performs the same function as the Virtual Media
    292         Manager.
     193        Manager. See <xref linkend="vdis"/>.
    293194      </para>
    294195    </refsect2>
    295196    <refsect2 id="vboxmanage-list-extpacks">
    296197      <title>List the Installed &product-name; Extension Packs</title>
    297       <remark role="help-copy-synopsis"/>
     198      <cmdsynopsis id="synopsis-vboxmanage-list-extpacks">
     199        <command>VBoxManage list</command>
     200        <arg choice="plain">extpacks</arg>
     201      </cmdsynopsis>
    298202      <para>
    299203        The <command>VBoxManage list extpacks</command> command shows
    300204        all &product-name; extension packs that are currently installed.
     205        See <xref linkend="intro-installing"/> and
     206        <xref linkend="vboxmanage-extpack"/>.
    301207      </para>
    302208    </refsect2>
    303209    <refsect2 id="vboxmanage-list-floppies">
    304210      <title>List the Floppy Disk Virtual Disk Images</title>
    305       <remark role="help-copy-synopsis"/>
     211      <cmdsynopsis id="synopsis-vboxmanage-list-floppies">
     212        <command>VBoxManage list</command>
     213        <arg choice="plain">floppies</arg>
     214      </cmdsynopsis>
    306215      <para>
    307216        The <command>VBoxManage list floppies</command> command shows
     
    313222      <para>
    314223        This command performs the same function as the Virtual Media
    315         Manager.
     224        Manager. See <xref linkend="vdis"/>.
    316225      </para>
    317226    </refsect2>
    318227    <refsect2 id="vboxmanage-list-groups">
    319       <title>List Information about Virtual Machine Groups</title>
    320       <remark role="help-copy-synopsis"/>
     228      <title>List the Virtual Machine Groups</title>
     229      <cmdsynopsis id="synopsis-vboxmanage-list-groups">
     230        <command>VBoxManage list</command>
     231        <arg choice="plain">groups</arg>
     232      </cmdsynopsis>
    321233      <para>
    322234        The <command>VBoxManage list groups</command> command shows
    323         detailed information about VM groups.
     235        all VM groups. See <xref linkend="gui-vmgroups"/>.
    324236      </para>
    325237    </refsect2>
    326238    <refsect2 id="vboxmanage-list-hddbackends">
    327239      <title>List the Virtual Disk Backends</title>
    328       <remark role="help-copy-synopsis"/>
     240      <cmdsynopsis id="synopsis-vboxmanage-list-hddbackends">
     241        <command>VBoxManage list</command>
     242        <arg choice="plain">hddbackends</arg>
     243      </cmdsynopsis>
    329244      <para>
    330245        The <command>VBoxManage list hddbackends</command> command lists
     
    336251    <refsect2 id="vboxmanage-list-hdds">
    337252      <title>List the Hard Disk Virtual Disk Images</title>
    338       <remark role="help-copy-synopsis"/>
     253      <cmdsynopsis id="synopsis-vboxmanage-list-hdds">
     254        <command>VBoxManage list</command>
     255        <arg choice="plain">hdds</arg>
     256      </cmdsynopsis>
    339257      <para>
    340258        The <command>VBoxManage list hdds</command> command shows
     
    347265      <para>
    348266        This command performs the same function as the Virtual Media
    349         Manager.
     267        Manager. See <xref linkend="vdis"/>.
    350268      </para>
    351269    </refsect2>
    352270    <refsect2 id="vboxmanage-list-hostcpuids">
    353271      <title>List the CPUID Information for the Host System CPUs</title>
    354       <remark role="help-copy-synopsis"/>
     272      <cmdsynopsis id="synopsis-vboxmanage-list-hostcpuids">
     273        <command>VBoxManage list</command>
     274        <arg choice="plain">hostcpuids</arg>
     275      </cmdsynopsis>
    355276      <para>
    356277        The <command>VBoxManage list hostcpuids</command> command lists
     
    360281      </para>
    361282    </refsect2>
     283    <refsect2 id="vboxmanage-list-hostdrives">
     284      <title>List the Storage Drives on the Host System</title>
     285      <cmdsynopsis id="synopsis-vboxmanage-list-hostdrives">
     286        <command>VBoxManage list</command>
     287        <arg choice="plain">hostdrives</arg>
     288      </cmdsynopsis>
     289      <para>
     290        The <command>VBoxManage list hostdrives</command> command lists
     291        the disk drives on the host system potentially useful for creating
     292        a VMDK raw disk image. Each entry includes the name used to
     293        reference them from within &product-name;.
     294      </para>
     295    </refsect2>
    362296    <refsect2 id="vboxmanage-list-hostdvds">
    363       <title>List the DVD Interfaces on the Host System</title>
    364       <remark role="help-copy-synopsis"/>
     297      <title>List the DVD Drives on the Host System</title>
     298      <cmdsynopsis id="synopsis-vboxmanage-list-hostdvds">
     299        <command>VBoxManage list</command>
     300        <arg choice="plain">hostdvds</arg>
     301      </cmdsynopsis>
    365302      <para>
    366303        The <command>VBoxManage list hostdvds</command> command lists
    367         the DVD interfaces on the host system. Each DVD entry includes
     304        the DVD drives on the host system. Each DVD entry includes
    368305        the name used to access them from within &product-name;.
    369306      </para>
    370307    </refsect2>
    371308    <refsect2 id="vboxmanage-list-hostfloppies">
    372       <title>List the Floppy Disk Interfaces on the Host System</title>
    373       <remark role="help-copy-synopsis"/>
     309      <title>List the Floppy Disk Drives on the Host System</title>
     310      <cmdsynopsis id="synopsis-vboxmanage-list-hostfloppies">
     311        <command>VBoxManage list</command>
     312        <arg choice="plain">hostfloppies</arg>
     313      </cmdsynopsis>
    374314      <para>
    375315        The <command>VBoxManage list hostfloppies</command> command
    376         lists the floppy disk interfaces on the host system. Each floppy
     316        lists the floppy disk drives on the host system. Each floppy
    377317        disk entry includes the name used to access them from within
    378318        &product-name;.
     
    381321    <refsect2 id="vboxmanage-list-hostinfo">
    382322      <title>List Information About the Host System</title>
    383       <remark role="help-copy-synopsis"/>
     323      <cmdsynopsis id="synopsis-vboxmanage-list-hostinfo">
     324        <command>VBoxManage list</command>
     325        <arg choice="plain">hostinfo</arg>
     326      </cmdsynopsis>
    384327      <para>
    385328        The <command>VBoxManage list hostinfo</command> command shows
     
    390333    <refsect2 id="vboxmanage-list-hostonlyifs">
    391334      <title>List the Host-Only Network Interfaces on the Host System</title>
    392       <remark role="help-copy-synopsis"/>
     335      <cmdsynopsis id="synopsis-vboxmanage-list-hostonlyifs">
     336        <command>VBoxManage list</command>
     337        <arg choice="plain">hostonlyifs</arg>
     338      </cmdsynopsis>
    393339      <para>
    394340        The <command>VBoxManage list hostonlyifs</command> command lists
    395341        the host-only network interfaces that are currently available on
    396342        the host system. The output shows detailed configuration
    397         information about each interface.
     343        information about each interface. See <xref linkend="networkingdetails"/>.
    398344      </para>
    399345    </refsect2>
    400346    <refsect2 id="vboxmanage-list-intnets">
    401347      <title>List Internal Networks</title>
    402       <remark role="help-copy-synopsis"/>
     348      <cmdsynopsis id="synopsis-vboxmanage-list-intnets">
     349        <command>VBoxManage list</command>
     350        <arg choice="plain">intnets</arg>
     351      </cmdsynopsis>
    403352      <para>
    404353        The <command>VBoxManage list intnets</command> command shows
    405         information about the internal networks.
     354        information about the internal networks. See
     355        <xref linkend="networkingdetails"/>.
    406356      </para>
    407357    </refsect2>
    408358    <refsect2 id="vboxmanage-list-natnets">
    409359      <title>List the NAT Network Interfaces on the Host System</title>
    410       <remark role="help-copy-synopsis"/>
     360      <cmdsynopsis id="synopsis-vboxmanage-list-natnets">
     361        <command>VBoxManage list</command>
     362        <arg choice="plain">natnets</arg>
     363      </cmdsynopsis>
    411364      <para>
    412365        The <command>VBoxManage list natnets</command> command lists the
    413366        NAT network interfaces that are currently available on the host
    414         system.
     367        system. See <xref linkend="networkingdetails"/>.
    415368      </para>
    416369    </refsect2>
    417370    <refsect2 id="vboxmanage-list-ostypes">
    418371      <title>List the Guest Operating Systems</title>
    419       <remark role="help-copy-synopsis"/>
     372      <cmdsynopsis id="synopsis-vboxmanage-list-ostypes">
     373        <command>VBoxManage list</command>
     374        <arg choice="plain">ostypes</arg>
     375      </cmdsynopsis>
    420376      <para>
    421377        The <command>VBoxManage list ostypes</command> command lists all
     
    432388    <refsect2 id="vboxmanage-list-runningvms">
    433389      <title>List the Running Virtual Machines</title>
    434       <remark role="help-copy-synopsis"/>
     390      <cmdsynopsis id="synopsis-vboxmanage-list-runningvms">
     391        <command>VBoxManage list</command>
     392        <arg choice="plain">runningvms</arg>
     393      </cmdsynopsis>
    435394      <para>
    436395        The <command>VBoxManage list runningvms</command> command lists
    437396        all virtual machines (VMs) that are currently running. By
    438397        default this displays a compact list that shows the name and
    439         Universally Unique Identifier (UUID) of each VM.
     398        UUID of each VM.
    440399      </para>
    441400    </refsect2>
    442401    <refsect2 id="vboxmanage-list-screenshotformats">
    443402      <title>List the Available Screen Shot Formats</title>
    444       <remark role="help-copy-synopsis"/>
     403      <cmdsynopsis id="synopsis-vboxmanage-list-screenshotformats">
     404        <command>VBoxManage list</command>
     405        <arg choice="plain">screenshotformats</arg>
     406      </cmdsynopsis>
    445407      <para>
    446408        The <command>VBoxManage list screenshotformats</command> command
     
    450412    <refsect2 id="vboxmanage-list-systemproperties">
    451413      <title>List System Properties</title>
    452       <remark role="help-copy-synopsis"/>
     414      <cmdsynopsis id="synopsis-vboxmanage-list-systemproperties">
     415        <command>VBoxManage list</command>
     416        <arg choice="plain">systemproperties</arg>
     417      </cmdsynopsis>
    453418      <para>
    454419        The <command>VBoxManage list systemproperties</command> command
    455         shows some global &product-name; settings, such as minimum and
    456         maximum guest RAM, virtual hard disk size, folder settings, and
    457         the current authentication library in use.
     420        shows a large collection of global &product-name; settings and
     421        limits, such as minimum and maximum guest RAM, virtual hard disk
     422        size, folder settings, and the current authentication library in
     423        use.
    458424      </para>
    459425    </refsect2>
    460426    <refsect2 id="vboxmanage-list-usbfilters">
    461427      <title>List the Registered Global USB Filters</title>
    462       <remark role="help-copy-synopsis"/>
     428      <cmdsynopsis id="synopsis-vboxmanage-list-usbfilters">
     429        <command>VBoxManage list</command>
     430        <arg choice="plain">usbfilters</arg>
     431      </cmdsynopsis>
    463432      <para>
    464433        The <command>VBoxManage list usbfilters</command> command lists
     
    470439    <refsect2 id="vboxmanage-list-usbhost">
    471440      <title>List the USB Devices on the Host System</title>
    472       <remark role="help-copy-synopsis"/>
     441      <cmdsynopsis id="synopsis-vboxmanage-list-usbhost">
     442        <command>VBoxManage list</command>
     443        <arg choice="plain">usbhost</arg>
     444      </cmdsynopsis>
    473445      <para>
    474446        The <command>VBoxManage list usbhost</command> command shows
     
    481453    <refsect2 id="vboxmanage-list-vms">
    482454      <title>List Virtual Machines</title>
    483       <remark role="help-copy-synopsis"/>
     455      <cmdsynopsis id="synopsis-vboxmanage-list-vms">
     456        <command>VBoxManage list</command>
     457        <arg choice="plain">vms</arg>
     458      </cmdsynopsis>
    484459      <para>
    485460        The <command>VBoxManage list vms</command> command lists all
     
    491466    <refsect2 id="vboxmanage-list-webcams">
    492467      <title>List the Webcams Attached to a Running Virtual Machine</title>
    493       <remark role="help-copy-synopsis"/>
     468      <cmdsynopsis id="synopsis-vboxmanage-list-webcams">
     469        <command>VBoxManage list</command>
     470        <arg choice="plain">webcams</arg>
     471      </cmdsynopsis>
    494472      <para>
    495473        The <command>VBoxManage list webcams</command> command shows the
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