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>
<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>