VirtualBox

Changeset 99155 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Mar 23, 2023 10:30:48 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156520
Message:

manual/man_*: Corrections. bugref:10302

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

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxHeadless.xml

    r99101 r99155  
    5858          <arg choice="plain">config</arg>
    5959        </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>
    6262      <arg>--settingspwfile=<replaceable>password-file</replaceable></arg>
    63       <arg>--start-paused=<replaceable>vmname</replaceable></arg>
     63      <arg>--start-paused</arg>
    6464      <arg>--capture</arg>
    6565      <arg>--width=<replaceable>width</replaceable></arg>
     
    9494              obtain VM information.
    9595            </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>.
    9897            </para></listitem>
    9998        </varlistentry>
     
    119118        </varlistentry>
    120119        <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>
    122121          <listitem><para>
    123122              Specifies a value for one of the following properties:
     
    137136        </varlistentry>
    138137        <varlistentry>
    139           <term><option>--settingspw=[<replaceable>password</replaceable>]</option></term>
     138          <term><option>--settingspw=<replaceable>password</replaceable></option></term>
    140139          <listitem><para>
    141140              Specifies a settings password to access encrypted
     
    157156        </varlistentry>
    158157        <varlistentry>
    159           <term><option>--start-paused=<replaceable>vmname</replaceable></option></term>
     158          <term><option>--start-paused</option></term>
    160159          <listitem><para>
    161160              Starts the specified VM in the paused state.
  • trunk/doc/manual/en_US/man_VBoxManage-bandwidthctl.xml

    r99154 r99155  
    5757      <arg choice="req"><replaceable>bandwidth-group-name</replaceable></arg>
    5858      <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>
    6063    </cmdsynopsis>
    6164
  • trunk/doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml

    r98103 r99155  
    7171    <variablelist>
    7272      <varlistentry>
    73         <term><replaceable>uuid</replaceable>|<replaceable>filename</replaceable></term>
     73        <term><replaceable>uuid</replaceable> | <replaceable>filename</replaceable></term>
    7474        <listitem><para>
    7575            Specifies the Universally Unique Identifier (UUID) or the
  • trunk/doc/manual/en_US/man_VBoxManage-clonemedium.xml

    r98103 r99155  
    7171          <arg choice="plain"><replaceable>other</replaceable></arg>
    7272        </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. -->
    7480    </cmdsynopsis>
    7581  </refsynopsisdiv>
     
    146152      </varlistentry>
    147153      <varlistentry>
    148         <term><option>--variant=Standard,Fixed,Split2G,Stream,ESX</option></term>
     154        <term><option>--variant=Standard | Fixed | Split2G | Stream | ESX [,...]</option></term>
    149155        <listitem><para>
    150156            Specifies the file format variant for the target medium,
  • trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml

    r99136 r99155  
    6969          <arg choice="plain"><replaceable>VHD</replaceable></arg>
    7070        </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. -->
    7280      <arg rep="repeat">--property <replaceable>name</replaceable>=<replaceable>value</replaceable></arg>
    7381      <arg rep="repeat">--property-file <replaceable>name</replaceable>=<replaceable>/path/to/file/with/value</replaceable></arg>
     
    136144      </varlistentry>
    137145      <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>
    139147        <listitem><para>
    140148            Specifies the file format variant for the target medium,
  • trunk/doc/manual/en_US/man_vboximg-mount.xml

    r98103 r99155  
    6161      <arg choice="req">--image=<replaceable>image-UUID</replaceable></arg>
    6262      <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>
    6464      <arg>--root</arg>
    6565      <arg>--rw</arg>
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