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_error_destroy.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_error_destroy.3')
-rw-r--r-- | doc/man/libcoopgamma_error_destroy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libcoopgamma_error_destroy.3 b/doc/man/libcoopgamma_error_destroy.3 index 9b8b3b3..978d0ad 100644 --- a/doc/man/libcoopgamma_error_destroy.3 +++ b/doc/man/libcoopgamma_error_destroy.3 @@ -5,7 +5,7 @@ libcoopgamma_error_destroy - Deinitialise a libcoopgamma_error_t .nf #include <libcoopgamma.h> -void libcoopgamma_error_destroy(libcoopgamma_error_t* restrict \fIthis\fP); +void libcoopgamma_error_destroy(libcoopgamma_error_t *restrict \fIthis\fP); .fi .P Link with |