minor formatting fix in modules.md

Wed, 02 May 2018 20:55:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 02 May 2018 20:55:23 +0200
changeset 282
39e69d78b01d
parent 281
e8146a561e73
child 283
c3b6ff227481

minor formatting fix in modules.md

docs/src/modules.md file | annotate | diff | comparison | revisions
     1.1 --- a/docs/src/modules.md	Wed May 02 19:16:58 2018 +0200
     1.2 +++ b/docs/src/modules.md	Wed May 02 20:55:23 2018 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  For instance, the [Allocator](#allocator) module is used by many other modules
     1.5  to allow flexible memory allocation.
     1.6  By default the header files are placed into an `ucx` directory within your
     1.7 -systems include directory. In this case you can use an module by including it
     1.8 +systems include directory. In this case you can use a module by including it
     1.9  via `#include <ucx/MODULENAME.h>`.
    1.10  Required modules are included automatically.
    1.11  
    1.12 @@ -58,8 +58,8 @@
    1.13  
    1.14  Instances of this buffer implementation can be used to read from or to write to
    1.15  memory like you would do with a stream. This allows the use of
    1.16 -`ucx_stream_copy` from the [Utilities](#utilities) module to copy contents from one
    1.17 -buffer to another or from file or network streams to the buffer and
    1.18 +`ucx_stream_copy()` from the [Utilities](#utilities) module to copy contents
    1.19 +from one buffer to another or from file or network streams to the buffer and
    1.20  vice-versa.
    1.21  
    1.22  More features for convenient use of the buffer can be enabled, like automatic

mercurial