From da46dde0f6fccf0bec34f3dedc105caa73531a35 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 25 Nov 2024 16:53:31 +0100 Subject: [PATCH] Fix typo --- doc/source/manual.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/manual.rst b/doc/source/manual.rst index 028d5af8..39e2a5ec 100644 --- a/doc/source/manual.rst +++ b/doc/source/manual.rst @@ -609,6 +609,7 @@ class. The new connector must implement at least the following methods: - ``finalize``: Terminates a VM and all the associated resources. To have full support you have to implement the following methods: + - ``alterVM``: Modifies/resizes the features of a VM. - ``start``: Starts a (previously stopped) VM. - ``stop``: Stops (but not finalizes) a VM.