0004-man-Refer-to-libaio.h-instead-of-libio.h.patch 904 B

12345678910111213141516171819202122232425262728293031323334353637
  1. From e9dce27ad722dc2f17f913e56432107bc3c1229f Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:02 +0200
  4. Subject: [PATCH libaio 04/28] man: Refer to libaio.h instead of libio.h
  5. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  6. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  7. ---
  8. man/io.3 | 4 ++--
  9. 1 file changed, 2 insertions(+), 2 deletions(-)
  10. diff --git a/man/io.3 b/man/io.3
  11. index 968b1f9..e4fe108 100644
  12. --- a/man/io.3
  13. +++ b/man/io.3
  14. @@ -6,7 +6,7 @@ io \- Asynchronous IO
  15. .B #include <errno.h>
  16. .sp
  17. .br
  18. -.B #include <libio.h>
  19. +.B #include <libaio.h>
  20. .sp
  21. .fi
  22. .SH DESCRIPTION
  23. @@ -29,7 +29,7 @@ might be arbitrarily many operations running for one file. The
  24. asynchronous I/O operations are controlled using a data structure named
  25. .IR "struct iocb"
  26. It is defined in
  27. -.IR "libio.h"
  28. +.IR "libaio.h"
  29. as follows.
  30. .nf
  31. --
  32. 2.26.0.292.g33ef6b2f38