[PATCH] docs: tlscerts: fix link to remote URI parameters

2021-02-15 Thread Ville Skyttä
Signed-off-by: Ville Skyttä --- docs/tlscerts.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tlscerts.html.in b/docs/tlscerts.html.in index 8a74311682..22fc054801 100644 --- a/docs/tlscerts.html.in +++ b/docs/tlscerts.html.in @@ -125,7 +125,7 @@ of the server

[libvirt] [PATCH] docs: Grammar and spelling fixes

2018-05-03 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- docs/aclpolkit.html.in| 2 +- docs/api.html.in | 2 +- docs/contribute.html.in | 2 +- docs/downloads.html.in| 2 +- docs/drvbhyve.html.in | 2 +- docs/drvesx.html.in | 2 +-

[libvirt] [PATCH] docs: Grammar and spelling fixes

2018-05-03 Thread Ville Skyttä
--- docs/aclpolkit.html.in| 2 +- docs/api.html.in | 2 +- docs/contribute.html.in | 2 +- docs/downloads.html.in| 2 +- docs/drvbhyve.html.in | 2 +- docs/drvesx.html.in | 2 +- docs/drvlxc.html.in | 2 +- docs/errors.html.in

[libvirt] [PATCH perl] block_stats: Fix rd_req and wr_req compat hash keys

2018-01-15 Thread Ville Skyttä
When virDomainBlockStatsFlags with NULL params fails, the returned read and write requests hash keys are said to be backwards compatible with the key names success case. However, they were rd_reqs and wr_reqs (in plural) as opposed to the success case's rd_req and wr_req. There is also a similar

[libvirt] [PATCH perl] Spelling fixes

2018-01-15 Thread Ville Skyttä
--- Changes | 4 ++-- HACKING | 4 ++-- lib/Sys/Virt.pm | 6 +++--- lib/Sys/Virt/Domain.pm | 14 +++--- lib/Sys/Virt/Interface.pm | 2 +- lib/Sys/Virt/NWFilter.pm| 2 +- lib/Sys/Virt/Network.pm | 4 ++--