VirtualBox

Changeset 40461 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Mar 14, 2012 12:12:57 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76826
Message:

Manual: Fixed + added ref-IDs in troubleshoot section, fixed template error.

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

Legend:

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

    r39922 r40461  
    7979                <para>Certain Linux kernel releases have bugs that prevent
    8080                them from executing in a virtual environment; please see <xref
    81                 linkend="trouble-linux-buggy" /> for details.</para>
     81                linkend="ts_linux-buggy" /> for details.</para>
    8282              </note></para>
    8383          </glossdef>
     
    12851285      <computeroutput>/proc/bus/usb/devices</computeroutput> will show you
    12861286      which devices are currently claimed. Please refer to <xref
    1287       linkend="usb_linux" /> also for details about
     1287      linkend="ts_usb-linux" /> also for details about
    12881288      <computeroutput>usbfs</computeroutput>.</para>
    12891289    </sect2>
  • trunk/doc/manual/en_US/user_Frontends.xml

    r38504 r40461  
    345345      that <computeroutput>rdesktop-vrdp</computeroutput> can access USB
    346346      devices only through <computeroutput>/proc/bus/usb</computeroutput>.
    347       Please refer to <xref linkend="usb_linux" /> for further details on how
     347      Please refer to <xref linkend="ts_usb-linux" /> for further details on how
    348348      to properly set up the permissions. Furthermore it is advisable to
    349349      disable automatic loading of any host driver on the remote host which
  • trunk/doc/manual/en_US/user_Installation.xml

    r39121 r40461  
    415415        module was successfully built, the installation script will attempt to
    416416        load that module. If this fails, please see <xref
    417         linkend="linuxkernelmodulefailstoload" /> for further
     417        linkend="ts_linux-kernelmodule-fails-to-load" /> for further
    418418        information.</para>
    419419
  • trunk/doc/manual/en_US/user_Troubleshooting.xml

    r40460 r40461  
    156156
    157157    <sect2>
    158       <title id="debugger">The built-in VM debugger</title>
     158      <title id="ts_debugger">The built-in VM debugger</title>
    159159
    160160      <para>VirtualBox includes a built-in VM debugger, which advanced users
     
    306306          <listitem>
    307307            <para><computeroutput>writecore</computeroutput> -- writes a VM
    308             core file to disk, refer <xref linkend="guestcoreformat" /></para>
     308            core file to disk, refer <xref linkend="ts_guest-core-format" /></para>
    309309          </listitem>
    310310        </itemizedlist></para>
     
    406406    </sect2>
    407407
    408     <sect2 id="guestcoreformat">
     408    <sect2 id="ts_guest-core-format">
    409409      <title>VM core format</title>
    410410
     
    457457    <title>General</title>
    458458
    459     <sect2 id="configPeriodicFlush">
     459    <sect2 id="ts_config-periodic-flush">
    460460      <title>Guest shows IDE/SATA errors for file-based images on slow host
    461461      file system</title>
     
    543543
    544544      <para>Note that this doesn't affect the flushes performed according to
    545       the configuration described in <xref linkend="configPeriodicFlush"
     545      the configuration described in <xref linkend="ts_config-periodic-flush"
    546546      xrefstyle="template: %n" />. Restoring the default of ignoring flush
    547547      commands is possible by setting the value to 1 or by removing the
     
    549549    </sect2>
    550550
    551     <sect2 id="hostPowerMgmt">
     551    <sect2 id="ts_host-powermgmt">
    552552      <title>Poor performance caused by host power management</title>
    553553
     
    569569    </sect2>
    570570
    571     <sect2 id="gui2D_grayedout">
     571    <sect2 id="ts_gui-2d-grayed-out">
    572572      <title>GUI: 2D Video Acceleration option is grayed out</title>
    573573
     
    781781    </sect2>
    782782
    783     <sect2>
     783    <sect2 id="ts_d3d8-d3d9-restore">
    784784      <title>Restoring d3d8.dll and d3d9.dll</title>
    785785
     
    919919    </sect2>
    920920
    921     <sect2 id="trouble-linux-buggy">
     921    <sect2 id="ts_linux-buggy">
    922922      <title>Buggy Linux 2.6 kernel versions</title>
    923923
     
    11501150    <title>Linux hosts</title>
    11511151
    1152     <sect2 id="linuxkernelmodulefailstoload">
     1152    <sect2 id="ts_linux-kernelmodule-fails-to-load">
    11531153      <title>Linux kernel module refuses to load</title>
    11541154
     
    12921292    </sect2>
    12931293
    1294     <sect2 id="usb_linux">
     1294    <sect2 id="ts_usb-linux">
    12951295      <title>USB not working</title>
    12961296
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r40401 r40461  
    23042304
    23052305Value: 2006.01.01</screen>
    2306     <para>To remove a key, the <computeroutput>setextradata</computeroutput> 
    2307     command must be run without specifying data (only the key), for example: 
     2306    <para>To remove a key, the <computeroutput>setextradata</computeroutput>
     2307    command must be run without specifying data (only the key), for example:
    23082308    </para>
    23092309
     
    27322732
    27332733          <para>To raise or lower the guest process execution limit, either the guest
    2734           property <computerouptut>/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept</computerouptut>
     2734          property <computeroutput>/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept</computeroutput>
    27352735          or VBoxService' command line by specifying <computeroutput>--control-procs-max-kept</computeroutput>
    27362736          needs to be modified. A restart of the guest OS is required afterwards. To serve unlimited
     
    30323032    <para>The "debugvm" commands are for experts who want to tinker with the
    30333033    exact details of virtual machine execution. Like the VM debugger described
    3034     in <xref linkend="debugger" />, these commands are only useful if you are
     3034    in <xref linkend="ts_debugger" />, these commands are only useful if you are
    30353035    very familiar with the details of the PC architecture and how to debug
    30363036    software.</para>
     
    30433043          running VM, which will be written into the given file. This file
    30443044          will have the standard ELF core format (with custom sections); see
    3045           <xref linkend="guestcoreformat" />.</para>
     3045          <xref linkend="ts_guest-core-format" />.</para>
    30463046
    30473047          <para>This corresponds to the
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette