Changeset 99155 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Mar 23, 2023 10:30:48 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156520
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxHeadless.xml
r99101 r99155 58 58 <arg choice="plain">config</arg> 59 59 </group></arg> 60 <arg>--vrdeproperty=<replaceable>prop-name</replaceable>= [<replaceable>prop-value</replaceable>]</arg>61 <arg>--settingspw= [<replaceable>password</replaceable>]</arg>60 <arg>--vrdeproperty=<replaceable>prop-name</replaceable>=<arg><replaceable>prop-value</replaceable></arg></arg> 61 <arg>--settingspw=<replaceable>password</replaceable></arg> 62 62 <arg>--settingspwfile=<replaceable>password-file</replaceable></arg> 63 <arg>--start-paused =<replaceable>vmname</replaceable></arg>63 <arg>--start-paused</arg> 64 64 <arg>--capture</arg> 65 65 <arg>--width=<replaceable>width</replaceable></arg> … … 94 94 obtain VM information. 95 95 </para><para> 96 The short versions of this option are <option>-s</option> 97 and <option>-startvm</option>. 96 The short versions of this option is <option>-s</option>. 98 97 </para></listitem> 99 98 </varlistentry> … … 119 118 </varlistentry> 120 119 <varlistentry> 121 <term><option>--vrdeproperty=<replaceable>prop-name</replaceable>= <replaceable>prop-value</replaceable></option></term>120 <term><option>--vrdeproperty=<replaceable>prop-name</replaceable>=[<replaceable>prop-value</replaceable>]</option></term> 122 121 <listitem><para> 123 122 Specifies a value for one of the following properties: … … 137 136 </varlistentry> 138 137 <varlistentry> 139 <term><option>--settingspw= [<replaceable>password</replaceable>]</option></term>138 <term><option>--settingspw=<replaceable>password</replaceable></option></term> 140 139 <listitem><para> 141 140 Specifies a settings password to access encrypted … … 157 156 </varlistentry> 158 157 <varlistentry> 159 <term><option>--start-paused =<replaceable>vmname</replaceable></option></term>158 <term><option>--start-paused</option></term> 160 159 <listitem><para> 161 160 Starts the specified VM in the paused state. -
trunk/doc/manual/en_US/man_VBoxManage-bandwidthctl.xml
r99154 r99155 57 57 <arg choice="req"><replaceable>bandwidth-group-name</replaceable></arg> 58 58 <arg choice="req">--limit=<replaceable>bandwidth-limit</replaceable>[k|m|g|K|M|G]</arg> 59 <arg choice="req">--type=disk|network</arg> 59 <arg choice="req">--type=<group choice="plain"> 60 <arg choice="plain">disk</arg> 61 <arg choice="plain">network</arg> 62 </group></arg> 60 63 </cmdsynopsis> 61 64 -
trunk/doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml
r98103 r99155 71 71 <variablelist> 72 72 <varlistentry> 73 <term><replaceable>uuid</replaceable> |<replaceable>filename</replaceable></term>73 <term><replaceable>uuid</replaceable> | <replaceable>filename</replaceable></term> 74 74 <listitem><para> 75 75 Specifies the Universally Unique Identifier (UUID) or the -
trunk/doc/manual/en_US/man_VBoxManage-clonemedium.xml
r98103 r99155 71 71 <arg choice="plain"><replaceable>other</replaceable></arg> 72 72 </group></arg> 73 <arg>--variant=Standard,Fixed,Split2G,Stream,ESX</arg> 73 <arg rep="repeat" role="compact">--variant=<group choice="plain"> 74 <arg choice="plain">Standard</arg> 75 <arg choice="plain">Fixed</arg> 76 <arg choice="plain">Split2G</arg> 77 <arg choice="plain">Stream</arg> 78 <arg choice="plain">ESX</arg> 79 </group></arg> <!-- Value can be repated with comma separator. Difficult to express with docbook. --> 74 80 </cmdsynopsis> 75 81 </refsynopsisdiv> … … 146 152 </varlistentry> 147 153 <varlistentry> 148 <term><option>--variant=Standard ,Fixed,Split2G,Stream,ESX</option></term>154 <term><option>--variant=Standard | Fixed | Split2G | Stream | ESX [,...]</option></term> 149 155 <listitem><para> 150 156 Specifies the file format variant for the target medium, -
trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml
r99136 r99155 69 69 <arg choice="plain"><replaceable>VHD</replaceable></arg> 70 70 </group></arg> 71 <arg>--variant Standard,Fixed,Split2G,Stream,ESX,Formatted,RawDisk</arg> 71 <arg rep="repeat" role="compact">--variant=<group choice="plain"> 72 <arg choice="plain">Standard</arg> 73 <arg choice="plain">Fixed</arg> 74 <arg choice="plain">Split2G</arg> 75 <arg choice="plain">Stream</arg> 76 <arg choice="plain">ESX</arg> 77 <arg choice="plain">Formatted</arg> 78 <arg choice="plain">RawDisk</arg> 79 </group></arg> <!-- Value can be repated with comma separator. Difficult to express with docbook. --> 72 80 <arg rep="repeat">--property <replaceable>name</replaceable>=<replaceable>value</replaceable></arg> 73 81 <arg rep="repeat">--property-file <replaceable>name</replaceable>=<replaceable>/path/to/file/with/value</replaceable></arg> … … 136 144 </varlistentry> 137 145 <varlistentry> 138 <term><option>--variant=Standard ,Fixed,Split2G,Stream,ESX,Formatted,RawDisk</option></term>146 <term><option>--variant=Standard | Fixed | Split2G | Stream | ESX | Formatted | RawDisk [,...]</option></term> 139 147 <listitem><para> 140 148 Specifies the file format variant for the target medium, -
trunk/doc/manual/en_US/man_vboximg-mount.xml
r98103 r99155 61 61 <arg choice="req">--image=<replaceable>image-UUID</replaceable></arg> 62 62 <arg>--guest-filesystem</arg> 63 <arg>-o=<replaceable>FUSE-option</replaceable> [,<replaceable>FUSE-option</replaceable>]</arg>63 <arg>-o=<replaceable>FUSE-option</replaceable><arg rep="repeat">,<replaceable>FUSE-option</replaceable></arg></arg> 64 64 <arg>--root</arg> 65 65 <arg>--rw</arg>
Note:
See TracChangeset
for help on using the changeset viewer.