Changeset 99176 in vbox
- Timestamp:
- Mar 24, 2023 2:55:52 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156542
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-common.xml
r98103 r99176 51 51 <command>VBoxManage</command> 52 52 <group> 53 <arg choice="plain">-V</arg>54 <arg choice="plain">--version</arg>55 </group>56 <arg>--dump-build-type</arg>57 <group>58 53 <arg choice="plain">-q</arg> 59 54 <arg choice="plain">--nologo</arg> … … 62 57 <arg>--settingspwfile=<replaceable>pw-file</replaceable></arg> 63 58 <arg>@<replaceable>response-file</replaceable></arg> 64 <arg><arg>help</arg> <replaceable>subcommand</replaceable></arg> 59 <arg><replaceable>subcommand</replaceable></arg> 60 </cmdsynopsis> 61 <cmdsynopsis id="synopsis-vboxmanage-common-help"> 62 <command>VBoxManage help</command> 63 <arg><replaceable>subcommand</replaceable></arg> 64 </cmdsynopsis> 65 <cmdsynopsis id="synopsis-vboxmanage-common-commands"> 66 <command>VBoxManage commands</command> 67 </cmdsynopsis> 68 <cmdsynopsis id="synopsis-vboxmanage-common-version"> 69 <command>VBoxManage</command> 70 <group> 71 <arg choice="plain">-V</arg> 72 <arg choice="plain">--version</arg> 73 </group> 74 </cmdsynopsis> 75 <cmdsynopsis id="synopsis-vboxmanage-common-dump-build-type"> 76 <command>VBoxManage</command> <arg>--dump-build-type</arg> 65 77 </cmdsynopsis> 66 78 </refsynopsisdiv> -
trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml
r99118 r99176 447 447 <group choice="req"> 448 448 <arg choice="plain">on</arg> 449 <arg choice="plain">primary <replaceable>x-origin</replaceable> <replaceable>y-origin</replaceable> <replaceable>x-resolution</replaceable> <replaceable>y-resolution</replaceable> <replaceable>bpp</replaceable></arg> 449 <arg choice="plain">primary 450 <arg choice="req"><replaceable>x-origin</replaceable></arg> 451 <arg choice="req"><replaceable>y-origin</replaceable></arg> 452 <arg choice="req"><replaceable>x-resolution</replaceable></arg> 453 <arg choice="req"><replaceable>y-resolution</replaceable></arg> 454 <arg choice="req"><replaceable>bpp</replaceable></arg> 455 </arg> 450 456 <arg choice="plain">off</arg> 451 457 </group> … … 486 492 <arg choice="plain">all</arg> 487 493 <arg choice="plain">none</arg> 488 <arg choice="plain"><replaceable>screen-ID</replaceable> [,<replaceable>screen-ID</replaceable>...]</arg>494 <arg choice="plain"><replaceable>screen-ID</replaceable><arg rep="repeat">,<replaceable>screen-ID</replaceable></arg></arg> 489 495 </group> 490 496 </cmdsynopsis> … … 507 513 </group> 508 514 <arg choice="plain">recording videores</arg> 509 <arg choice="req">< replaceable>width</replaceable>x<replaceable>height</replaceable></arg>515 <arg choice="req"><arg choice="req"><replaceable>width</replaceable></arg>x<arg choice="req"><replaceable>height</replaceable></arg></arg> 510 516 </cmdsynopsis> 511 517 … … 650 656 </group> 651 657 <arg choice="plain">webcam attach</arg> 652 <arg><replaceable>pathname</replaceable> <arg><replaceable>settings</replaceable></arg></arg>658 <arg><replaceable>pathname</replaceable> <arg><replaceable>settings</replaceable></arg></arg> 653 659 </cmdsynopsis> 654 660 … … 718 724 <group choice="plain"> 719 725 <arg choice="plain">disconnected</arg> 720 <arg choice="plain"> server <replaceable>pipe-name</replaceable></arg>721 <arg choice="plain"> client <replaceable>pipe-name</replaceable></arg>722 <arg choice="plain"> tcpserver <replaceable>port</replaceable></arg>723 <arg choice="plain"> tcpclient <replaceable>hostname</replaceable>:<replaceable>port</replaceable></arg>724 <arg choice="plain"> file <replaceable>filename</replaceable></arg>726 <arg choice="plain"><arg choice="plain">server</arg> <arg choice="req"><replaceable>pipe-name</replaceable></arg></arg> 727 <arg choice="plain"><arg choice="plain">client</arg> <arg choice="req"><replaceable>pipe-name</replaceable></arg></arg> 728 <arg choice="plain"><arg choice="plain">tcpserver</arg> <arg choice="req"><replaceable>port</replaceable></arg></arg> 729 <arg choice="plain"><arg choice="plain">tcpclient</arg> <arg choice="req"><replaceable>hostname</replaceable>:<replaceable>port</replaceable></arg></arg> 730 <arg choice="plain"><arg choice="plain">file</arg> <arg choice="req"><replaceable>filename</replaceable></arg></arg> 725 731 <arg choice="plain"><replaceable>device-name</replaceable></arg> 726 732 </group> … … 746 752 <arg choice="plain"><replaceable>vmname</replaceable></arg> 747 753 </group> 748 <arg choice="plain">autostart-delay<replaceable>seconds</replaceable></arg> 754 <arg choice="plain">autostart-delay</arg> 755 <arg choice="req"><replaceable>seconds</replaceable></arg> 749 756 </cmdsynopsis> 750 757 </refsynopsisdiv> -
trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml
r99155 r99176 78 78 <arg choice="plain">RawDisk</arg> 79 79 </group></arg> <!-- Value can be repated with comma separator. Difficult to express with docbook. --> 80 <arg rep="repeat">--property 81 <arg rep="repeat">--property-file 80 <arg rep="repeat">--property=<replaceable>name</replaceable>=<replaceable>value</replaceable></arg> 81 <arg rep="repeat">--property-file=<replaceable>name</replaceable>=<replaceable>/path/to/file/with/value</replaceable></arg> 82 82 </cmdsynopsis> 83 83 </refsynopsisdiv> … … 190 190 </varlistentry> 191 191 <varlistentry> 192 <term><option>--property 192 <term><option>--property=<replaceable>name</replaceable>=<replaceable>value</replaceable></option></term> 193 193 <listitem><para> 194 194 Specifies any required file format dependent parameters in … … 198 198 </varlistentry> 199 199 <varlistentry> 200 <term><option>--property-file <replaceable>name 201 </replaceable>=<replaceable>/path/to/file/with/value</replaceable></option></term> 200 <term><option>--property-file=<replaceable>name</replaceable>=<replaceable>/path/to/file/with/value</replaceable></option></term> 202 201 <listitem><para> 203 202 Specifies any required file format dependent parameters in -
trunk/doc/manual/en_US/man_VBoxManage-createvm.xml
r98103 r99176 53 53 <arg>--basefolder=<replaceable>basefolder</replaceable></arg> 54 54 <arg>--default</arg> 55 <arg>--group=<replaceable>group-ID</replaceable> ,...</arg>55 <arg>--group=<replaceable>group-ID</replaceable><arg rep="repeat">,</arg></arg> 56 56 <arg>--ostype=<replaceable>ostype</replaceable></arg> 57 57 <arg>--register</arg> 58 58 <arg>--uuid=<replaceable>uuid</replaceable></arg> 59 <arg>--cipher 60 <arg>--password-id 61 <arg>--password 59 <arg>--cipher=<replaceable>cipher</replaceable></arg> 60 <arg>--password-id=<replaceable>password-id</replaceable></arg> 61 <arg>--password=<replaceable>file</replaceable></arg> 62 62 </cmdsynopsis> 63 63 </refsynopsisdiv> … … 113 113 </varlistentry> 114 114 <varlistentry> 115 <term><option>--group=<replaceable>group-ID</replaceable> ,...</option></term>115 <term><option>--group=<replaceable>group-ID</replaceable>[,...]</option></term> 116 116 <listitem><para> 117 117 Assigns the VM to the specified groups. If you specify more … … 154 154 </varlistentry> 155 155 <varlistentry> 156 <term><option>--cipher 156 <term><option>--cipher=<replaceable>cipher</replaceable></option></term> 157 157 <listitem><para> 158 158 Specifies the cipher to use for encryption. Valid values are … … 164 164 </varlistentry> 165 165 <varlistentry> 166 <term><option>--password-id 166 <term><option>--password-id=<replaceable>password-id</replaceable></option></term> 167 167 <listitem><para> 168 168 Specifies a new password identifier that is used for correct … … 173 173 </varlistentry> 174 174 <varlistentry> 175 <term><option>--password 175 <term><option>--password=<replaceable>file</replaceable></option></term> 176 176 <listitem><para> 177 177 Use the <option>--password</option> to supply the encryption
Note:
See TracChangeset
for help on using the changeset viewer.