]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: minor updates to to new API doc
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 5 Jul 2019 19:28:29 +0000 (14:28 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 5 Jul 2019 20:03:35 +0000 (15:03 -0500)
Fix a filename and add a couple missing words.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Message-Id: <20190705192829.1223-1-jjongsma@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
docs/api_extension.html.in

index d7fbbd6e9015cbd84169246e6c8f43f63b9b9335..604c397c847d72c143ade0a4e5db2dfda2c05e27 100644 (file)
     <h3><a name='rpcclient'>Implement the RPC client</a></h3>
 
     <p>
-      Implementing the uses the rpcgen generated .h files.  The remote
-      method calls go in:
+      Implementing the RPC client uses the rpcgen generated .h files.
+      The remote method calls go in:
     </p>
 
     <p><code>src/remote/remote_driver.c</code></p>
       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>