Changeset 99497 in vbox
- Timestamp:
- Apr 21, 2023 1:55:02 AM (20 months ago)
- Location:
- trunk/doc/manual
- Files:
-
- 3 added
- 57 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99268 r99497 111 111 # DITA-OT related globals. 112 112 # 113 VBOX_DITA_TECHNICAL_CONTENT_DTD_PATH = $(VBOX_DITA_ORIGINAL_PATH)/dtd/technicalContent/dtd 113 114 114 115 ## … … 146 147 VBOX_JAVA_HOME := C:/Program Files/Java/jdk-17/ 147 148 VBOX_DITA_ORIGINAL_PATH := D:/Tmp/dita/dita-ot-4.0.2 149 VBOX_DITA_TECHNICAL_CONTENT_DTD_PATH = $(VBOX_DITA_ORIGINAL_PATH)/plugins/org.oasis-open.dita.v1_2/dtd/technicalContent/dtd 148 150 VBOX_DITA_CLASSPATH = \ 149 151 $(subst $(SP),;,$(strip \ … … 637 639 | $$$$(dir $$$$@) 638 640 $$(call MSG_L1, $$<) 639 $$( APPEND) -nt "[email protected]" $$(filter-out %.py,$$^)641 $$(QUIET)$$(APPEND) -nt "[email protected]" $$(filter-out %.py,$$^) 640 642 $$(QUIET)$$(VBOX_BLD_PYTHON) "$$<" --output "$$@" @"[email protected]" 641 643 … … 650 652 # @param 2 Filename w/o extension. 651 653 # @param 3 Alternative fallback filename (for isomakercmd-man.xml). 654 # @note This produces more files that listed in the output, but we currently let kmk be ignorant of that. 652 655 define def_vbox_refentry_file_to_dita 653 VBOX_USER_MANUAL_CONVERTED_REFENTRY_DITA_FILES_$1 += $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2).dita 654 $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2).dita \ 655 + $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2).xml: \ 656 VBOX_USER_MANUAL_CONVERTED_REFENTRY_DITA_FILES_$1 += $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2).ditamap 657 $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2).ditamap \ 658 + $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).dita \ 659 + $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).xml: \ 656 660 $$(VBOX_PATH_MANUAL_SRC)/docbook-refentry-to-manual-dita-pre.xsl \ 657 661 $$(VBOX_PATH_MANUAL_SRC)/docbook-refentry-to-manual-dita.xsl \ 662 $$(VBOX_PATH_MANUAL_SRC)/dita-refentry-flat-to-single-topic.sh \ 663 $$(VBOX_PATH_MANUAL_SRC)/dita-refentry-flat-to-single-topic.xsl \ 664 $$(VBOX_PATH_MANUAL_SRC)/dita-refentry-flat-topic-ids.xsl \ 658 665 $$(VBOX_PATH_MANUAL_SRC)/add_file_to_id_only_references.py \ 659 666 $$(VBOX_USER_MANUAL_ID_MAPPING_FILE_$1) \ … … 666 673 | $$$$(dir $$$$@) 667 674 $$(call MSG_TOOL,xsltproc docbook-refentry-to-manual-dita[-pre].xsl,,$$(firstword $$(filter %.xml,$$^)),$$@) 668 $$(QUIET)$$(RM) -f -- "$$@" "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2).xml" 675 $$(QUIET)$$(RM) -f -- "$$@" \ 676 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).xml" \ 677 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).dita" 669 678 $$(QUIET)$$(call VBOX_XSLTPROC_WITH_CAT) \ 670 --output "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/ $(2).xml" \679 --output "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).xml" \ 671 680 $$(VBOX_PATH_MANUAL_SRC)/docbook-refentry-to-manual-dita-pre.xsl \ 672 681 $$(qfirstfile , $$(qwildcard , $$(VBOX_PATH_MANUAL_SRC)/$(1)/$(2).xml) $(3) $$(VBOX_PATH_MANUAL_SRC)/en_US/$(2).xml) 673 682 $$(QUIET)$$(call VBOX_XSLTPROC_WITH_CAT) \ 674 683 $(if-expr defined(VBOX_DITA_USING_LATEST),--stringparam "g_fReplaceHypens" "true",) \ 675 --output "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/ $(2).dita" \684 --output "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).dita" \ 676 685 $$(VBOX_PATH_MANUAL_SRC)/docbook-refentry-to-manual-dita.xsl \ 677 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/ $(2).xml"686 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).xml" 678 687 $$(QUIET)$$(VBOX_BLD_PYTHON) $$(VBOX_PATH_MANUAL_SRC)/add_file_to_id_only_references.py \ 679 --mapping-file "$$(VBOX_USER_MANUAL_ID_MAPPING_FILE_$1)" "$$@" 688 --mapping-file "$$(VBOX_USER_MANUAL_ID_MAPPING_FILE_$1)" \ 689 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).dita" 690 $$(QUIET)$$(ASH) \ 691 "$$(VBOX_PATH_MANUAL_SRC)/dita-refentry-flat-to-single-topic.sh" \ 692 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).dita" \ 693 "$$(VBOX_PATH_MANUAL_SRC)/dita-refentry-flat-topic-ids.xsl" \ 694 "$$(VBOX_PATH_MANUAL_SRC)/dita-refentry-flat-to-single-topic.xsl" \ 695 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics" \ 696 -- $$(subst $$(REDIRECT),$$(REDIRECT_EXT),$$(call VBOX_XSLTPROC_WITH_CAT)) \ 697 --path "$$(VBOX_DITA_TECHNICAL_CONTENT_DTD_PATH)" 698 $$(QUIET)$$(call VBOX_XSLTPROC_WITH_CAT) \ 699 --path "$$(VBOX_DITA_TECHNICAL_CONTENT_DTD_PATH)" \ 700 --stringparam g_sMode map \ 701 --output "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2).ditamap" \ 702 $$(VBOX_PATH_MANUAL_SRC)/dita-refentry-flat-to-single-topic.xsl \ 703 "$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/flat-$(2).dita" 704 680 705 endef # def_vbox_refentry_file_to_dita 681 706 … … 733 758 "/tempdir:$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/temp_pdf" \ 734 759 , \ 735 $(if-expr defined(VBOX_DITA_DEBUG),"/cleantemp:no",) \ 760 "/grammarcache:yes" \ 761 $(if-expr defined(VBOX_DITA_DEBUG),"/cleantemp:no" "/debug:yes",) \ 736 762 , \ 737 763 "--theme=$$(VBOX_PATH_MANUAL_SRC)/pdf-theme-UserManual.yaml" \ … … 741 767 742 768 ditamap-to-pdf: $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/UserManual.pdf 769 .PRECIOUS: $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/UserManual_pdf.log 743 770 endef 744 771 $(foreach lang,$(VBOX_MANUAL_ALL_LANGUAGES),$(evalcall2 def_ditamap_to_pdf,$(lang))) … … 769 796 "/outdir:$(@D)" \ 770 797 "/tempdir:$(VBOX_PATH_MANUAL_OUTBASE)/en_US/dita/temp_xhtml_chunks" \ 771 ,,"--logfile=$(@D)/UserManual_xhtml.log") 798 , \ 799 "/grammarcache:yes" \ 800 , \ 801 "--logfile=$(@D)/UserManual_xhtml.log") 772 802 773 803 html:: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-chunks/index.html … … 795 825 "/outdir:$(@D)" \ 796 826 "/tempdir:$(VBOX_PATH_MANUAL_OUTBASE)/en_US/dita/temp_xhtml_single" \ 797 ,,"--logfile=$(@D)/UserManual-Single_xhtml.log") 827 , \ 828 "/grammarcache:yes" \ 829 , \ 830 "--logfile=$(@D)/UserManual-Single_xhtml.log") 798 831 $(SED) -ne '1,/<body>/{p}' \ 799 832 --output "$@" "$(@D)/UserManual-Single.html" … … 888 921 "/outdir:$(2)" \ 889 922 "/tempdir:$$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/temp_qhelp" \ 890 ,,"--logfile=$(2)/UserManual_htmlhelp.log") 923 , \ 924 "/grammarcache:yes" \ 925 , \ 926 "--logfile=$(2)/UserManual_htmlhelp.log") 891 927 892 928 -
trunk/doc/manual/build_id_to_file_mapping.py
r99059 r99497 62 62 sId = oMatch.group(2)[1:-1]; 63 63 if sId: 64 dIdToFile[sId] = sFile; 64 #dIdToFile[sId] = sFile; 65 dIdToFile[sId] = '%s.dita' % (sId,); 65 66 66 67 def isDocbook(sContent): -
trunk/doc/manual/docbook-refentry-to-manual-dita.xsl
r99272 r99497 204 204 <xsl:choose> 205 205 <xsl:when test="@id"><xsl:value-of select="@id"/></xsl:when> 206 <xsl:otherwise><xsl:value-of select="concat( generate-id(),'-',/@id)"/></xsl:otherwise>206 <xsl:otherwise><xsl:value-of select="concat(../@id, '-no', count(./preceding-sibling::refsect1))"/></xsl:otherwise> 207 207 </xsl:choose> 208 208 </xsl:attribute> … … 261 261 <xsl:choose> 262 262 <xsl:when test="@id"><xsl:value-of select="@id"/></xsl:when> 263 <xsl:otherwise><xsl:value-of select="concat(generate-id(),'-',/@id)"/></xsl:otherwise> 263 <xsl:otherwise> 264 <xsl:if test="not(../@id)"> 265 <xsl:message terminate="yes"><xsl:call-template name="error-prefix"/>both refsect2 and parent refsect1 are missing an @id attribute! Please fix add at least one of these to facilitate proper dita topic splitting.</xsl:message> 266 </xsl:if> 267 <xsl:value-of select="concat(../@id, '-no', count(./preceding-sibling::refsect2))"/> 268 </xsl:otherwise> 264 269 </xsl:choose> 265 270 </xsl:attribute> -
trunk/doc/manual/en_US/dita/UserManual.ditamap
r99408 r99497 368 368 </topicref> 369 369 <topicref href="topics/teleporting.dita"/> 370 <topicref href="topics/man_VBoxHeadless.dita"/>370 <topicref format="ditamap" href="topics/man_VBoxHeadless.ditamap"/> 371 371 </chapter> 372 372 … … 377 377 <!-- <topicref href="topics/vboxmanage-cmd-overview.dita"/> --> 378 378 <topicref href="topics/vboxmanage-general.dita"/> 379 <topicref href="topics/man_VBoxManage-common.dita"/> 379 <!-- The remainder of the topics in this chapter are generated from docbook XML files.--> 380 <topicref format="ditamap" href="topics/man_VBoxManage-common.ditamap"/> 380 381 <!-- Note! We sort these alphabetical unless someone can define a 381 382 maintainable ordering (previously it seemed to be total 382 383 random and included several duplicates). --> 383 <topicref href="topics/man_VBoxManage-adoptstate.dita"/>384 <topicref href="topics/man_VBoxManage-bandwidthctl.dita"/>385 <topicref href="topics/man_VBoxManage-checkmediumpwd.dita"/>386 <topicref href="topics/man_VBoxManage-clonemedium.dita"/>387 <topicref href="topics/man_VBoxManage-clonevm.dita"/>388 <topicref href="topics/man_VBoxManage-closemedium.dita"/>389 <topicref href="topics/man_VBoxManage-cloud.dita"/>390 <topicref href="topics/man_VBoxManage-cloudprofile.dita"/>391 <topicref href="topics/man_VBoxManage-controlvm.dita"/>392 <topicref href="topics/man_VBoxManage-convertfromraw.dita"/>393 <topicref href="topics/man_VBoxManage-createmedium.dita"/>394 <topicref href="topics/man_VBoxManage-createvm.dita"/>395 <topicref href="topics/man_VBoxManage-debugvm.dita"/>396 <topicref href="topics/man_VBoxManage-dhcpserver.dita"/>397 <topicref href="topics/man_VBoxManage-discardstate.dita"/>398 <topicref href="topics/man_VBoxManage-encryptmedium.dita"/>399 <topicref href="topics/man_VBoxManage-encryptvm.dita"/>400 <topicref href="topics/man_VBoxManage-export.dita"/>401 <topicref href="topics/man_VBoxManage-extpack.dita"/>402 <topicref href="topics/man_VBoxManage-getextradata.dita"/>403 <topicref href="topics/man_VBoxManage-guestcontrol.dita"/>404 <topicref href="topics/man_VBoxManage-guestproperty.dita"/>405 <topicref href="topics/man_VBoxManage-hostonlyif.dita"/>406 <topicref href="topics/man_VBoxManage-hostonlynet.dita"/>407 <topicref href="topics/man_VBoxManage-import.dita"/>408 <topicref href="topics/man_VBoxManage-list.dita"/>409 <topicref href="topics/man_VBoxManage-mediumio.dita"/>410 <topicref href="topics/man_VBoxManage-mediumproperty.dita"/>411 <topicref href="topics/man_VBoxManage-metrics.dita"/>412 <topicref href="topics/man_VBoxManage-modifymedium.dita"/>413 <topicref href="topics/man_VBoxManage-modifynvram.dita"/>414 <topicref href="topics/man_VBoxManage-modifyvm.dita"/>415 <topicref href="topics/man_VBoxManage-movevm.dita"/>416 <topicref href="topics/man_VBoxManage-natnetwork.dita"/>417 <topicref href="topics/man_VBoxManage-registervm.dita"/>418 <topicref href="topics/man_VBoxManage-setextradata.dita"/>419 <topicref href="topics/man_VBoxManage-setproperty.dita"/>420 <topicref href="topics/man_VBoxManage-sharedfolder.dita"/>421 <topicref href="topics/man_VBoxManage-showmediuminfo.dita"/>422 <topicref href="topics/man_VBoxManage-showvminfo.dita"/>423 <topicref href="topics/man_VBoxManage-signova.dita"/>424 <topicref href="topics/man_VBoxManage-snapshot.dita"/>425 <topicref href="topics/man_VBoxManage-startvm.dita"/>426 <topicref href="topics/man_VBoxManage-storageattach.dita"/>427 <topicref href="topics/man_VBoxManage-storagectl.dita"/>428 <topicref href="topics/man_VBoxManage-unattended.dita"/>429 <topicref href="topics/man_VBoxManage-unregistervm.dita"/>430 <topicref href="topics/man_VBoxManage-updatecheck.dita"/>431 <topicref href="topics/man_VBoxManage-usbdevsource.dita"/>432 <topicref href="topics/man_VBoxManage-usbfilter.dita"/>384 <topicref format="ditamap" href="topics/man_VBoxManage-adoptstate.ditamap"/> 385 <topicref format="ditamap" href="topics/man_VBoxManage-bandwidthctl.ditamap"/> 386 <topicref format="ditamap" href="topics/man_VBoxManage-checkmediumpwd.ditamap"/> 387 <topicref format="ditamap" href="topics/man_VBoxManage-clonemedium.ditamap"/> 388 <topicref format="ditamap" href="topics/man_VBoxManage-clonevm.ditamap"/> 389 <topicref format="ditamap" href="topics/man_VBoxManage-closemedium.ditamap"/> 390 <topicref format="ditamap" href="topics/man_VBoxManage-cloud.ditamap"/> 391 <topicref format="ditamap" href="topics/man_VBoxManage-cloudprofile.ditamap"/> 392 <topicref format="ditamap" href="topics/man_VBoxManage-controlvm.ditamap"/> 393 <topicref format="ditamap" href="topics/man_VBoxManage-convertfromraw.ditamap"/> 394 <topicref format="ditamap" href="topics/man_VBoxManage-createmedium.ditamap"/> 395 <topicref format="ditamap" href="topics/man_VBoxManage-createvm.ditamap"/> 396 <topicref format="ditamap" href="topics/man_VBoxManage-debugvm.ditamap"/> 397 <topicref format="ditamap" href="topics/man_VBoxManage-dhcpserver.ditamap"/> 398 <topicref format="ditamap" href="topics/man_VBoxManage-discardstate.ditamap"/> 399 <topicref format="ditamap" href="topics/man_VBoxManage-encryptmedium.ditamap"/> 400 <topicref format="ditamap" href="topics/man_VBoxManage-encryptvm.ditamap"/> 401 <topicref format="ditamap" href="topics/man_VBoxManage-export.ditamap"/> 402 <topicref format="ditamap" href="topics/man_VBoxManage-extpack.ditamap"/> 403 <topicref format="ditamap" href="topics/man_VBoxManage-getextradata.ditamap"/> 404 <topicref format="ditamap" href="topics/man_VBoxManage-guestcontrol.ditamap"/> 405 <topicref format="ditamap" href="topics/man_VBoxManage-guestproperty.ditamap"/> 406 <topicref format="ditamap" href="topics/man_VBoxManage-hostonlyif.ditamap"/> 407 <topicref format="ditamap" href="topics/man_VBoxManage-hostonlynet.ditamap"/> 408 <topicref format="ditamap" href="topics/man_VBoxManage-import.ditamap"/> 409 <topicref format="ditamap" href="topics/man_VBoxManage-list.ditamap"/> 410 <topicref format="ditamap" href="topics/man_VBoxManage-mediumio.ditamap"/> 411 <topicref format="ditamap" href="topics/man_VBoxManage-mediumproperty.ditamap"/> 412 <topicref format="ditamap" href="topics/man_VBoxManage-metrics.ditamap"/> 413 <topicref format="ditamap" href="topics/man_VBoxManage-modifymedium.ditamap"/> 414 <topicref format="ditamap" href="topics/man_VBoxManage-modifynvram.ditamap"/> 415 <topicref format="ditamap" href="topics/man_VBoxManage-modifyvm.ditamap"/> 416 <topicref format="ditamap" href="topics/man_VBoxManage-movevm.ditamap"/> 417 <topicref format="ditamap" href="topics/man_VBoxManage-natnetwork.ditamap"/> 418 <topicref format="ditamap" href="topics/man_VBoxManage-registervm.ditamap"/> 419 <topicref format="ditamap" href="topics/man_VBoxManage-setextradata.ditamap"/> 420 <topicref format="ditamap" href="topics/man_VBoxManage-setproperty.ditamap"/> 421 <topicref format="ditamap" href="topics/man_VBoxManage-sharedfolder.ditamap"/> 422 <topicref format="ditamap" href="topics/man_VBoxManage-showmediuminfo.ditamap"/> 423 <topicref format="ditamap" href="topics/man_VBoxManage-showvminfo.ditamap"/> 424 <topicref format="ditamap" href="topics/man_VBoxManage-signova.ditamap"/> 425 <topicref format="ditamap" href="topics/man_VBoxManage-snapshot.ditamap"/> 426 <topicref format="ditamap" href="topics/man_VBoxManage-startvm.ditamap"/> 427 <topicref format="ditamap" href="topics/man_VBoxManage-storageattach.ditamap"/> 428 <topicref format="ditamap" href="topics/man_VBoxManage-storagectl.ditamap"/> 429 <topicref format="ditamap" href="topics/man_VBoxManage-unattended.ditamap"/> 430 <topicref format="ditamap" href="topics/man_VBoxManage-unregistervm.ditamap"/> 431 <topicref format="ditamap" href="topics/man_VBoxManage-updatecheck.ditamap"/> 432 <topicref format="ditamap" href="topics/man_VBoxManage-usbdevsource.ditamap"/> 433 <topicref format="ditamap" href="topics/man_VBoxManage-usbfilter.ditamap"/> 433 434 <!-- End sorted manpage topics. --> 434 <topicref href="topics/man_vboximg-mount.dita"/>435 <topicref format="ditamap" href="topics/man_vboximg-mount.ditamap"/> 435 436 </chapter> 436 437 … … 559 560 <topicref href="topics/vboxsvc-session-0-known-issues.dita"/> 560 561 </topicref> 561 <topicref href="topics/user_isomakercmd-man.dita"/>562 <topicref format="ditamap" href="topics/user_isomakercmd-man.ditamap"/> 562 563 </chapter> 563 564 <chapter href="topics/TechnicalBackground.dita"> -
trunk/doc/manual/en_US/dita/topics/auth-config-using.dita
r98549 r99497 21 21 configuration and is therefore potentially readable on the 22 22 host. See <xref href="storage-iscsi.dita">iSCSI Servers</xref> and 23 <xref href=" man_VBoxManage-storageattach.dita">VBoxManage storageattach</xref>.23 <xref href="vboxmanage-storageattach.dita">VBoxManage storageattach</xref>. 24 24 </p> 25 25 </li> -
trunk/doc/manual/en_US/dita/topics/clone.dita
r99182 r99497 182 182 <p> 183 183 You can also use the <userinput>VBoxManage clonevm</userinput> command 184 to clone a VM. See <xref href=" man_VBoxManage-clonevm.dita#vboxmanage-clonevm"/>.184 to clone a VM. See <xref href="vboxmanage-clonevm.dita"/>. 185 185 </p> 186 186 </body> -
trunk/doc/manual/en_US/dita/topics/cloningvdis.dita
r98549 r99497 10 10 However, you should <i>only</i> make copies of 11 11 virtual disk images using the utility supplied with 12 Oracle VM VirtualBox. See <xref href=" man_VBoxManage-clonemedium.dita#vboxmanage-clonemedium"/>.12 Oracle VM VirtualBox. See <xref href="vboxmanage-clonemedium.dita"/>. 13 13 This is because Oracle VM VirtualBox assigns a UUID to each disk image, 14 14 which is also stored inside the image, and Oracle VM VirtualBox will -
trunk/doc/manual/en_US/dita/topics/cloud-create-cloud-profile.dita
r98549 r99497 90 90 Automatically, by using the <userinput>VBoxManage 91 91 cloudprofile</userinput> command. See 92 <xref href=" man_VBoxManage-cloudprofile.dita#vboxmanage-cloudprofile"/>.92 <xref href="vboxmanage-cloudprofile.dita"/>. 93 93 </p> 94 94 </li> -
trunk/doc/manual/en_US/dita/topics/cloud-export-oci.dita
r99182 r99497 153 153 You can also use the <userinput>VBoxManage export</userinput> 154 154 command to export a VM to Oracle Cloud Infrastructure. See 155 <xref href=" man_VBoxManage-export.dita"/>.155 <xref href="vboxmanage-export.dita"/>. 156 156 </p> 157 157 </body> -
trunk/doc/manual/en_US/dita/topics/cloud-import-oci.dita
r99182 r99497 67 67 You can also use the <userinput>VBoxManage import</userinput> 68 68 command to import an instance from Oracle Cloud Infrastructure. See 69 <xref href=" man_VBoxManage-import.dita"/>.69 <xref href="vboxmanage-import.dita"/>. 70 70 </p> 71 71 </body> -
trunk/doc/manual/en_US/dita/topics/cloud-using-cli.dita
r98549 r99497 81 81 <p> 82 82 For more details about the available commands for cloud 83 operations, see <xref href=" man_VBoxManage-cloud.dita#vboxmanage-cloud"/>.83 operations, see <xref href="vboxmanage-cloud.dita"/>. 84 84 </p> 85 85 </body> -
trunk/doc/manual/en_US/dita/topics/cloud-using-cloud-networks.dita
r98549 r99497 46 46 gateway instance and the IP address range used by the 47 47 tunneling network. See 48 <xref href=" man_VBoxManage-cloud.dita#vboxmanage-cloud"/>.48 <xref href="vboxmanage-cloud.dita"/>. 49 49 </p> 50 50 <p> -
trunk/doc/manual/en_US/dita/topics/collect-debug-info.dita
r98549 r99497 59 59 You can also use <userinput>VBoxManage debugvm</userinput> to create 60 60 a dump of a complete virtual machine. See 61 <xref href=" man_VBoxManage-debugvm.dita">VBoxManage debugvm</xref>.61 <xref href="vboxmanage-debugvm.dita">VBoxManage debugvm</xref>. 62 62 </p> 63 63 <p> -
trunk/doc/manual/en_US/dita/topics/cpuhotplug.dita
r98549 r99497 54 54 $ VBoxManage controlvm <varname>VM-name</varname> unplugcpu 3</pre> 55 55 <p> 56 See <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref> and57 <xref href=" man_VBoxManage-controlvm.dita">VBoxManage controlvm</xref> for details.56 See <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref> and 57 <xref href="vboxmanage-controlvm.dita">VBoxManage controlvm</xref> for details. 58 58 </p> 59 59 <p> -
trunk/doc/manual/en_US/dita/topics/create-vm-wizard-virtual-hard-disk.dita
r99182 r99497 120 120 or Linux guest, you will probably need several gigabytes for any 121 121 serious use. The limit of the image file size can be changed 122 later, see <xref href=" man_VBoxManage-modifymedium.dita#vboxmanage-modifymedium"/>.122 later, see <xref href="vboxmanage-modifymedium.dita"/>. 123 123 </p> 124 124 <note> -
trunk/doc/manual/en_US/dita/topics/guestadd-balloon.dita
r98549 r99497 71 71 the virtual machine in question and <varname>n</varname> 72 72 is the amount of memory to allocate from the guest in megabytes. 73 See <xref href=" man_VBoxManage-controlvm.dita#vboxmanage-controlvm"/>.73 See <xref href="vboxmanage-controlvm.dita"/>. 74 74 </p> 75 75 <p> … … 83 83 setting, like other <userinput>modifyvm</userinput> settings, and 84 84 therefore can only be set while the machine is shut down. See 85 <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.85 <xref href="vboxmanage-modifyvm.dita"/>. 86 86 </p> 87 87 </body> -
trunk/doc/manual/en_US/dita/topics/guestadd-guestcontrol.dita
r98549 r99497 26 26 <p> 27 27 To use these features, use the Oracle VM VirtualBox command line. See 28 <xref href=" man_VBoxManage-guestcontrol.dita#vboxmanage-guestcontrol"/>.28 <xref href="vboxmanage-guestcontrol.dita"/>. 29 29 </p> 30 30 </body> -
trunk/doc/manual/en_US/dita/topics/guestadd-guestprops.dita
r98549 r99497 54 54 A more flexible way to use this channel is with the 55 55 <userinput>VBoxManage guestproperty</userinput> command. See 56 <xref href=" man_VBoxManage-guestproperty.dita#vboxmanage-guestproperty"/>. For example, to have56 <xref href="vboxmanage-guestproperty.dita"/>. For example, to have 57 57 <i>all</i> the available guest properties for a 58 58 given running VM listed with their respective values, use this -
trunk/doc/manual/en_US/dita/topics/guestadd-pagefusion.dita
r98549 r99497 92 92 <codeph>Guest/RAM/Usage/Shared</codeph> will return the amount 93 93 of fused memory for a given VM. See 94 <xref href=" man_VBoxManage-metrics.dita#vboxmanage-metrics"/> for information on how to94 <xref href="vboxmanage-metrics.dita"/> for information on how to 95 95 query metrics. 96 96 </p> -
trunk/doc/manual/en_US/dita/topics/harddiskcontrollers.dita
r98549 r99497 115 115 <p> 116 116 To change the IDE compatibility mode settings for the SATA 117 controller, see <xref href=" man_VBoxManage-storagectl.dita#vboxmanage-storagectl"/>.117 controller, see <xref href="vboxmanage-storagectl.dita"/>. 118 118 </p> 119 119 </li> -
trunk/doc/manual/en_US/dita/topics/hdimagewrites.dita
r98549 r99497 17 17 mark an existing image with one of the non-standard modes listed 18 18 below, use <userinput>VBoxManage modifymedium</userinput>. See 19 <xref href=" man_VBoxManage-modifymedium.dita#vboxmanage-modifymedium"/>. Alternatively, use19 <xref href="vboxmanage-modifymedium.dita"/>. Alternatively, use 20 20 <userinput>VBoxManage storageattach</userinput> to attach the image to 21 21 a VM and specify the <codeph>--mtype</codeph> argument. See 22 <xref href=" man_VBoxManage-storageattach.dita#vboxmanage-storageattach"/>.22 <xref href="vboxmanage-storageattach.dita"/>. 23 23 </p> 24 24 <p> … … 136 136 <codeph>autoreset</codeph> parameter of <userinput>VBoxManage 137 137 modifymedium</userinput>. See 138 <xref href=" man_VBoxManage-modifymedium.dita#vboxmanage-modifymedium"/>.138 <xref href="vboxmanage-modifymedium.dita"/>. 139 139 </p> 140 140 </li> -
trunk/doc/manual/en_US/dita/topics/install-ext-pack-manager.dita
r98549 r99497 52 52 Alternatively, you can use the <userinput>VBoxManage</userinput> 53 53 command line to install and manage Oracle VM VirtualBox extension 54 packs. See <xref href=" man_VBoxManage-extpack.dita#vboxmanage-extpack"/>.54 packs. See <xref href="vboxmanage-extpack.dita"/>. 55 55 </p> 56 56 </body> -
trunk/doc/manual/en_US/dita/topics/intro-removing.dita
r98549 r99497 46 46 <p> 47 47 You can also use the <userinput>VBoxManage movevm</userinput> 48 command to move a VM. See <xref href=" man_VBoxManage-movevm.dita#vboxmanage-movevm"/>.48 command to move a VM. See <xref href="vboxmanage-movevm.dita"/>. 49 49 </p> 50 50 </li> -
trunk/doc/manual/en_US/dita/topics/iocaching.dita
r98549 r99497 89 89 <pre xml:space="preserve">VBoxManage storagectl "VM name" --name <controllername> --hostiocache off</pre> 90 90 <p> 91 See <xref href=" man_VBoxManage-storagectl.dita#vboxmanage-storagectl"/>.91 See <xref href="vboxmanage-storagectl.dita"/>. 92 92 </p> 93 93 <p> -
trunk/doc/manual/en_US/dita/topics/iscsi-intnet.dita
r98549 r99497 11 11 <xref href="storage-iscsi.dita">iSCSI Servers</xref>, 12 12 <xref href="network_internal.dita">Internal Networking</xref>, and 13 <xref href=" man_VBoxManage-storageattach.dita">VBoxManage storageattach</xref>.13 <xref href="vboxmanage-storageattach.dita">VBoxManage storageattach</xref>. 14 14 </p> 15 15 <p> -
trunk/doc/manual/en_US/dita/topics/natforward.dita
r98549 r99497 38 38 Alternatively, the command line tool 39 39 <userinput>VBoxManage</userinput> can be used. See 40 <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.40 <xref href="vboxmanage-modifyvm.dita"/>. 41 41 </p> 42 42 <p> … … 90 90 <p> 91 91 It is possible to configure incoming NAT connections while the 92 VM is running, see <xref href=" man_VBoxManage-controlvm.dita#vboxmanage-controlvm"/>.92 VM is running, see <xref href="vboxmanage-controlvm.dita"/>. 93 93 </p> 94 94 </body> -
trunk/doc/manual/en_US/dita/topics/nested-virt.dita
r98549 r99497 36 36 <userinput>VBoxManage modifyvm</userinput> command to enable or 37 37 disable nested virtualization. See 38 <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref>.38 <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. 39 39 </p> 40 40 </li> -
trunk/doc/manual/en_US/dita/topics/nestedpaging.dita
r98549 r99497 47 47 to 5%. To enable this feature for a VM, you use the 48 48 <userinput>VBoxManage modifyvm --large-pages</userinput> command. 49 See <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref>.49 See <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. 50 50 </p> 51 51 <p> … … 66 66 <userinput>VBoxManage modifyvm --vtx-vpid</userinput> and 67 67 <userinput>VBoxManage modifyvm --large-pages</userinput> commands. 68 See <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref>.68 See <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. 69 69 </p> 70 70 </li> -
trunk/doc/manual/en_US/dita/topics/network_cloud.dita
r98549 r99497 32 32 On the command line, use <userinput>VBoxManage modifyvm 33 33 vmname --nic <varname>x</varname> cloud</userinput>. See 34 <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.34 <xref href="vboxmanage-modifyvm.dita"/>. 35 35 </p> 36 36 </li> -
trunk/doc/manual/en_US/dita/topics/network_hostonly.dita
r98549 r99497 76 76 On the command line, use <userinput>VBoxManage modifyvm 77 77 vmname --nic <varname>x</varname> hostonly</userinput>. See 78 <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.78 <xref href="vboxmanage-modifyvm.dita"/>. 79 79 </p> 80 80 </li> … … 104 104 Alternatively, you can use the <userinput>VBoxManage 105 105 dhcpserver</userinput> command. See 106 <xref href=" man_VBoxManage-dhcpserver.dita#vboxmanage-dhcpserver"/>.106 <xref href="vboxmanage-dhcpserver.dita"/>. 107 107 </p> 108 108 </li> -
trunk/doc/manual/en_US/dita/topics/network_internal.dita
r98549 r99497 71 71 to use static IP addresses, you may want to use the DHCP server 72 72 that is built into Oracle VM VirtualBox to manage IP addresses for the 73 internal network. See <xref href=" man_VBoxManage-dhcpserver.dita#vboxmanage-dhcpserver"/>.73 internal network. See <xref href="vboxmanage-dhcpserver.dita"/>. 74 74 </p> 75 75 <p> -
trunk/doc/manual/en_US/dita/topics/network_performance.dita
r99016 r99497 79 79 Settings</b> dialog for the network adaptor or use the 80 80 command line tool <userinput>VBoxManage</userinput>. See 81 <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.81 <xref href="vboxmanage-modifyvm.dita"/>. 82 82 </p> 83 83 <p> -
trunk/doc/manual/en_US/dita/topics/networkingdetails.dita
r98549 r99497 30 30 can configure all eight network cards on the command line using 31 31 <userinput>VBoxManage modifyvm</userinput>. See 32 <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.32 <xref href="vboxmanage-modifyvm.dita"/>. 33 33 </p> 34 34 <p> -
trunk/doc/manual/en_US/dita/topics/ovf-export-appliance.dita
r98549 r99497 94 94 <p> 95 95 You can use the <userinput>VBoxManage export</userinput> command to 96 export an appliance. See <xref href=" man_VBoxManage-export.dita#vboxmanage-export"/>.96 export an appliance. See <xref href="vboxmanage-export.dita"/>. 97 97 </p> 98 98 </body> -
trunk/doc/manual/en_US/dita/topics/ovf-import-appliance.dita
r99182 r99497 104 104 <p> 105 105 You can use the <userinput>VBoxManage import</userinput> command to 106 import an appliance. See <xref href=" man_VBoxManage-import.dita#vboxmanage-import"/>.106 import an appliance. See <xref href="vboxmanage-import.dita"/>. 107 107 </p> 108 108 </body> -
trunk/doc/manual/en_US/dita/topics/serialports.dita
r99016 r99497 38 38 You can use either the Settings tabs or the 39 39 <userinput>VBoxManage</userinput> command to set up virtual serial 40 ports. For the latter, see <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>40 ports. For the latter, see <xref href="vboxmanage-modifyvm.dita"/> 41 41 for information on the <codeph>--uart</codeph>, 42 42 <codeph>--uart-mode</codeph> and <codeph>--uart-type</codeph> -
trunk/doc/manual/en_US/dita/topics/settings-acceleration.dita
r99016 r99497 17 17 available are documented under the 18 18 <codeph>--paravirt-provider</codeph> option in 19 <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>. For further details19 <xref href="vboxmanage-modifyvm.dita"/>. For further details 20 20 on the paravirtualization providers, see 21 21 <xref href="gimproviders.dita">Paravirtualization Providers</xref>. -
trunk/doc/manual/en_US/dita/topics/settings-motherboard.dita
r99016 r99497 41 41 VM will attempt to boot from a network using the PXE 42 42 mechanism. This needs to be configured in detail on the 43 command line. See <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.43 command line. See <xref href="vboxmanage-modifyvm.dita"/>. 44 44 </p> 45 45 </li> … … 154 154 Linux support ACPI, it is also enabled by default in 155 155 Oracle VM VirtualBox. ACPI can only be turned off using the command 156 line. See <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.156 line. See <xref href="vboxmanage-modifyvm.dita"/>. 157 157 </p> 158 158 <note type="attention"> -
trunk/doc/manual/en_US/dita/topics/sharedfolders.dita
r99016 r99497 58 58 <pre xml:space="preserve">VBoxManage sharedfolder add "VM name" --name "sharename" --hostpath "C:\test"</pre> 59 59 <p> 60 See <xref href=" man_VBoxManage-sharedfolder.dita#vboxmanage-sharedfolder"/>.60 See <xref href="vboxmanage-sharedfolder.dita"/>. 61 61 </p> 62 62 </li> -
trunk/doc/manual/en_US/dita/topics/storage-cds.dita
r99016 r99497 89 89 <codeph>--passthrough</codeph> option of the <userinput>VBoxManage 90 90 storageattach</userinput> command. See 91 <xref href=" man_VBoxManage-storageattach.dita#vboxmanage-storageattach"/>.91 <xref href="vboxmanage-storageattach.dita"/>. 92 92 </p> 93 93 <p> -
trunk/doc/manual/en_US/dita/topics/storage-iscsi.dita
r99016 r99497 28 28 iSCSI standard and should work with all standard-conforming iSCSI 29 29 targets. To use an iSCSI target with Oracle VM VirtualBox, you must use 30 the command line. See <xref href=" man_VBoxManage-storageattach.dita#vboxmanage-storageattach"/>.30 the command line. See <xref href="vboxmanage-storageattach.dita"/>. 31 31 </p> 32 32 </body> -
trunk/doc/manual/en_US/dita/topics/teleporting.dita
r99016 r99497 76 76 <varname>port</varname> is a TCP/IP port number to be 77 77 used on both the source and the target hosts. For example, use 78 6000. See <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref>.78 6000. See <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. 79 79 </p> 80 80 </li> … … 102 102 teleport request, and <varname>port</varname> must be 103 103 the same number as specified in the command on the target 104 host. See <xref href=" man_VBoxManage-controlvm.dita">VBoxManage controlvm</xref>.104 host. See <xref href="vboxmanage-controlvm.dita">VBoxManage controlvm</xref>. 105 105 </p> 106 106 </li> … … 123 123 capabilities with the <userinput>VBoxManage modifyvm 124 124 --cpuid-portability-level</userinput> command. See 125 <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref>.125 <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. 126 126 </p> 127 127 </note> -
trunk/doc/manual/en_US/dita/topics/ts_guest-core-format.dita
r99016 r99497 8 8 Oracle VM VirtualBox uses the 64-bit ELF format for its VM core files 9 9 created by <userinput>VBoxManage debugvm</userinput>, see 10 <xref href=" man_VBoxManage-debugvm.dita">VBoxManage debugvm</xref>. The VM core file contain10 <xref href="vboxmanage-debugvm.dita">VBoxManage debugvm</xref>. The VM core file contain 11 11 the memory and CPU dumps of the VM and can be useful for 12 12 debugging your guest OS. The 64-bit ELF object format -
trunk/doc/manual/en_US/dita/topics/vbox-auth.dita
r99016 r99497 11 11 modifyvm</userinput> command with the 12 12 <codeph>--vrde-auth-type</codeph> option. See 13 <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref>. The following methods of13 <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. The following methods of 14 14 authentication are available: 15 15 </p> -
trunk/doc/manual/en_US/dita/topics/vboxconfigdata-machine-folder.dita
r99016 r99497 98 98 <b outputclass="bold">General</b> tab. Alternatively, use 99 99 the <userinput>VBoxManage setproperty machinefolder</userinput> 100 command. See <xref href=" man_VBoxManage-setproperty.dita">VBoxManage setproperty</xref>.100 command. See <xref href="vboxmanage-setproperty.dita">VBoxManage setproperty</xref>. 101 101 </p> 102 102 </body> -
trunk/doc/manual/en_US/dita/topics/vboxmanage-general.dita
r99016 r99497 35 35 be stored in encrypted form for security reasons. At the moment, 36 36 the only encrypted setting is the iSCSI initiator secret, see 37 <xref href=" man_VBoxManage-storageattach.dita"/>. As long as no37 <xref href="vboxmanage-storageattach.dita"/>. As long as no 38 38 settings password is specified, this information is stored in 39 39 <i>plain text</i>. After using the -
trunk/doc/manual/en_US/dita/topics/vboxmanage-intro.dita
r99016 r99497 102 102 <p> 103 103 For more details, see 104 <xref href=" man_VBoxManage-createvm.dita#vboxmanage-createvm"/>.104 <xref href="vboxmanage-createvm.dita"/>. 105 105 </p> 106 106 </li> … … 109 109 To show the configuration of a particular VM, use 110 110 <userinput>VBoxManage showvminfo</userinput>. See 111 <xref href=" man_VBoxManage-showvminfo.dita#vboxmanage-showvminfo"/> for details111 <xref href="vboxmanage-showvminfo.dita"/> for details 112 112 and an example. 113 113 </p> … … 120 120 <pre xml:space="preserve">VBoxManage modifyvm "Windows XP" --memory 512</pre> 121 121 <p> 122 See also <xref href=" man_VBoxManage-modifyvm.dita#vboxmanage-modifyvm"/>.122 See also <xref href="vboxmanage-modifyvm.dita"/>. 123 123 </p> 124 124 </li> … … 129 129 storagectl</userinput> and <userinput>VBoxManage 130 130 storageattach</userinput>. See 131 <xref href=" man_VBoxManage-storagectl.dita#vboxmanage-storagectl"/> and132 <xref href=" man_VBoxManage-storageattach.dita#vboxmanage-storageattach"/>.131 <xref href="vboxmanage-storagectl.dita"/> and 132 <xref href="vboxmanage-storageattach.dita"/>. 133 133 </p> 134 134 </li> … … 142 142 To start a VM that is currently powered off, use 143 143 <userinput>VBoxManage startvm</userinput>. See 144 <xref href=" man_VBoxManage-startvm.dita#vboxmanage-startvm"/>.144 <xref href="vboxmanage-startvm.dita"/>. 145 145 </p> 146 146 </li> … … 150 150 some of its settings, use <userinput>VBoxManage 151 151 controlvm</userinput>. See 152 <xref href=" man_VBoxManage-controlvm.dita#vboxmanage-controlvm"/>.152 <xref href="vboxmanage-controlvm.dita"/>. 153 153 </p> 154 154 </li> -
trunk/doc/manual/en_US/dita/topics/vdidetails.dita
r99016 r99497 17 17 to a physical disk however, Oracle VM VirtualBox enables you to expand 18 18 an image file after creation, even if it has data already. See 19 <xref href=" man_VBoxManage-modifymedium.dita#vboxmanage-modifymedium"/>.19 <xref href="vboxmanage-modifymedium.dita"/>. 20 20 </p> 21 21 <p> -
trunk/doc/manual/en_US/dita/topics/vrde.dita
r99016 r99497 60 60 5000,5010-5012</userinput> configures the server to bind to one of 61 61 the ports 5000, 5010, 5011, or 5012. See 62 <xref href=" man_VBoxManage-modifyvm.dita">VBoxManage modifyvm</xref>.62 <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. 63 63 </p> 64 64 <p> -
trunk/doc/manual/en_US/man_VBoxManage-guestcontrol.xml
r99266 r99497 369 369 </refsynopsisdiv> 370 370 371 <refsect1 >371 <refsect1 id="vboxmange-guestcontrol-description"> 372 372 <title>Description</title> 373 373 <para> … … 376 376 <xref linkend="guestadd-guestcontrol" />. 377 377 </para> 378 <refsect2 >378 <refsect2 id="vboxmanage-guestcontrol-common"> 379 379 <title>Common Options and Operands</title> 380 380 <para> … … 466 466 </variablelist> 467 467 </refsect2> 468 <refsect2 >468 <refsect2 id="vboxmanage-guestcontrol-process-restrictions"> 469 469 <title>Guest Process Restrictions</title> 470 470 <para> … … 1289 1289 </refsect1> 1290 1290 1291 <refsect1 >1291 <refsect1 id="vboxmanage-guestcontrol-examples"> 1292 1292 <title>Examples</title> 1293 1293 <remark role="help-scope" condition="GLOBAL"/> -
trunk/doc/manual/en_US/man_VBoxManage-guestproperty.xml
r99154 r99497 102 102 </refsynopsisdiv> 103 103 104 <refsect1 >104 <refsect1 id="vboxmanage-guestproperty-description"> 105 105 <title>Description</title> 106 106 <para> … … 116 116 <literal>/VirtualBox/</literal>. 117 117 </para> 118 <refsect2 >118 <refsect2 id="vboxmanage-guestproperty-common"> 119 119 <title>General Command Operand</title> 120 120 <variablelist> … … 342 342 </refsect1> 343 343 344 <refsect1 >344 <refsect1 id="vboxmanage-guestproperty-examples"> 345 345 <title>Examples</title> 346 346 <remark role="help-scope" condition="GLOBAL" /> -
trunk/doc/manual/en_US/man_VBoxManage-import.xml
r98103 r99497 102 102 </refsynopsisdiv> 103 103 104 <refsect1 >104 <refsect1 id="vboxmanage-import-description"> 105 105 <title>Description</title> 106 106 <para> … … 132 132 VM instance. The temporary file is deleted after successful import. 133 133 </para> 134 <refsect2 >134 <refsect2 id="vboxmanage-import-common-options"> 135 135 <title>Common Options</title> 136 136 <variablelist> … … 364 364 </refsect1> 365 365 366 <refsect1 >366 <refsect1 id="vboxmanage-import-examples"> 367 367 <title>Examples</title> 368 368 <remark role="help-scope" condition="GLOBAL"/> -
trunk/doc/manual/en_US/man_VBoxManage-metrics.xml
r98103 r99497 111 111 </refsynopsisdiv> 112 112 113 <refsect1 >113 <refsect1 id="vboxmanage-metrics-description"> 114 114 <title>Description</title> 115 115 <para> … … 138 138 the VM shuts down. 139 139 </para> 140 <refsect2 >140 <refsect2 id="vboxmange-metrics-description-metrics"> 141 141 <title>Metrics</title> 142 142 <para> … … 399 399 </refsect1> 400 400 401 <refsect1 >401 <refsect1 id="vboxmange-metrics-examples"> 402 402 <title>Examples</title> 403 403 <remark role="help-scope" condition="GLOBAL"/> -
trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml
r99192 r99497 674 674 </refsynopsisdiv> 675 675 676 <refsect1 >676 <refsect1 id="vboxmanage-modifyvm-description"> 677 677 <title>Description</title> 678 678 <para> … … 2789 2789 </refsect1> 2790 2790 2791 <refsect1 >2791 <refsect1 id="vboxmanage-modifyvm-examples"> 2792 2792 <title>Examples</title> 2793 2793 <remark role="help-scope" condition="GLOBAL" /> … … 2804 2804 </refsect1> 2805 2805 2806 <refsect1 >2806 <refsect1 id="vboxmanage-modifyvm-see-also"> 2807 2807 <title>See Also</title> 2808 2808 <para> -
trunk/doc/manual/en_US/man_VBoxManage-snapshot.xml
r99154 r99497 155 155 </refsynopsisdiv> 156 156 157 <refsect1 >157 <refsect1 id="vboxmanage-snapshot-description"> 158 158 <title>Description</title> 159 159 <para> … … 183 183 VM for which you want to take a snapshot. 184 184 </para> 185 <refsect2 >185 <refsect2 id="vboxmanage-snapshot-common-args"> 186 186 <title>General Command Operand</title> 187 187 <variablelist> … … 379 379 </refsect1> 380 380 381 <refsect1 >381 <refsect1 id="vboxmanage-snapshot-examples"> 382 382 <title>Examples</title> 383 383 <remark role="help-scope" condition="GLOBAL"/> -
trunk/doc/manual/en_US/man_VBoxManage-usbfilter.xml
r98103 r99497 103 103 </refsynopsisdiv> 104 104 105 <refsect1 >105 <refsect1 id="vboxmanage-usbfilter-description"> 106 106 <title>Description</title> 107 107 <para> … … 125 125 available. 126 126 </para> 127 <refsect2 >127 <refsect2 id="vboxmanage-usbfilter-common"> 128 128 <title>Common Operand and Options</title> 129 129 <variablelist> … … 301 301 </refsect1> 302 302 303 <refsect1 >303 <refsect1 id="vboxmanage-usbfilter-examples"> 304 304 <title>Examples</title> 305 305 <remark role="help-scope" condition="GLOBAL" /> -
trunk/doc/manual/pdf-theme-UserManual.yaml
r99271 r99497 135 135 h4: 136 136 font-size: 12pt 137 font-weight: bold 137 138 font-style: italic 138 space-before: 12pt 139 title-numbering: false 139 space-before: 15pt 140 start-indent: 'from-parent(start-indent)' 141 title-numbering: true 140 142 141 143 link:
Note:
See TracChangeset
for help on using the changeset viewer.