Changeset 99154 in vbox
- Timestamp:
- Mar 23, 2023 9:47:01 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156519
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-adoptstate.xml
r98103 r99154 77 77 <variablelist> 78 78 <varlistentry> 79 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>79 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 80 80 <listitem><para> 81 81 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-bandwidthctl.xml
r98103 r99154 115 115 <variablelist> 116 116 <varlistentry> 117 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>117 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 118 118 <listitem><para> 119 119 Specifies the Universally Unique Identifier (UUID) or the … … 181 181 <variablelist> 182 182 <varlistentry> 183 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>183 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 184 184 <listitem><para> 185 185 Specifies the UUID or the name of the VM. … … 210 210 <variablelist> 211 211 <varlistentry> 212 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>212 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 213 213 <listitem><para> 214 214 Specifies the UUID or the name of the VM. … … 232 232 <variablelist> 233 233 <varlistentry> 234 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>234 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 235 235 <listitem><para> 236 236 Specifies the UUID or the name of the VM. -
trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml
r99136 r99154 49 49 <cmdsynopsis id="synopsis-vboxmanage-debugvm-dumpvmcore"> 50 50 <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> 52 55 <arg choice="plain">dumpvmcore</arg> 53 56 <arg>--filename=<replaceable>name</replaceable></arg> … … 55 58 <cmdsynopsis id="synopsis-vboxmanage-debugvm-info"> 56 59 <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> 58 64 <arg choice="plain">info</arg> 59 65 <arg choice="req"><replaceable>item</replaceable></arg> … … 62 68 <cmdsynopsis id="synopsis-vboxmanage-debugvm-injectnmi"> 63 69 <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> 65 74 <arg choice="plain">injectnmi</arg> 66 75 </cmdsynopsis> 67 76 <cmdsynopsis id="synopsis-vboxmanage-debugvm-log"> 68 77 <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> 70 82 <arg choice="plain">log</arg> 71 83 <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group> … … 74 86 <cmdsynopsis id="synopsis-vboxmanage-debugvm-logdest"> 75 87 <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> 77 92 <arg choice="plain">logdest</arg> 78 93 <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group> … … 81 96 <cmdsynopsis id="synopsis-vboxmanage-debugvm-logflags"> 82 97 <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> 84 102 <arg choice="plain">logflags</arg> 85 103 <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group> … … 88 106 <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdetect"> 89 107 <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> 91 112 <arg choice="plain">osdetect</arg> 92 113 </cmdsynopsis> 93 114 <cmdsynopsis id="synopsis-vboxmanage-debugvm-osinfo"> 94 115 <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> 96 120 <arg choice="plain">osinfo</arg> 97 121 </cmdsynopsis> 98 122 <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdmesg"> 99 123 <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> 101 128 <arg choice="plain">osdmesg</arg> 102 129 <arg>--lines=<replaceable>lines</replaceable></arg> … … 104 131 <cmdsynopsis id="synopsis-vboxmanage-debugvm-getregisters"> 105 132 <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> 107 137 <arg choice="plain">getregisters</arg> 108 138 <arg>--cpu=<replaceable>id</replaceable></arg> … … 111 141 <cmdsynopsis id="synopsis-vboxmanage-debugvm-setregisters"> 112 142 <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> 114 147 <arg choice="plain">setregisters</arg> 115 148 <arg>--cpu=<replaceable>id</replaceable></arg> … … 118 151 <cmdsynopsis id="synopsis-vboxmanage-debugvm-show"> 119 152 <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> 121 157 <arg choice="plain">show</arg> 122 158 <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> … … 125 161 <cmdsynopsis id="synopsis-vboxmanage-debugvm-stack"> 126 162 <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> 128 167 <arg choice="plain">stack</arg> 129 168 <arg>--cpu=<replaceable>id</replaceable></arg> … … 131 170 <cmdsynopsis id="synopsis-vboxmanage-debugvm-statistics"> 132 171 <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> 134 176 <arg choice="plain">statistics</arg> 135 177 <arg>--reset</arg> … … 139 181 <cmdsynopsis id="synopsis-vboxmanage-debugvm-guestsample"> 140 182 <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> 142 187 <arg choice="plain">guestsample</arg> 143 188 <arg>--filename=<replaceable>filename</replaceable></arg> … … 162 207 <variablelist> 163 208 <varlistentry> 164 <term>< replaceable>uuid|vmname</replaceable></term>209 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 165 210 <listitem><para>Either the UUID or the name (case sensitive) of a VM.</para></listitem> 166 211 </varlistentry> -
trunk/doc/manual/en_US/man_VBoxManage-discardstate.xml
r98103 r99154 74 74 <variablelist> 75 75 <varlistentry> 76 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>76 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 77 77 <listitem><para> 78 78 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-getextradata.xml
r99136 r99154 79 79 </varlistentry> 80 80 <varlistentry> 81 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>81 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 82 82 <listitem><para> 83 83 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-guestcontrol.xml
r99120 r99154 364 364 <variablelist> 365 365 <varlistentry> 366 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>366 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 367 367 <listitem><para> 368 368 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-guestproperty.xml
r98103 r99154 120 120 <variablelist> 121 121 <varlistentry> 122 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>122 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 123 123 <listitem><para> 124 124 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-modifynvram.xml
r98988 r99154 49 49 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-inituefivarstore"> 50 50 <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> 52 55 <arg choice="plain">inituefivarstore</arg> 53 56 </cmdsynopsis> 54 57 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollmssignatures"> 55 58 <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> 57 63 <arg choice="plain">enrollmssignatures</arg> 58 64 </cmdsynopsis> 59 65 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollorclpk"> 60 66 <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> 62 71 <arg choice="plain">enrollorclpk</arg> 63 72 </cmdsynopsis> 64 73 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollpk"> 65 74 <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> 67 79 <arg choice="plain">enrollpk</arg> 68 80 <arg>--platform-key=<replaceable>filename</replaceable></arg> … … 71 83 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollmok"> 72 84 <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> 74 89 <arg choice="plain">enrollmok</arg> 75 90 <arg>--mok=<replaceable>filename</replaceable></arg> … … 78 93 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-listvars"> 79 94 <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> 81 99 <arg choice="plain">listvars</arg> 82 100 </cmdsynopsis> 83 101 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-queryvar"> 84 102 <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> 86 107 <arg choice="plain">queryvar</arg> 87 108 <arg>--name=<replaceable>name</replaceable></arg> … … 90 111 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-deletevar"> 91 112 <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> 93 117 <arg choice="plain">deletevar</arg> 94 118 <arg>--name=<replaceable>name</replaceable></arg> … … 97 121 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-changevar"> 98 122 <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> 100 127 <arg choice="plain">changevar</arg> 101 128 <arg>--name=<replaceable>name</replaceable></arg> … … 118 145 <variablelist> 119 146 <varlistentry> 120 <term>< replaceable>uuid|vmname</replaceable></term>147 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 121 148 <listitem><para>Either the UUID or the name (case sensitive) of a VM.</para></listitem> 122 149 </varlistentry> -
trunk/doc/manual/en_US/man_VBoxManage-movevm.xml
r98103 r99154 73 73 <variablelist> 74 74 <varlistentry> 75 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>75 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 76 76 <listitem><para> 77 77 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-setextradata.xml
r98103 r99154 76 76 </varlistentry> 77 77 <varlistentry> 78 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>78 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 79 79 <listitem><para> 80 80 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-sharedfolder.xml
r98103 r99154 96 96 <variablelist> 97 97 <varlistentry> 98 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>98 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 99 99 <listitem><para> 100 100 Specifies the name or UUID of the guest VM that shares a … … 171 171 <variablelist> 172 172 <varlistentry> 173 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>173 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 174 174 <listitem><para> 175 175 Specifies the name or UUID of the guest VM that shares a -
trunk/doc/manual/en_US/man_VBoxManage-snapshot.xml
r99136 r99154 50 50 <!-- The 'id' is mandatory and must start with 'synopsis-'. --> 51 51 <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> 53 56 </cmdsynopsis> 54 57 55 58 <cmdsynopsis id="synopsis-vboxmanage-snapshot-take"> 56 59 <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> 58 64 59 65 <arg choice="plain">take</arg> … … 70 76 <cmdsynopsis id="synopsis-vboxmanage-snapshot-delete"> 71 77 <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> 73 82 74 83 <arg choice="plain">delete</arg> … … 79 88 <cmdsynopsis id="synopsis-vboxmanage-snapshot-restore"> 80 89 <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> 82 94 83 95 <arg choice="plain">restore</arg> … … 88 100 <cmdsynopsis id="synopsis-vboxmanage-snapshot-restorecurrent"> 89 101 <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> 91 106 92 107 <arg choice="plain">restorecurrent</arg> … … 95 110 <cmdsynopsis id="synopsis-vboxmanage-snapshot-edit"> 96 111 <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> 98 116 99 117 <arg choice="plain">edit</arg> … … 111 129 <cmdsynopsis id="synopsis-vboxmanage-snapshot-list"> 112 130 <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> 114 135 115 136 <arg choice="plain">list</arg> … … 123 144 <cmdsynopsis id="synopsis-vboxmanage-snapshot-showvminfo"> 124 145 <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> 126 150 127 151 <arg choice="plain">showvminfo</arg> … … 163 187 <variablelist> 164 188 <varlistentry> 165 <term>< replaceable>uuid|vmname</replaceable></term>189 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 166 190 <listitem><para> 167 191 Specifies the UUID or name of the VM. -
trunk/doc/manual/en_US/man_VBoxManage-startvm.xml
r99136 r99154 75 75 <variablelist> 76 76 <varlistentry> 77 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>77 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 78 78 <listitem><para> 79 79 Specifies the name or Universally Unique Identifier (UUID) -
trunk/doc/manual/en_US/man_VBoxManage-storageattach.xml
r98103 r99154 133 133 <variablelist> 134 134 <varlistentry> 135 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>135 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 136 136 <listitem><para> 137 137 Specifies the Universally Unique Identifier (UUID) or the -
trunk/doc/manual/en_US/man_VBoxManage-storagectl.xml
r98103 r99154 102 102 <variablelist> 103 103 <varlistentry> 104 <term>< replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></term>104 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 105 105 <listitem><para> 106 106 Specifies the Universally Unique Identifier (UUID) or name -
trunk/doc/manual/en_US/man_VBoxManage-unattended.xml
r98103 r99154 54 54 <cmdsynopsis id="synopsis-vboxmanage-unattended-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. --> 55 55 <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> 57 60 <arg choice="req">--iso=<replaceable>install-iso</replaceable></arg> 58 61 <arg>--user=<replaceable>login</replaceable></arg> … … 115 118 <variablelist> 116 119 <varlistentry> 117 <term>< replaceable>uuid|vmname</replaceable></term>120 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 118 121 <listitem><para>Either the UUID or the name (case sensitive) of a VM.</para></listitem> 119 122 </varlistentry> -
trunk/doc/manual/en_US/man_VBoxManage-unregistervm.xml
r98103 r99154 67 67 <variablelist> 68 68 <varlistentry> 69 <term>< replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>69 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 70 70 <listitem><para> 71 71 Specifies the name or Universally Unique Identifier (UUID)
Note:
See TracChangeset
for help on using the changeset viewer.