# HG changeset patch # User Mike Becker # Date 1525287323 -7200 # Node ID 39e69d78b01db72f1b5638d315d796bda188563a # Parent e8146a561e73165b3803d6f7e887efa1b0ecb567 minor formatting fix in modules.md diff -r e8146a561e73 -r 39e69d78b01d docs/src/modules.md --- a/docs/src/modules.md Wed May 02 19:16:58 2018 +0200 +++ b/docs/src/modules.md Wed May 02 20:55:23 2018 +0200 @@ -9,7 +9,7 @@ For instance, the [Allocator](#allocator) module is used by many other modules to allow flexible memory allocation. By default the header files are placed into an `ucx` directory within your -systems include directory. In this case you can use an module by including it +systems include directory. In this case you can use a module by including it via `#include `. Required modules are included automatically. @@ -58,8 +58,8 @@ Instances of this buffer implementation can be used to read from or to write to memory like you would do with a stream. This allows the use of -`ucx_stream_copy` from the [Utilities](#utilities) module to copy contents from one -buffer to another or from file or network streams to the buffer and +`ucx_stream_copy()` from the [Utilities](#utilities) module to copy contents +from one buffer to another or from file or network streams to the buffer and vice-versa. More features for convenient use of the buffer can be enabled, like automatic