diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-20 15:28:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-20 15:28:26 +0200 |
commit | e979d7e49af214481742fb3c5152a9b6cc9583d2 (patch) | |
tree | 670a7aeef7fed3af340d4f773f697fa29695ff2a /doc/man/libcoopgamma_async_context_marshal.3 | |
parent | m (diff) | |
download | libcoopgamma-e979d7e49af214481742fb3c5152a9b6cc9583d2.tar.gz libcoopgamma-e979d7e49af214481742fb3c5152a9b6cc9583d2.tar.bz2 libcoopgamma-e979d7e49af214481742fb3c5152a9b6cc9583d2.tar.xz |
man style fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/man/libcoopgamma_async_context_marshal.3')
-rw-r--r-- | doc/man/libcoopgamma_async_context_marshal.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/libcoopgamma_async_context_marshal.3 b/doc/man/libcoopgamma_async_context_marshal.3 index ec335e5..319823d 100644 --- a/doc/man/libcoopgamma_async_context_marshal.3 +++ b/doc/man/libcoopgamma_async_context_marshal.3 @@ -5,8 +5,8 @@ libcoopgamma_async_context_marshal - Marshal a libcoopgamma_async_context_t .nf #include <libcoopgamma.h> -size_t libcoopgamma_async_context_marshal(libcoopgamma_async_context_t* restrict \fIthis\fP, - void* restrict \fIbuffer\fP); +size_t libcoopgamma_async_context_marshal(libcoopgamma_async_context_t *restrict \fIthis\fP, + void *restrict \fIbuffer\fP); .fi .P Link with |