- Timestamp:
- Oct 28, 2013 5:13:36 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90286
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r49038 r49313 1841 1841 env, /* arg 3 */ 1842 1842 &progress /* Out */ 1843 ); 1844 </screen> 1843 );</screen> 1845 1844 </sect3> 1846 1845 … … 1868 1867 { 1869 1868 printf("Revision: %u\n", (unsigned)rev); 1870 } 1871 </screen> 1869 }</screen> 1872 1870 1873 1871 <para>All objects with their methods and attributes are documented … … 1894 1892 1895 1893 <screen>int (*pfnUtf16ToUtf8)(const PRUnichar *pwszString, char **ppszString); 1896 int (*pfnUtf8ToUtf16)(const char *pszString, PRUnichar **ppwszString); 1897 </screen> 1894 int (*pfnUtf8ToUtf16)(const char *pszString, PRUnichar **ppwszString);</screen> 1898 1895 </sect4> 1899 1896 … … 1934 1931 fprintf(stderr, "failed to register g_pVBoxFuncs->pfnComUninitialize()\n"); 1935 1932 exit(EXIT_FAILURE); 1936 } 1937 </screen></para> 1933 }</screen></para> 1938 1934 1939 1935 <para>Another idea would be to write your own <computeroutput>void -
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r49303 r49313 1797 1797 for VMs. Create a VirtualBox VNIC template, by executing as root:</para> 1798 1798 1799 <screen>dladm create-vnic -t -l nge0 -v 23 vboxvnic_template0 1800 </screen> 1799 <screen>dladm create-vnic -t -l nge0 -v 23 vboxvnic_template0</screen> 1801 1800 1802 1801 <para>This will create a temporary VNIC over interface "nge0" with the … … 1813 1812 $ dladm show-vnic 1814 1813 LINK OVER SPEED MACADDRESS MACADDRTYPE VID 1815 vboxvnic_template0 nge0 1000 2:8:20:25:12:75 random 23 1816 </screen></para> 1814 vboxvnic_template0 nge0 1000 2:8:20:25:12:75 random 23</screen></para> 1817 1815 1818 1816 <para>Once the VNIC template is created, all VMs that need to be part of … … 3014 3012 <para>The expert storage management mode can be enabled per VM executing:</para> 3015 3013 3016 <screen>VBoxManage setextradata "VM name" "VBoxInternal2/SilentReconfigureWhilePaused" 1 3017 </screen> 3014 <screen>VBoxManage setextradata "VM name" "VBoxInternal2/SilentReconfigureWhilePaused" 1</screen> 3018 3015 3019 3016 <para>Storage attachments can be reconfigured while the VM is paused afterwards using:</para> -
trunk/doc/manual/en_US/user_GuestAdditions.xml
r46878 r49313 1548 1548 All rights reserved. 1549 1549 1550 Value: Windows Vista Business Edition 1551 </screen></para> 1550 Value: Windows Vista Business Edition</screen></para> 1552 1551 1553 1552 <para>To add or change guest properties from the guest, use the tool -
trunk/doc/manual/en_US/user_VBoxManage.xml
r49086 r49313 84 84 Virtual machine 'SUSE 10.2' is created. 85 85 UUID: c89fc351-8ec6-4f02-a048-57f4d25288e5 86 Settings file: '/home/username/.config/VirtualBox/Machines/SUSE 10.2/SUSE 10.2.xml' 87 </screen> 86 Settings file: '/home/username/.config/VirtualBox/Machines/SUSE 10.2/SUSE 10.2.xml'</screen> 88 87 89 88 <para>As can be seen from the above output, a new virtual machine has … … 364 363 <none> 365 364 366 Statistics update: disabled 367 </screen></para> 365 Statistics update: disabled</screen></para> 368 366 </sect1> 369 367 … … 1708 1706 [--password <password>] 1709 1707 [--initiator <initiator>] 1710 [--intnet] 1711 </screen> 1708 [--intnet]</screen> 1712 1709 1713 1710 <para>A number of parameters are commonly required; the ones at the end of
Note:
See TracChangeset
for help on using the changeset viewer.