VirtualBox

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


Ignore:
Timestamp:
Mar 4, 2015 2:32:28 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98766
Message:

Changed topics that seems unclear.

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

Legend:

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

    r54330 r54623  
    12341234
    12351235      <para>When USB support is enabled for a VM, you can determine in
    1236       detail which devices are available. For this, you must create so-called
    1237       "filters" by specifying certain properties of the USB device.</para>
     1236      detail which devices are exists on host. You can choose that devices can be available on guest sytem.
     1237      To do that you should add "filters" for chosen devices.
     1238      In result these devices will disappear in host system and will appear in guest system.
     1239    </para>
    12381240
    12391241      <para>Clicking on the "+" button to the right of the "USB Device
  • trunk/doc/manual/en_US/user_Introduction.xml

    r54326 r54623  
    325325      <listitem>
    326326        <para><emphasis role="bold">VM groups.</emphasis> VirtualBox provides a
    327         groups feature that enables the user to organize virtual machines
     327        groups feature that enables the user to organize and control virtual machines
    328328        collectively, as well as individually. In addition to basic groups, it
    329329        is also possible for any VM to be in more than one group, and for
     
    816816          applications you want to install -- for a modern Windows or Linux
    817817          guest, you will probably need several gigabytes for any serious
    818           use:</para>
     818          use. The limit of image file size can be changed later (see <xref
     819          linkend="vboxmanage-modifyvdi"/> for details).</para>
    819820
    820821          <mediaobject>
     
    12781279            Command line option 1) Create group and assign VM:
    12791280            <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup"</screen>
     1281            creates group "TestGroup" and attaches VM "Fred" to that group
    12801282          </para>
    12811283          <para>
    12821284            Command line option 2) Detach VM from group, and delete group if
    12831285            empty: <screen>VBoxManage modifyvm "Fred" --groups ""</screen>
     1286            It detaches all groups from VM "Fred" and deletes empty groups
    12841287          </para>
    12851288        </listitem>
     
    12881291            Multiple groups e.g.:
    12891292            <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup,/TestGroup2"</screen>
     1293            It creates groups "TestGroup" and "TestGroup2" (if they are not exist) and attaches VM "Fred" to both of them
    12901294          </para>
    12911295        </listitem>
     
    12941298            Nested groups -- hierarchy of groups e.g.:
    12951299            <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup/TestGroup2"</screen>
     1300            It attaches VM "Fred" to  subgroup "TestGroup2" of "TestGroup" group
    12961301          </para>
    12971302        </listitem>
  • trunk/doc/manual/en_US/user_Storage.xml

    r51240 r54623  
    527527        "immutable" image except the differencing image is not reset every
    528528        time the machine starts.</para>
     529        <para>This mode could be useful, for example, to share virtual disk with source code.
     530          The every user changes only small number of files and all other files can be unchanged.
     531          The files modified by user stored in differencing images that reletively small.
     532          It saves a disk space.</para>
    529533      </listitem>
    530534
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