diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-10-26 12:11:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-10-26 12:11:48 +0000 |
commit | 1c9a61c0697e6af47fa7839226e470ba2c13f919 (patch) | |
tree | 45be38f1000f3b1131b385efe90239cbb5e9acc4 /doc/libs6 | |
parent | 04876fbe6bb09832a78b013898d64b3abc921604 (diff) | |
download | s6-1c9a61c0697e6af47fa7839226e470ba2c13f919.tar.xz |
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/libs6')
-rw-r--r-- | doc/libs6/ftrigr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libs6/ftrigr.html b/doc/libs6/ftrigr.html index 9545894..052d7bf 100644 --- a/doc/libs6/ftrigr.html +++ b/doc/libs6/ftrigr.html @@ -291,7 +291,7 @@ a notification. The function then returns 1. </li> </ul> <pre> -int ftrigr_ack (ftrigr_t *a, size_t n) +void ftrigr_ack (ftrigr_t *a, size_t n) </pre> <p> |