VirtualBox

Changeset 94206 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Mar 13, 2022 7:17:33 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150462
Message:

doc/manual,FE/VBoxManage: Convert setproperty commands to refentry documentation, ​bugref:9186

Location:
trunk/doc/manual
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/Config.kmk

    r94204 r94206  
    7575        man_VBoxManage-convertfromraw.xml \
    7676        man_VBoxManage-setextradata.xml \
    77         man_VBoxManage-getextradata.xml
     77        man_VBoxManage-getextradata.xml \
     78        man_VBoxManage-setproperty.xml
    7879
    7980## List of user manual XML files.
  • trunk/doc/manual/en_US/man_VBoxManage-setproperty.xml

    r92432 r94206  
    2020<refentry id="vboxmanage-setproperty" lang="en">
    2121  <refentryinfo>
    22     <pubdate>August 2019</pubdate>
     22    <pubdate>$Date$</pubdate>
    2323    <title>VBoxManage setproperty</title>
    2424  </refentryinfo>
     
    3232    <refname>VBoxManage-setproperty</refname>
    3333    <refpurpose>change global settings</refpurpose>
    34     <refclass>Oracle VM VirtualBox</refclass>
     34    <refclass>&product-name;</refclass>
    3535  </refnamediv>
    3636
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r94204 r94206  
    11051105  <xi:include href="user_man_VBoxManage-getextradata.xml"   xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
    11061106
    1107   <sect1 id="vboxmanage-setproperty">
    1108 
    1109     <title>VBoxManage setproperty</title>
    1110 
    1111     <para>
    1112       This command is used to change global settings which affect the
    1113       entire &product-name; installation. Some of these correspond to
    1114       the settings in the <emphasis role="bold">Preferences</emphasis>
    1115       dialog in the VirtualBox Manager. The following properties are
    1116       available:
    1117     </para>
    1118 
    1119     <variablelist>
    1120 
    1121       <varlistentry>
    1122         <term>
    1123           <computeroutput>machinefolder</computeroutput>
    1124         </term>
    1125 
    1126         <listitem>
    1127           <para>
    1128             Specifies the default folder in which virtual machine
    1129             definitions are kept. See <xref linkend="vboxconfigdata" />.
    1130           </para>
    1131         </listitem>
    1132       </varlistentry>
    1133 
    1134       <varlistentry>
    1135         <term>
    1136           <computeroutput>hwvirtexclusive</computeroutput>
    1137         </term>
    1138 
    1139         <listitem>
    1140           <para>
    1141             Specifies whether &product-name; will make exclusive use of
    1142             the hardware virtualization extensions (Intel VT-x or AMD-V)
    1143             of the host system's processor. See
    1144             <xref linkend="hwvirt" />. If you wish to share these
    1145             extensions with other hypervisors running at the same time,
    1146             you must disable this setting. Doing so has negative
    1147             performance implications.
    1148           </para>
    1149         </listitem>
    1150       </varlistentry>
    1151 
    1152       <varlistentry>
    1153         <term>
    1154           <computeroutput>vrdeauthlibrary</computeroutput>
    1155         </term>
    1156 
    1157         <listitem>
    1158           <para>
    1159             Specifies which library to use when external authentication
    1160             has been selected for a particular virtual machine. See
    1161             <xref linkend="vbox-auth" />.
    1162           </para>
    1163         </listitem>
    1164       </varlistentry>
    1165 
    1166       <varlistentry>
    1167         <term>
    1168           <computeroutput>websrvauthlibrary</computeroutput>
    1169         </term>
    1170 
    1171         <listitem>
    1172           <para>
    1173             Specifies which library the web service uses to authenticate
    1174             users. For details about the &product-name; web service, see
    1175             the &product-name; SDK reference,
    1176             <xref
    1177             linkend="VirtualBoxAPI" />.
    1178           </para>
    1179         </listitem>
    1180       </varlistentry>
    1181 
    1182       <varlistentry>
    1183         <term>
    1184           <computeroutput>vrdeextpack</computeroutput>
    1185         </term>
    1186 
    1187         <listitem>
    1188           <para>
    1189             Specifies which library implements the VirtualBox Remote
    1190             Desktop Extension.
    1191           </para>
    1192         </listitem>
    1193       </varlistentry>
    1194 
    1195       <varlistentry>
    1196         <term>
    1197           <computeroutput>loghistorycount</computeroutput>
    1198         </term>
    1199 
    1200         <listitem>
    1201           <para>
    1202             Selects how many rotated VM logs are retained.
    1203           </para>
    1204         </listitem>
    1205       </varlistentry>
    1206 
    1207       <varlistentry>
    1208         <term>
    1209           <computeroutput>autostartdbpath</computeroutput>
    1210         </term>
    1211 
    1212         <listitem>
    1213           <para>
    1214             Selects the path to the autostart database. See
    1215             <xref linkend="autostart" />.
    1216           </para>
    1217         </listitem>
    1218       </varlistentry>
    1219 
    1220       <varlistentry>
    1221         <term>
    1222           <computeroutput>defaultfrontend</computeroutput>
    1223         </term>
    1224 
    1225         <listitem>
    1226           <para>
    1227             Selects the global default VM frontend setting. See
    1228             <xref linkend="vboxmanage-startvm" />.
    1229           </para>
    1230         </listitem>
    1231       </varlistentry>
    1232 
    1233       <varlistentry>
    1234         <term>
    1235           <computeroutput>logginglevel</computeroutput>
    1236         </term>
    1237 
    1238         <listitem>
    1239           <para>
    1240             Configures the VBoxSVC release logging details. See
    1241             <ulink url="http://www.virtualbox.org/wiki/VBoxLogging" />.
    1242           </para>
    1243         </listitem>
    1244       </varlistentry>
    1245 
    1246       <varlistentry>
    1247         <term>
    1248           <computeroutput>proxymode</computeroutput>
    1249         </term>
    1250 
    1251         <listitem>
    1252           <para>
    1253             Configures the mode for an HTTP proxy server.
    1254           </para>
    1255         </listitem>
    1256       </varlistentry>
    1257 
    1258       <varlistentry>
    1259         <term>
    1260           <computeroutput>proxyurl</computeroutput>
    1261         </term>
    1262 
    1263         <listitem>
    1264           <para>
    1265             Configures the URL for an HTTP proxy server. Used when a
    1266             manual proxy is configured using the
    1267             <computeroutput>manual</computeroutput> setting of the
    1268             <computeroutput>proxymode</computeroutput> property.
    1269           </para>
    1270         </listitem>
    1271       </varlistentry>
    1272 
    1273       <varlistentry>
    1274         <term>
    1275           <computeroutput>language</computeroutput>
    1276         </term>
    1277 
    1278         <listitem>
    1279           <para>
    1280             Specifies the user language used to translate API messages.
    1281             Valid values are <literal>C</literal>, which means no
    1282             translation or language code in form either <literal>ll</literal>
    1283             or <literal>ll_CC</literal>, where <literal>ll</literal> is
    1284             language 2 letters code in lower case and
    1285             <literal>CC</literal> is country 2 letter code in upper case.
    1286           </para>
    1287         </listitem>
    1288       </varlistentry>
    1289 
    1290     </variablelist>
    1291 
    1292   </sect1>
     1107  <xi:include href="user_man_VBoxManage-setproperty.xml"    xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
    12931108
    12941109  <sect1 id="vboxmanage-usbfilter">
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