Changeset 56155 in vbox
- Timestamp:
- May 29, 2015 2:39:36 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100687
- Location:
- trunk/doc/manual
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r55638 r56155 323 323 $(VBOX_PATH_MANUAL_OUTBASE)/% : \ 324 324 $(VBOX_PATH_MANUAL_SRC)/% \ 325 $(VBOX_PATH_MANUAL_SRC)/usage-to-docbook-manual.xsl \ 325 326 $(VBOXMANAGEPATH) | $$(dir $$@) 326 327 $(call MSG_L1,Pre-processing [2] $(@F) to $@) 327 328 $(QUIET)$(RM) -f $@ [email protected] [email protected] 328 $(QUIET)$(SED) -e 's/\$$VBOX_VERSION_MAJOR/$(VBOX_VERSION_MAJOR)/g' \ 329 -e 's/\$$VBOX_VERSION_MINOR/$(VBOX_VERSION_MINOR)/g' \ 330 -e 's/\$$VBOX_VERSION_BUILD/$(VBOX_VERSION_BUILD)/g' \ 331 -e 's/\$$VBOX_VERSION_STRING/$(VBOX_VERSION_STRING)/g' \ 332 -e 's/\$$VBOX_VENDOR/$(VBOX_VENDOR)/g' \ 333 -e 's/\$$VBOX_PRODUCT/$(VBOX_PRODUCT)/g' \ 334 -e 's/\$$VBOX_C_YEAR/$(VBOX_C_YEAR)/g' \ 335 --output [email protected] $< 336 $(QUIET)$(SED) -e '1,/\$$VBOX_MANAGE_OUTPUT/!d' \ 337 -e 's/\$$VBOX_MANAGE_OUTPUT.*//' \ 338 --output $@ [email protected] 329 $(QUIET)$(SED) \ 330 -e 's/\$$VBOX_VERSION_MAJOR/$(VBOX_VERSION_MAJOR)/g' \ 331 -e 's/\$$VBOX_VERSION_MINOR/$(VBOX_VERSION_MINOR)/g' \ 332 -e 's/\$$VBOX_VERSION_BUILD/$(VBOX_VERSION_BUILD)/g' \ 333 -e 's/\$$VBOX_VERSION_STRING/$(VBOX_VERSION_STRING)/g' \ 334 -e 's/\$$VBOX_VENDOR/$(VBOX_VENDOR)/g' \ 335 -e 's/\$$VBOX_PRODUCT/$(VBOX_PRODUCT)/g' \ 336 -e 's/\$$VBOX_C_YEAR/$(VBOX_C_YEAR)/g' \ 337 --output [email protected] $< 338 $(QUIET)$(SED) \ 339 -e '1,/\$$VBOX_MANAGE_OUTPUT/!d' \ 340 -e 's/\$$VBOX_MANAGE_OUTPUT.*//' \ 341 --output [email protected] [email protected] 339 342 $(QUIET)$(REDIRECT) -wo [email protected] -E 'VBOX_LOG_FLAGS=disabled' -E 'VBOX_LOG_DEST=nofile' \ 340 343 $(if $(eq $(KBUILD_TARGET),darwin), -E 'DYLD_FALLBACK_LIBRARY_PATH=$(dir $(LIB_RUNTIME))') \ 341 344 -- \ 342 345 $(VBOXMANAGEPATH) --dumpopts 343 $(QUIET)$(SED) -e 's/</\</g' -e 's/>/\>/g' --append $@ [email protected] 344 $(QUIET)$(SED) -e '/\$$VBOX_MANAGE_OUTPUT/,$$!d' \ 345 -e 's/.*\$$VBOX_MANAGE_OUTPUT//' --append $@ [email protected] 346 $(QUIET)$(RM) -f [email protected] [email protected] 346 $(QUIET)$(SED) -e 's/</\</g' -e 's/>/\>/g' --append [email protected] [email protected] 347 $(QUIET)$(SED) \ 348 -e '/\$$VBOX_MANAGE_OUTPUT/,$$!d' \ 349 -e 's/.*\$$VBOX_MANAGE_OUTPUT//' \ 350 --append [email protected] [email protected] 351 $(QUIET)$(VBOX_XSLTPROC) --xinclude --nonet --output $@ \ 352 $(VBOX_PATH_MANUAL_SRC)/usage-to-docbook-manual.xsl \ 353 [email protected] 354 $(QUIET)$(RM) -f [email protected] [email protected] [email protected] 347 355 348 356 VBOX_MANUAL_APIREF_TMP = $(VBOX_PATH_MANUAL_OUTBASE)/en_US/SDKRef_apiref.xml -
trunk/doc/manual/en_US/user_VBoxManage.xml
r55959 r56155 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 user_VBoxManage.xml: 4 VBoxManage documentation for the user manual. 5 6 This XML document is also be used for generating the help text 7 built into VBoxManage as well as manpages (hacking in progress). 8 9 Copyright (C) 2006-2015 Oracle Corporation 10 11 This file is part of VirtualBox Open Source Edition (OSE), as 12 available from http://www.virtualbox.org. This file is free software; 13 you can redistribute it and/or modify it under the terms of the GNU 14 General Public License (GPL) as published by the Free Software 15 Foundation, in version 2 as it comes in the "COPYING" file of the 16 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 19 --> 2 20 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 3 21 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> … … 7 25 <sect1> 8 26 <title>Introduction</title> 27 <brief>xxxx - not-Australia, right, mate?</brief> 9 28 10 29 <para>As briefly mentioned in <xref linkend="frontends" />, VBoxManage is
Note:
See TracChangeset
for help on using the changeset viewer.