Changeset 43973 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Nov 27, 2012 1:53:38 PM (12 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Introduction.xml
r43970 r43973 684 684 <listitem> 685 685 <para> 686 Command Line Option 1) Create Group and assign VM: VBoxManage modifyvm "Fred" --groups "/TestGroup"686 Command Line Option 1) Create Group and assign VM: <screen> VBoxManage modifyvm "Fred" --groups "/TestGroup" </screen> 687 687 </para> 688 688 <para> 689 Command Line Option 2) Detach VM from Group, and delete group if empty: VBoxManage modifyvm "Fred" --groups " "689 Command Line Option 2) Detach VM from Group, and delete group if empty: <screen> VBoxManage modifyvm "Fred" --groups "" </screen> 690 690 </para> 691 691 </listitem> 692 692 <listitem> 693 693 <para> 694 Multiple Groups e.g.: VBoxManage modifyvm "Fred" --groups "/TestGroup" "/TestGroup2"694 Multiple Groups e.g.: <screen> VBoxManage modifyvm "Fred" --groups "/TestGroup" "/TestGroup2" </screen> 695 695 </para> 696 696 </listitem> 697 697 <listitem> 698 698 <para> 699 Nested Groups - Hierarchy of Groups e.g.: VBoxManage modifyvm "Fred" --groups "/TestGroup/TestGroup2"699 Nested Groups - Hierarchy of Groups e.g.: <screen> VBoxManage modifyvm "Fred" --groups "/TestGroup/TestGroup2" </screen> 700 700 </para> 701 701 </listitem> -
trunk/doc/manual/en_US/user_VBoxManage.xml
r43970 r43973 698 698 <Device> </computeroutput> 699 699 Specifies the Device Name of the lpt/parallel port that 700 the Parallel Port feature will be using. Use this BEFORE --lpt. This feature is Guest specific and unrelated to Host OS.</para>700 the Parallel Port feature will be using. Use this BEFORE --lpt. This feature is Host specific and unrelated to Guest OS.</para> 701 701 </listitem> 702 702 … … 705 705 <IOAddress IRQNumber> </computeroutput> 706 706 Specifies the I/O address of the lpt/parallel port and the IRQ number that 707 the Parallel Port feature will be using. Use this AFTER --lptmod. This feature is Guest specific and unrelated to Host OS.</para>707 the Parallel Port feature will be using. Use this AFTER --lptmod. This feature is Host specific and unrelated to Guest OS.</para> 708 708 </listitem> 709 709 </itemizedlist></para>
Note:
See TracChangeset
for help on using the changeset viewer.