VirtualBox

Changeset 99176 in vbox


Ignore:
Timestamp:
Mar 24, 2023 2:55:52 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156542
Message:

manual/man_*: Corrections and adjustments. bugref:10302

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

Legend:

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

    r98103 r99176  
    5151      <command>VBoxManage</command>
    5252      <group>
    53         <arg choice="plain">-V</arg>
    54         <arg choice="plain">--version</arg>
    55       </group>
    56       <arg>--dump-build-type</arg>
    57       <group>
    5853        <arg choice="plain">-q</arg>
    5954        <arg choice="plain">--nologo</arg>
     
    6257      <arg>--settingspwfile=<replaceable>pw-file</replaceable></arg>
    6358      <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>
    6577    </cmdsynopsis>
    6678  </refsynopsisdiv>
  • trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml

    r99118 r99176  
    447447      <group choice="req">
    448448        <arg choice="plain">on</arg>
    449         <arg choice="plain">primary <replaceable>x-origin</replaceable>&nbsp;<replaceable>y-origin</replaceable>&nbsp;<replaceable>x-resolution</replaceable>&nbsp;<replaceable>y-resolution</replaceable>&nbsp;<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>
    450456        <arg choice="plain">off</arg>
    451457      </group>
     
    486492        <arg choice="plain">all</arg>
    487493        <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>
    489495      </group>
    490496    </cmdsynopsis>
     
    507513      </group>
    508514      <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>
    510516    </cmdsynopsis>
    511517
     
    650656      </group>
    651657      <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>
    653659    </cmdsynopsis>
    654660
     
    718724      <group choice="plain">
    719725        <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>
    725731        <arg choice="plain"><replaceable>device-name</replaceable></arg>
    726732      </group>
     
    746752        <arg choice="plain"><replaceable>vmname</replaceable></arg>
    747753      </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>
    749756    </cmdsynopsis>
    750757  </refsynopsisdiv>
  • trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml

    r99155 r99176  
    7878          <arg choice="plain">RawDisk</arg>
    7979      </group></arg> <!-- Value can be repated with comma separator. Difficult to express with docbook. -->
    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>
     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>
    8282    </cmdsynopsis>
    8383  </refsynopsisdiv>
     
    190190      </varlistentry>
    191191      <varlistentry>
    192         <term><option>--property <replaceable>name</replaceable>=<replaceable>value</replaceable></option></term>
     192        <term><option>--property=<replaceable>name</replaceable>=<replaceable>value</replaceable></option></term>
    193193        <listitem><para>
    194194            Specifies any required file format dependent parameters in
     
    198198      </varlistentry>
    199199      <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>
    202201        <listitem><para>
    203202            Specifies any required file format dependent parameters in
  • trunk/doc/manual/en_US/man_VBoxManage-createvm.xml

    r98103 r99176  
    5353      <arg>--basefolder=<replaceable>basefolder</replaceable></arg>
    5454      <arg>--default</arg>
    55       <arg>--group=<replaceable>group-ID</replaceable>,...</arg>
     55      <arg>--group=<replaceable>group-ID</replaceable><arg rep="repeat">,</arg></arg>
    5656      <arg>--ostype=<replaceable>ostype</replaceable></arg>
    5757      <arg>--register</arg>
    5858      <arg>--uuid=<replaceable>uuid</replaceable></arg>
    59       <arg>--cipher <replaceable>cipher</replaceable></arg>
    60       <arg>--password-id <replaceable>password-id</replaceable></arg>
    61       <arg>--password <replaceable>file</replaceable></arg>
     59      <arg>--cipher=<replaceable>cipher</replaceable></arg>
     60      <arg>--password-id=<replaceable>password-id</replaceable></arg>
     61      <arg>--password=<replaceable>file</replaceable></arg>
    6262    </cmdsynopsis>
    6363  </refsynopsisdiv>
     
    113113      </varlistentry>
    114114      <varlistentry>
    115         <term><option>--group=<replaceable>group-ID</replaceable>,...</option></term>
     115        <term><option>--group=<replaceable>group-ID</replaceable>[,...]</option></term>
    116116        <listitem><para>
    117117            Assigns the VM to the specified groups. If you specify more
     
    154154      </varlistentry>
    155155      <varlistentry>
    156         <term><option>--cipher <replaceable>cipher</replaceable></option></term>
     156        <term><option>--cipher=<replaceable>cipher</replaceable></option></term>
    157157        <listitem><para>
    158158            Specifies the cipher to use for encryption. Valid values are
     
    164164      </varlistentry>
    165165      <varlistentry>
    166         <term><option>--password-id <replaceable>password-id</replaceable></option></term>
     166        <term><option>--password-id=<replaceable>password-id</replaceable></option></term>
    167167        <listitem><para>
    168168            Specifies a new password identifier that is used for correct
     
    173173      </varlistentry>
    174174      <varlistentry>
    175         <term><option>--password <replaceable>file</replaceable></option></term>
     175        <term><option>--password=<replaceable>file</replaceable></option></term>
    176176        <listitem><para>
    177177            Use the <option>--password</option> to supply the encryption
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