VirtualBox

Changeset 99153 in vbox for trunk


Ignore:
Timestamp:
Mar 23, 2023 9:31:23 PM (22 months ago)
Author:
vboxsync
Message:

manual/man_*: Corrections. bugref:10302

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

Legend:

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

    r98103 r99153  
    5858        </group></arg>
    5959      <arg>--uuid=<replaceable>uuid</replaceable></arg>
    60       <arg>--variant=Standard,Fixed,Split2G,Stream,ESX</arg>
     60      <arg rep="repeat" role="compact">--variant=<group choice="plain">
     61          <arg choice="plain">Standard</arg>
     62          <arg choice="plain">Fixed</arg>
     63          <arg choice="plain">Split2G</arg>
     64          <arg choice="plain">Stream</arg>
     65          <arg choice="plain">ESX</arg>
     66      </group></arg> <!-- Value can be repated with comma separator. Difficult to express with docbook. -->
    6167    </cmdsynopsis>
    6268
     
    7076        </group></arg>
    7177      <arg>--uuid=<replaceable>uuid</replaceable></arg>
    72       <arg>--variant=Standard,Fixed,Split2G,Stream,ESX</arg>
     78      <arg rep="repeat" role="compact">--variant=<group choice="plain">
     79          <arg choice="plain">Standard</arg>
     80          <arg choice="plain">Fixed</arg>
     81          <arg choice="plain">Split2G</arg>
     82          <arg choice="plain">Stream</arg>
     83          <arg choice="plain">ESX</arg>
     84      </group></arg> <!-- Value can be repated with comma separator. Difficult to express with docbook. -->
    7385    </cmdsynopsis>
    7486  </refsynopsisdiv>
     
    128140        </varlistentry>
    129141        <varlistentry>
    130           <term><option>--variant=Standard,Fixed,Split2G,Stream,ESX</option></term>
     142          <term><option>--variant=Standard | Fixed | Split2G | Stream | ESX[,...]</option></term>
    131143          <listitem><para>
    132144              Specifies any required file format variants for the output
  • trunk/doc/manual/en_US/man_VBoxManage-export.xml

    r98103 r99153  
    5959      </group>
    6060      <arg>--manifest</arg>
    61       <arg>--options=<group choice="plain" rep="repeat">
     61      <arg rep="repeat">--options=<group choice="plain"> <!-- group can be repeated with comma separator - hard to do in docbook. -->
    6262          <arg choice="plain">manifest</arg>
    6363          <arg choice="plain">iso</arg>
  • trunk/doc/manual/en_US/man_VBoxManage-hostonlyif.xml

    r98103 r99153  
    5353      <group>
    5454        <arg choice="plain">--dhcp</arg>
    55         <arg choice="plain">--ip=<replaceable>IPv4-address</replaceable> <arg>--netmask=<replaceable>IPv4-netmask</replaceable></arg></arg>
    56         <arg choice="plain">--ipv6=<replaceable>IPv6-address</replaceable> <arg>--netmasklengthv6=<replaceable>length</replaceable></arg></arg>
     55        <arg choice="plain">
     56          <arg choice="req">--ip=<replaceable>IPv4-address</replaceable></arg>
     57          <arg>--netmask=<replaceable>IPv4-netmask</replaceable></arg>
     58        </arg>
     59        <arg choice="plain">
     60          <arg choice="req">--ipv6=<replaceable>IPv6-address</replaceable></arg>
     61          <arg>--netmasklengthv6=<replaceable>length</replaceable></arg>
     62        </arg>
    5763      </group>
    5864    </cmdsynopsis>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette