From b98a474a44927f3c55961b7bfc5965f16e7f957a Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Mon, 3 Mar 2025 21:19:49 -0500 Subject: [PATCH] docs/api.rst: revert erroneously change of Once -> OnDevice Commit af1b89d1d for some reason changed a perfectly fine statement to one that I could not understand. Let's revert it. Signed-off-by: Cleber Rosa Reviewed-by: Jiri Denemark --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index cdba642967..243303de68 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -26,7 +26,7 @@ name will default to a preselected hypervisor, but it's probably not a wise thing to do in most cases. See the `connection URI `__ page for a full descriptions of the values allowed. -OnDevice the application obtains a +Once the application obtains a `virConnectPtr `__ connection to the hypervisor it can then use it to manage the hypervisor's available domains and related virtualization resources,