VirtualBox

Changeset 99154 in vbox


Ignore:
Timestamp:
Mar 23, 2023 9:47:01 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156519
Message:

manual/man_*: Corrections. bugref:10302

Location:
trunk/doc/manual/en_US
Files:
17 edited

Legend:

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

    r98103 r99154  
    7777    <variablelist>
    7878      <varlistentry>
    79         <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     79        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    8080        <listitem><para>
    8181            Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-bandwidthctl.xml

    r98103 r99154  
    115115      <variablelist>
    116116        <varlistentry>
    117           <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     117          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    118118          <listitem><para>
    119119              Specifies the Universally Unique Identifier (UUID) or the
     
    181181      <variablelist>
    182182        <varlistentry>
    183           <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     183          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    184184          <listitem><para>
    185185              Specifies the UUID or the name of the VM.
     
    210210      <variablelist>
    211211        <varlistentry>
    212           <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     212          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    213213          <listitem><para>
    214214              Specifies the UUID or the name of the VM.
     
    232232      <variablelist>
    233233        <varlistentry>
    234           <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     234          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    235235          <listitem><para>
    236236              Specifies the UUID or the name of the VM.
  • trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml

    r99136 r99154  
    4949    <cmdsynopsis id="synopsis-vboxmanage-debugvm-dumpvmcore">
    5050      <command>VBoxManage debugvm</command>
    51       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     51      <group choice="req">
     52        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     53        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     54      </group>
    5255      <arg choice="plain">dumpvmcore</arg>
    5356      <arg>--filename=<replaceable>name</replaceable></arg>
     
    5558    <cmdsynopsis id="synopsis-vboxmanage-debugvm-info">
    5659      <command>VBoxManage debugvm</command>
    57       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     60      <group choice="req">
     61        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     62        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     63      </group>
    5864      <arg choice="plain">info</arg>
    5965      <arg choice="req"><replaceable>item</replaceable></arg>
     
    6268    <cmdsynopsis id="synopsis-vboxmanage-debugvm-injectnmi">
    6369      <command>VBoxManage debugvm</command>
    64       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     70      <group choice="req">
     71        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     72        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     73      </group>
    6574      <arg choice="plain">injectnmi</arg>
    6675    </cmdsynopsis>
    6776    <cmdsynopsis id="synopsis-vboxmanage-debugvm-log">
    6877      <command>VBoxManage debugvm</command>
    69       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     78      <group choice="req">
     79        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     80        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     81      </group>
    7082      <arg choice="plain">log</arg>
    7183      <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group>
     
    7486    <cmdsynopsis id="synopsis-vboxmanage-debugvm-logdest">
    7587      <command>VBoxManage debugvm</command>
    76       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     88      <group choice="req">
     89        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     90        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     91      </group>
    7792      <arg choice="plain">logdest</arg>
    7893      <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group>
     
    8196    <cmdsynopsis id="synopsis-vboxmanage-debugvm-logflags">
    8297      <command>VBoxManage debugvm</command>
    83       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     98      <group choice="req">
     99        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     100        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     101      </group>
    84102      <arg choice="plain">logflags</arg>
    85103      <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group>
     
    88106    <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdetect">
    89107      <command>VBoxManage debugvm</command>
    90       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     108      <group choice="req">
     109        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     110        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     111      </group>
    91112      <arg choice="plain">osdetect</arg>
    92113    </cmdsynopsis>
    93114    <cmdsynopsis id="synopsis-vboxmanage-debugvm-osinfo">
    94115      <command>VBoxManage debugvm</command>
    95       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     116      <group choice="req">
     117        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     118        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     119      </group>
    96120      <arg choice="plain">osinfo</arg>
    97121    </cmdsynopsis>
    98122    <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdmesg">
    99123      <command>VBoxManage debugvm</command>
    100       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     124      <group choice="req">
     125        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     126        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     127      </group>
    101128      <arg choice="plain">osdmesg</arg>
    102129      <arg>--lines=<replaceable>lines</replaceable></arg>
     
    104131    <cmdsynopsis id="synopsis-vboxmanage-debugvm-getregisters">
    105132      <command>VBoxManage debugvm</command>
    106       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     133      <group choice="req">
     134        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     135        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     136      </group>
    107137      <arg choice="plain">getregisters</arg>
    108138      <arg>--cpu=<replaceable>id</replaceable></arg>
     
    111141    <cmdsynopsis id="synopsis-vboxmanage-debugvm-setregisters">
    112142      <command>VBoxManage debugvm</command>
    113       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     143      <group choice="req">
     144        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     145        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     146      </group>
    114147      <arg choice="plain">setregisters</arg>
    115148      <arg>--cpu=<replaceable>id</replaceable></arg>
     
    118151    <cmdsynopsis id="synopsis-vboxmanage-debugvm-show">
    119152      <command>VBoxManage debugvm</command>
    120       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     153      <group choice="req">
     154        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     155        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     156      </group>
    121157      <arg choice="plain">show</arg>
    122158      <group><arg choice="plain">--human-readable</arg><arg choice="plain">--sh-export</arg><arg choice="plain">--sh-eval</arg><arg choice="plain">--cmd-set</arg></group>
     
    125161    <cmdsynopsis id="synopsis-vboxmanage-debugvm-stack">
    126162      <command>VBoxManage debugvm</command>
    127       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     163      <group choice="req">
     164        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     165        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     166      </group>
    128167      <arg choice="plain">stack</arg>
    129168      <arg>--cpu=<replaceable>id</replaceable></arg>
     
    131170    <cmdsynopsis id="synopsis-vboxmanage-debugvm-statistics">
    132171      <command>VBoxManage debugvm</command>
    133       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     172      <group choice="req">
     173        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     174        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     175      </group>
    134176      <arg choice="plain">statistics</arg>
    135177      <arg>--reset</arg>
     
    139181    <cmdsynopsis id="synopsis-vboxmanage-debugvm-guestsample">
    140182      <command>VBoxManage debugvm</command>
    141       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     183      <group choice="req">
     184        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     185        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     186      </group>
    142187      <arg choice="plain">guestsample</arg>
    143188      <arg>--filename=<replaceable>filename</replaceable></arg>
     
    162207      <variablelist>
    163208        <varlistentry>
    164           <term><replaceable>uuid|vmname</replaceable></term>
     209          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    165210          <listitem><para>Either the UUID or the name (case sensitive) of a VM.</para></listitem>
    166211        </varlistentry>
  • trunk/doc/manual/en_US/man_VBoxManage-discardstate.xml

    r98103 r99154  
    7474    <variablelist>
    7575      <varlistentry>
    76         <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     76        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    7777        <listitem><para>
    7878            Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-getextradata.xml

    r99136 r99154  
    7979      </varlistentry>
    8080      <varlistentry>
    81         <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     81        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    8282        <listitem><para>
    8383            Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-guestcontrol.xml

    r99120 r99154  
    364364      <variablelist>
    365365        <varlistentry>
    366           <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     366          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    367367          <listitem><para>
    368368              Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-guestproperty.xml

    r98103 r99154  
    120120      <variablelist>
    121121        <varlistentry>
    122           <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     122          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    123123          <listitem><para>
    124124              Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-modifynvram.xml

    r98988 r99154  
    4949    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-inituefivarstore">
    5050      <command>VBoxManage modifynvram</command>
    51       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     51      <group choice="req">
     52        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     53        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     54      </group>
    5255      <arg choice="plain">inituefivarstore</arg>
    5356    </cmdsynopsis>
    5457    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollmssignatures">
    5558      <command>VBoxManage modifynvram</command>
    56       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     59      <group choice="req">
     60        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     61        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     62      </group>
    5763      <arg choice="plain">enrollmssignatures</arg>
    5864    </cmdsynopsis>
    5965    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollorclpk">
    6066      <command>VBoxManage modifynvram</command>
    61       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     67      <group choice="req">
     68        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     69        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     70      </group>
    6271      <arg choice="plain">enrollorclpk</arg>
    6372    </cmdsynopsis>
    6473    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollpk">
    6574      <command>VBoxManage modifynvram</command>
    66       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     75      <group choice="req">
     76        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     77        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     78      </group>
    6779      <arg choice="plain">enrollpk</arg>
    6880      <arg>--platform-key=<replaceable>filename</replaceable></arg>
     
    7183    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollmok">
    7284      <command>VBoxManage modifynvram</command>
    73       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     85      <group choice="req">
     86        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     87        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     88      </group>
    7489      <arg choice="plain">enrollmok</arg>
    7590      <arg>--mok=<replaceable>filename</replaceable></arg>
     
    7893    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-listvars">
    7994      <command>VBoxManage modifynvram</command>
    80       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     95      <group choice="req">
     96        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     97        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     98      </group>
    8199      <arg choice="plain">listvars</arg>
    82100    </cmdsynopsis>
    83101    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-queryvar">
    84102      <command>VBoxManage modifynvram</command>
    85       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     103      <group choice="req">
     104        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     105        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     106      </group>
    86107      <arg choice="plain">queryvar</arg>
    87108      <arg>--name=<replaceable>name</replaceable></arg>
     
    90111    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-deletevar">
    91112      <command>VBoxManage modifynvram</command>
    92       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     113      <group choice="req">
     114        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     115        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     116      </group>
    93117      <arg choice="plain">deletevar</arg>
    94118      <arg>--name=<replaceable>name</replaceable></arg>
     
    97121    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-changevar">
    98122      <command>VBoxManage modifynvram</command>
    99       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     123      <group choice="req">
     124        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     125        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     126      </group>
    100127      <arg choice="plain">changevar</arg>
    101128      <arg>--name=<replaceable>name</replaceable></arg>
     
    118145      <variablelist>
    119146        <varlistentry>
    120           <term><replaceable>uuid|vmname</replaceable></term>
     147          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    121148          <listitem><para>Either the UUID or the name (case sensitive) of a VM.</para></listitem>
    122149        </varlistentry>
  • trunk/doc/manual/en_US/man_VBoxManage-movevm.xml

    r98103 r99154  
    7373    <variablelist>
    7474      <varlistentry>
    75         <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     75        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    7676        <listitem><para>
    7777            Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-setextradata.xml

    r98103 r99154  
    7676      </varlistentry>
    7777      <varlistentry>
    78         <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     78        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    7979        <listitem><para>
    8080            Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-sharedfolder.xml

    r98103 r99154  
    9696      <variablelist>
    9797        <varlistentry>
    98           <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     98          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    9999          <listitem><para>
    100100              Specifies the name or UUID of the guest VM that shares a
     
    171171      <variablelist>
    172172        <varlistentry>
    173           <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     173          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    174174          <listitem><para>
    175175              Specifies the name or UUID of the guest VM that shares a
  • trunk/doc/manual/en_US/man_VBoxManage-snapshot.xml

    r99136 r99154  
    5050<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
    5151      <command>VBoxManage snapshot</command>
    52       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     52      <group choice="req">
     53        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     54        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     55      </group>
    5356    </cmdsynopsis>
    5457
    5558    <cmdsynopsis id="synopsis-vboxmanage-snapshot-take">
    5659      <command>VBoxManage snapshot</command>
    57       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     60      <group choice="req">
     61        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     62        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     63      </group>
    5864
    5965      <arg choice="plain">take</arg>
     
    7076    <cmdsynopsis id="synopsis-vboxmanage-snapshot-delete">
    7177      <command>VBoxManage snapshot</command>
    72       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     78      <group choice="req">
     79        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     80        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     81      </group>
    7382
    7483      <arg choice="plain">delete</arg>
     
    7988    <cmdsynopsis id="synopsis-vboxmanage-snapshot-restore">
    8089      <command>VBoxManage snapshot</command>
    81       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     90      <group choice="req">
     91        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     92        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     93      </group>
    8294
    8395      <arg choice="plain">restore</arg>
     
    88100    <cmdsynopsis id="synopsis-vboxmanage-snapshot-restorecurrent">
    89101      <command>VBoxManage snapshot</command>
    90       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     102      <group choice="req">
     103        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     104        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     105      </group>
    91106
    92107      <arg choice="plain">restorecurrent</arg>
     
    95110    <cmdsynopsis id="synopsis-vboxmanage-snapshot-edit">
    96111      <command>VBoxManage snapshot</command>
    97       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     112      <group choice="req">
     113        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     114        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     115      </group>
    98116
    99117      <arg choice="plain">edit</arg>
     
    111129    <cmdsynopsis id="synopsis-vboxmanage-snapshot-list">
    112130      <command>VBoxManage snapshot</command>
    113       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     131      <group choice="req">
     132        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     133        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     134      </group>
    114135
    115136      <arg choice="plain">list</arg>
     
    123144    <cmdsynopsis id="synopsis-vboxmanage-snapshot-showvminfo">
    124145      <command>VBoxManage snapshot</command>
    125       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     146      <group choice="req">
     147        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     148        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     149      </group>
    126150
    127151      <arg choice="plain">showvminfo</arg>
     
    163187      <variablelist>
    164188        <varlistentry>
    165           <term><replaceable>uuid|vmname</replaceable></term>
     189          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    166190          <listitem><para>
    167191              Specifies the UUID or name of the VM.
  • trunk/doc/manual/en_US/man_VBoxManage-startvm.xml

    r99136 r99154  
    7575    <variablelist>
    7676      <varlistentry>
    77         <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     77        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    7878        <listitem><para>
    7979            Specifies the name or Universally Unique Identifier (UUID)
  • trunk/doc/manual/en_US/man_VBoxManage-storageattach.xml

    r98103 r99154  
    133133    <variablelist>
    134134      <varlistentry>
    135         <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     135        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    136136        <listitem><para>
    137137            Specifies the Universally Unique Identifier (UUID) or the
  • trunk/doc/manual/en_US/man_VBoxManage-storagectl.xml

    r98103 r99154  
    102102    <variablelist>
    103103      <varlistentry>
    104         <term><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>
     104        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    105105        <listitem><para>
    106106            Specifies the Universally Unique Identifier (UUID) or name
  • trunk/doc/manual/en_US/man_VBoxManage-unattended.xml

    r98103 r99154  
    5454    <cmdsynopsis id="synopsis-vboxmanage-unattended-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
    5555      <command>VBoxManage unattended install</command>
    56       <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
     56      <group choice="req">
     57        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     58        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     59      </group>
    5760      <arg choice="req">--iso=<replaceable>install-iso</replaceable></arg>
    5861      <arg>--user=<replaceable>login</replaceable></arg>
     
    115118      <variablelist>
    116119        <varlistentry>
    117           <term><replaceable>uuid|vmname</replaceable></term>
     120          <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    118121          <listitem><para>Either the UUID or the name (case sensitive) of a VM.</para></listitem>
    119122        </varlistentry>
  • trunk/doc/manual/en_US/man_VBoxManage-unregistervm.xml

    r98103 r99154  
    6767    <variablelist>
    6868      <varlistentry>
    69         <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
     69        <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term>
    7070        <listitem><para>
    7171            Specifies the name or Universally Unique Identifier (UUID)
Note: See TracChangeset for help on using the changeset viewer.

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