0010-man-Add-None-to-empty-sections.patch 857 B

1234567891011121314151617181920212223242526272829
  1. From 69874fec6fef24564302b2efa9af53af07851058 Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:08 +0200
  4. Subject: [PATCH libaio 10/28] man: Add "None" to empty sections
  5. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  6. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  7. ---
  8. man/io_set_callback.3 | 2 ++
  9. 1 file changed, 2 insertions(+)
  10. diff --git a/man/io_set_callback.3 b/man/io_set_callback.3
  11. index 71efd2f..4ee4b05 100644
  12. --- a/man/io_set_callback.3
  13. +++ b/man/io_set_callback.3
  14. @@ -27,7 +27,9 @@ typedef void (*io_callback_t)(io_context_t ctx, struct iocb *iocb, long res, lon
  15. The callback is not done if the caller uses raw events from
  16. io_getevents, only with the library helpers.
  17. .SH "RETURN VALUES"
  18. +None.
  19. .SH ERRORS
  20. +None.
  21. .SH "SEE ALSO"
  22. .BR io (3),
  23. .BR io_cancel (3),
  24. --
  25. 2.26.0.292.g33ef6b2f38