From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-updatecheck.xml | 151 ++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-updatecheck.xml (limited to 'doc/manual/en_US/man_VBoxManage-updatecheck.xml') diff --git a/doc/manual/en_US/man_VBoxManage-updatecheck.xml b/doc/manual/en_US/man_VBoxManage-updatecheck.xml new file mode 100644 index 00000000..05acb108 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-updatecheck.xml @@ -0,0 +1,151 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage updatecheck + + + + VBoxManage-updatecheck + 1 + + + + VBoxManage-updatecheck + Checks for a newer version of VirtualBox + &product-name; + + + + + VBoxManage updatecheck perform + --machine-readable + + + VBoxManage updatecheck list + --machine-readable + + + VBoxManage updatecheck modify + + --disable + --enable + + --channel=stable | withbetas | all + --frequency=days + + + + + Description + + The updatecheck subcommand is used to check if a newer + version of VirtualBox is available. The two subcommand options of updatecheck + are used for modifying or viewing the settings associated with checking for a newer version + of VirtualBox. + + + updatecheck perform + + + Checks if a newer version of VirtualBox is available. + + + + Machine readable output. + + + + + + updatecheck list + + + Displays the current settings used for specifying when to check for a newer version of VirtualBox. + + + + Machine readable output. + + + + + + updatecheck modify + + + Modifies the settings used for specifying when to check for a newer version of VirtualBox. + + + + Enable the update check service. + + + Disable the update check service. + + + + The preferred release type used for determining whether a newer version of VirtualBox is available. The default is 'stable'. + + + + Checks for newer stable releases (maintenance and minor releases within the same major release) of VirtualBox. + + + + Checks for newer stable releases (maintenance and minor releases within the same major release) and major releases of VirtualBox. + + + + Checks for newer stable releases (maintenance and minor releases within the same major release), major releases, and beta releases of VirtualBox. + + + + + + + Specifies how often in days to check for a newer version of VirtualBox. + + + + Specifies the proxy mode to use. + + + + Specifies the proxy address to use. Set to empty string to clear proxy address. + + + + + + + -- cgit v1.2.3