VirtualBox

Changeset 54630 in vbox


Ignore:
Timestamp:
Mar 4, 2015 4:39:46 PM (10 years ago)
Author:
vboxsync
Message:

doc/manual: wording

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

Legend:

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

    r54628 r54630  
    12331233        </note></para>
    12341234
    1235       <para>When USB support is enabled for a VM, you can determine in
    1236       detail which devices are exists on host. You can choose that devices
    1237       can be available on guest sytem. To do that you should add "filters" for
    1238       chosen devices. In result these devices will disappear in host system and
    1239       will appear in guest system.</para>
     1235      <para>When USB support is enabled for a VM, you can determine in detail
     1236      which devices will be automatically attached to the guest. For this, you
     1237      can create so-called "filters" by specifying certain properties of
     1238      the USB device. USB devices with a matching filter will be automatically
     1239      passed to the guest once they are attached to the host. USB devices
     1240      without a matching filter can be passed manually to the guest, for
     1241      example by using the Devices / USB devices menu.</para>
    12401242
    12411243      <para>Clicking on the "+" button to the right of the "USB Device
  • trunk/doc/manual/en_US/user_Introduction.xml

    r54628 r54630  
    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. The limit of image file size can be changed later (see <xref
     818          use. The limit of the image file size can be changed later (see <xref
    819819          linkend="vboxmanage-modifyvdi"/> for details).</para>
    820820
     
    12771277        <listitem>
    12781278          <para>
    1279             Command line option 1) Create group and assign VM:
     1279            Command line option 1) Create a group and assign a VM:
    12801280            <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup"</screen>
    1281             creates group "TestGroup" and attaches VM "Fred" to that group
     1281            creates a group "TestGroup" and attaches the VM "Fred" to that group.
    12821282          </para>
    12831283          <para>
    1284             Command line option 2) Detach VM from group, and delete group if
    1285             empty: <screen>VBoxManage modifyvm "Fred" --groups ""</screen>
    1286             It detaches all groups from VM "Fred" and deletes empty groups
     1284            Command line option 2) Detach a VM from the group, and delete the group
     1285            if empty: <screen>VBoxManage modifyvm "Fred" --groups ""</screen>
     1286            It detaches all groups from the VM "Fred" and deletes the empty group.
    12871287          </para>
    12881288        </listitem>
     
    12911291            Multiple groups e.g.:
    12921292            <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup,/TestGroup2"</screen>
    1293             It creates groups "TestGroup" and "TestGroup2" (if they are not exist)
    1294             and attaches VM "Fred" to both of them
     1293            It creates the groups "TestGroup" and "TestGroup2" (if they don't exist yet)
     1294            and attaches the VM "Fred" to both of them.
    12951295          </para>
    12961296        </listitem>
     
    12991299            Nested groups -- hierarchy of groups e.g.:
    13001300            <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup/TestGroup2"</screen>
    1301             It attaches VM "Fred" to  subgroup "TestGroup2" of "TestGroup"
    1302             group
     1301            It attaches the VM "Fred" to the subgroup "TestGroup2" of the "TestGroup"
     1302            group.
    13031303          </para>
    13041304        </listitem>
  • trunk/doc/manual/en_US/user_Storage.xml

    r54628 r54630  
    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
    530         with source code. The every user changes only small number of files
    531         and all other files can be unchanged. The files modified by user
    532         stored in differencing images that reletively small. It saves a
    533         disk space.</para>
     529      <para>This mode is useful for sharing files which are almost never
     530        written, for instance picture galleries, where every guest changes
     531        only a small amount of data and the majority of the disk content
     532        remains unchanged. The modified blocks are stored in differencing
     533        images which remain reletively small and the shared content is stored
     534        only once at the host.</para>
    534535      </listitem>
    535536
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