[libvirt] [PATCH] docs: minor updates to to new API doc

Jonathon Jongsma posted 1 patch 4 years, 9 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190705192829.1223-1-jjongsma@redhat.com
docs/api_extension.html.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH] docs: minor updates to to new API doc
Posted by Jonathon Jongsma 4 years, 9 months ago
Fix a filename and add a couple missing words.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---
 docs/api_extension.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in
index d7fbbd6e90..3bbaf4893c 100644
--- a/docs/api_extension.html.in
+++ b/docs/api_extension.html.in
@@ -229,7 +229,7 @@
     <h3><a name='rpcclient'>Implement the RPC client</a></h3>
 
     <p>
-      Implementing the uses the rpcgen generated .h files.  The remote
+      Implementing the RPC client uses the rpcgen generated .h files.  The remote
       method calls go in:
     </p>
 
@@ -256,7 +256,7 @@
       The server side dispatchers are implemented in:
     </p>
 
-    <p><code>src/remote/daemon_dispatch.c</code></p>
+    <p><code>src/remote/remote_daemon_dispatch.c</code></p>
 
     <p>Again, this step uses the .h files generated by make rpcgen.</p>
 
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: minor updates to to new API doc
Posted by Eric Blake 4 years, 9 months ago
On 7/5/19 2:28 PM, Jonathon Jongsma wrote:
> Fix a filename and add a couple missing words.
> 
> Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
> ---
>  docs/api_extension.html.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

> diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in
> index d7fbbd6e90..3bbaf4893c 100644
> --- a/docs/api_extension.html.in
> +++ b/docs/api_extension.html.in
> @@ -229,7 +229,7 @@
>      <h3><a name='rpcclient'>Implement the RPC client</a></h3>
>  
>      <p>
> -      Implementing the uses the rpcgen generated .h files.  The remote
> +      Implementing the RPC client uses the rpcgen generated .h files.  The remote

Long line.

>        method calls go in:
>      </p>

ACK; I fixed the long line and pushed.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list