From 296a609cf9df75ec1d4ac125f75400ef96bb01f0 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 13 Aug 2017 20:36:23 +0200 Subject: [PATCH] [PATCH 09/15] man: Add "None" to empty sections Signed-off-by: Guillem Jover Gbp-Pq: Name 0009-man-Add-None-to-empty-sections.patch --- man/io_set_callback.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/io_set_callback.3 b/man/io_set_callback.3 index 71efd2f..4ee4b05 100644 --- a/man/io_set_callback.3 +++ b/man/io_set_callback.3 @@ -27,7 +27,9 @@ typedef void (*io_callback_t)(io_context_t ctx, struct iocb *iocb, long res, lon The callback is not done if the caller uses raw events from io_getevents, only with the library helpers. .SH "RETURN VALUES" +None. .SH ERRORS +None. .SH "SEE ALSO" .BR io (3), .BR io_cancel (3), -- 2.30.2