VirtualBox

Changeset 103454 in vbox


Ignore:
Timestamp:
Feb 19, 2024 3:27:46 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161785
Message:

doc/man_VBoxManage-{createvm,modifyvm}.xml,ImageMounter/vboximg-mount:
Fix some typographical errors in the user manual and the vboximg-mount
help output which were reported by external users. ticketref:21895
ticketref:21992 ticketref:21993

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-createvm.xml

    r103447 r103454  
    122122      </varlistentry>
    123123      <varlistentry>
    124         <term><option>--group=<replaceable>group-ID</replaceable>[,...]</option></term>
     124        <term><option>--groups=<replaceable>group-ID</replaceable>[,...]</option></term>
    125125        <listitem><para>
    126126            Assigns the VM to the specified groups. If you specify more
  • trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml

    r103085 r103454  
    11131113        </varlistentry>
    11141114        <varlistentry>
    1115           <term><option>--accelerated3d=on | off</option></term>
     1115          <term><option>--accelerate-3d=on | off</option></term>
    11161116          <listitem><para>
    11171117              Enables or disables hardware 3D acceleration for the
     
    11221122        </varlistentry>
    11231123        <varlistentry>
    1124           <term><option>--accelerated2dvideo=on | off</option></term>
     1124          <term><option>--accelerate-2d-video=on | off</option></term>
    11251125          <listitem><para>
    11261126              Enables or disables 2D video acceleration for the graphics
  • trunk/doc/manual/ru_RU/man_VBoxManage-createvm.xml

    r98103 r103454  
    5353      <arg>--basefolder=<replaceable>основная-папка</replaceable></arg>
    5454      <arg>--default</arg>
    55       <arg>--group=<replaceable>ID-группы</replaceable>,...</arg>
     55      <arg>--groups=<replaceable>ID-группы</replaceable>,...</arg>
    5656      <arg>--ostype=<replaceable>тип-ОС</replaceable></arg>
    5757      <arg>--register</arg>
     
    109109      </varlistentry>
    110110      <varlistentry>
    111         <term><option>--group=<replaceable>ID-группы</replaceable>,...</option></term>
     111        <term><option>--groups=<replaceable>ID-группы</replaceable>,...</option></term>
    112112        <listitem><para>
    113113            Назначает ВМ на указанные группы. Если указывается более
  • trunk/doc/manual/ru_RU/man_VBoxManage-modifyvm.xml

    r101035 r103454  
    10681068        </varlistentry>
    10691069        <varlistentry>
    1070           <term><option>--accelerated3d=on | off</option></term>
     1070          <term><option>--accelerate-3d=on | off</option></term>
    10711071          <listitem><para>
    10721072              Включает или выключает аппаратное 3D ускорение для
     
    10771077        </varlistentry>
    10781078        <varlistentry>
    1079           <term><option>--accelerated2dvideo=on | off</option></term>
     1079          <term><option>--accelerate-2d-video=on | off</option></term>
    10801080          <listitem><para>
    10811081              Включает или отключает 2D видео ускорение для графических
  • trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp

    r103436 r103454  
    255255    RTPrintf("\n"
    256256      "vboximg-mount is a utility to make VirtualBox disk images available to the host\n"
    257       "operating system for privileged or non-priviliged access. Any version of the\n"
     257      "operating system for privileged or non-privileged access. Any version of the\n"
    258258      "disk can be mounted from its available history of snapshots.\n"
    259259      "\n"
     
    10031003
    10041004        if (FAILED(hrc))
    1005             return RTMsgErrorExitFailure("\nCould't find specified VirtualBox base or snapshot disk image:\n%s",
     1005            return RTMsgErrorExitFailure("\nCouldn't find specified VirtualBox base or snapshot disk image:\n%s",
    10061006                 g_vboximgOpts.pszImageUuidOrPath);
    10071007
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