VirtualBox

Changeset 105499 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Jul 25, 2024 8:56:29 AM (4 months ago)
Author:
vboxsync
Message:

Docs: ​More whitespace fixes.

Location:
trunk/doc/manual/en_US/dita/topics
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/dita/topics/autologon_unix.dita

    r105335 r105499  
    3939      </li>
    4040      <li>
    41         <p> If authentication against the shadow database using <filepath>pam_unix.so</filepath> or
     41        <p>If authentication against the shadow database using <filepath>pam_unix.so</filepath> or
    4242            <filepath>pam_unix2.so</filepath> is required, the argument <codeph>try_first_pass</codeph> for
    4343            <filepath>pam_unix.so</filepath> or <codeph>use_first_pass</codeph> for <filepath>pam_unix2.so</filepath> is
  • trunk/doc/manual/en_US/dita/topics/cloud-vm-clone.dita

    r105289 r105499  
    2424      <li>
    2525        <p>Click <b>OK</b> to create the clone and the related <ph conkeyref="vbox-conkeyref-phrases/oci"/> instance.
    26           The new instance is started automatically. </p>   
     26          The new instance is started automatically.</p>   
    2727        <p>The new cloud VM is shown in the <b outputclass="bold">OCI</b> group in <ph
    2828            conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. </p>
  • trunk/doc/manual/en_US/dita/topics/harddiskcontrollers.dita

    r105335 r105499  
    3131          found. </p>
    3232        <p>After you have created a new virtual machine with the <b outputclass="bold">New Virtual Machine</b> wizard in
    33           <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, you will typically see one IDE controller in the
     33            <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, you will typically see one IDE controller in the
    3434          machine's <b outputclass="bold">Storage</b> settings. The virtual CD/DVD drive will be attached to one of the
    3535          four ports of this controller. </p>
     
    7070            Controller</b> under the Storage Tree box and then select <b outputclass="bold">Add SATA Controller</b>. The
    7171          new controller appears as a separate PCI device in the virtual machine, and you can add virtual disks to it. </p>
    72         <p> To change the IDE compatibility mode settings for the SATA controller, see <xref
     72        <p>To change the IDE compatibility mode settings for the SATA controller, see <xref
    7373            href="vboxmanage-storagectl.dita"/>. </p>
    7474      </li>
  • trunk/doc/manual/en_US/dita/topics/iocaching.dita

    r105335 r105499  
    4949      controller: </p>
    5050    <pre xml:space="preserve">VBoxManage storagectl "VM name" --name &lt;controllername&gt; --hostiocache off</pre>
    51     <p> See <xref href="vboxmanage-storagectl.dita"/>. </p>
     51    <p>See <xref href="vboxmanage-storagectl.dita"/>. </p>
    5252    <p>For the above reasons, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses SATA controllers by default for
    5353      new virtual machines. </p>
  • trunk/doc/manual/en_US/dita/topics/mountingadditionsiso.dita

    r105388 r105499  
    3939            directory, usually in <filepath>C:\Program files\Oracle\VirtualBox</filepath>. </li>
    4040          <li>
    41             <p> On macOS hosts, this file is in the application bundle of <ph
     41            <p>On macOS hosts, this file is in the application bundle of <ph
    4242                conkeyref="vbox-conkeyref-phrases/product-name"/>. Right-click the <ph
    4343                conkeyref="vbox-conkeyref-phrases/product-name"/> icon in Finder and choose <b outputclass="bold">Show
  • trunk/doc/manual/en_US/dita/topics/natforward.dita

    r105335 r105499  
    4545    <p>This example forwards all TCP traffic arriving on the localhost interface at 127.0.0.1 through port 2222 to port
    4646      22 in the guest. </p>
    47     <p> It is possible to configure incoming NAT connections while the VM is running, see <xref
     47    <p>It is possible to configure incoming NAT connections while the VM is running, see <xref
    4848        href="vboxmanage-controlvm.dita"/>. </p>
    4949  </body>
  • trunk/doc/manual/en_US/dita/topics/solariscodedumper.dita

    r105335 r105499  
    1212    <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> VBoxInternal2/CoreDumpDir <varname>path-to-directory</varname>
    1313               </pre>
    14     <p> Ensure the directory you specify is on a volume with sufficient free space and that the <ph
     14    <p>Ensure the directory you specify is on a volume with sufficient free space and that the <ph
    1515        conkeyref="vbox-conkeyref-phrases/product-name"/> process has sufficient permissions to write files to this
    1616      directory. If you skip this command and do not specify any core dump directory, the current directory of the <ph
     
    3333               </pre>
    3434    <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> CoreDumper creates core files of the form
    35       <filepath>core.vb.<varname>process-name</varname>.<varname>process-ID</varname>
     35          <filepath>core.vb.<varname>process-name</varname>.<varname>process-ID</varname>
    3636      </filepath> such as <filepath>core.vb.VBoxHeadless.11321</filepath>. </p>
    3737  </body>
  • trunk/doc/manual/en_US/dita/topics/vboxmanage-intro.dita

    r105300 r105499  
    5757                  </li>
    5858               </ul>
    59                <p>
    60       You can enter <userinput>VBoxManage list vms</userinput> to have all
    61       currently registered VMs listed with all their settings, including
    62       their respective names and UUIDs.
    63     </p>
    64                <p>
    65       Some typical examples of how to control <ph conkeyref = "vbox-conkeyref-phrases/product-name"/> from the
    66       command line are listed below:
    67     </p>
     59               <p>You can enter <userinput>VBoxManage list vms</userinput> to have all currently registered VMs listed
     60      with all their settings, including their respective names and UUIDs. </p>
     61               <p>Some typical examples of how to control <ph conkeyref="vbox-conkeyref-phrases/product-name"/> from the
     62      command line are listed below: </p>
    6863               <ul>
    6964                  <li>
    70                      <p>
    71           To create a new virtual machine from the command line and
    72           immediately register it with <ph conkeyref = "vbox-conkeyref-phrases/product-name"/>, use
    73           <userinput>VBoxManage createvm</userinput> with the
    74           <!--option not processed within -->--register option, as follows:
    75         </p>
     65                     <p>To create a new virtual machine from the command line and immediately register it with <ph
     66            conkeyref="vbox-conkeyref-phrases/product-name"/>, use <userinput>VBoxManage createvm</userinput> with the
     67          <!--option not processed within -->--register option, as follows: </p>
    7668                     <pre xml:space="preserve">$ VBoxManage createvm --name "SUSE 10.2" --register
    7769VirtualBox Command Line Management Interface Version <varname>version-number</varname>
     
    8274UUID: c89fc351-8ec6-4f02-a048-57f4d25288e5
    8375Settings file: '/home/username/.config/VirtualBox/Machines/SUSE 10.2/SUSE 10.2.xml'</pre>
    84                      <p>
    85           As can be seen from the above output, a new virtual machine
    86           has been created with a new UUID and a new XML settings file.
    87         </p>
     76                     <p>As can be seen from the above output, a new virtual machine has been created with a new UUID and
     77          a new XML settings file. </p>
    8878                     <p>
    8979          For more details, see
     
    9282                  </li>
    9383                  <li>
    94                      <p>
    95           To show the configuration of a particular VM, use
    96           <userinput>VBoxManage showvminfo</userinput>. See
    97           <xref href="vboxmanage-showvminfo.dita"/> for details
    98           and an example.
    99         </p>
     84                     <p>To show the configuration of a particular VM, use <userinput>VBoxManage showvminfo</userinput>.
     85          See <xref href="vboxmanage-showvminfo.dita"/> for details and an example. </p>
    10086                  </li>
    10187                  <li>
    102                      <p>
    103           To change settings while a VM is powered off, use
    104           <userinput>VBoxManage modifyvm</userinput>. For example:
    105         </p>
     88                     <p>To change settings while a VM is powered off, use <userinput>VBoxManage modifyvm</userinput>.
     89          For example: </p>
    10690                     <pre xml:space="preserve">VBoxManage modifyvm "Windows XP" --memory 512</pre>
    107                      <p>
    108           See also <xref href="vboxmanage-modifyvm.dita"/>.
    109         </p>
     91                     <p>See also <xref href="vboxmanage-modifyvm.dita"/>. </p>
    11092                  </li>
    11193                  <li>
    112                      <p>
    113           To change the storage configuration, such as to add a storage
    114           controller and then a virtual disk, use <userinput>VBoxManage
    115           storagectl</userinput> and <userinput>VBoxManage
    116           storageattach</userinput>. See
    117           <xref href="vboxmanage-storagectl.dita"/> and
    118           <xref href="vboxmanage-storageattach.dita"/>.
    119         </p>
     94                     <p>To change the storage configuration, such as to add a storage controller and then a virtual
     95          disk, use <userinput>VBoxManage storagectl</userinput> and <userinput>VBoxManage storageattach</userinput>.
     96          See <xref href="vboxmanage-storagectl.dita"/> and <xref href="vboxmanage-storageattach.dita"/>. </p>
    12097                  </li>
    12198                  <li>
    122                      <p>
    123           To control VM operation, use one of the following:
    124         </p>
     99                     <p>To control VM operation, use one of the following: </p>
    125100                     <ul>
    126101                        <li>
    127                            <p>
    128               To start a VM that is currently powered off, use
    129               <userinput>VBoxManage startvm</userinput>. See
    130               <xref href="vboxmanage-startvm.dita"/>.
    131             </p>
     102                           <p>To start a VM that is currently powered off, use <userinput>VBoxManage
     103              startvm</userinput>. See <xref href="vboxmanage-startvm.dita"/>. </p>
    132104                        </li>
    133105                        <li>
    134                            <p>
    135               To pause or save a VM that is currently running or change
    136               some of its settings, use <userinput>VBoxManage
    137               controlvm</userinput>. See
    138               <xref href="vboxmanage-controlvm.dita"/>.
    139             </p>
     106                           <p>To pause or save a VM that is currently running or change some of its settings, use
     107                <userinput>VBoxManage controlvm</userinput>. See <xref href="vboxmanage-controlvm.dita"/>. </p>
    140108                        </li>
    141109                     </ul>
Note: See TracChangeset for help on using the changeset viewer.

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