From 6eb4eab6a70b5ee0f549b9f0086a76becbe3d4ec Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sat, 20 Jul 2019 20:28:13 +0200
Subject: [PATCH libaio v2 00/15] Assorted man page fixes

Hi!

Here's a bunch of man page fixes for the libaio project, that we are
carrying as a delta in the Debian package.

I'm resending these, and CCing Jeff, because apparently last time
around most of the mails didn't get through kvack.org. :/

This is also available as a branch at:

  <https://git.hadrons.org/cgit/sys/libaio.git/log/?h=pu/man-pages>

Thanks,
Guillem


Guillem Jover (14):
  man: Add missing space in man page references
  man: Use the correct troff macro for comments
  man: Refer to libaio.h instead of libio.h
  man: End sentences with a period
  man: Fix casing
  man: Fix period formatting
  man: Remove spurious spaces
  man: Remove spurious text
  man: Add "None" to empty sections
  man: Fix typos
  man: Fix title header
  man: Fix markup
  man: Fold short lines
  Use ctx consistently for io_context_t instead of ctx_id

Stephan Springl (1):
  man: Escape verbatim \n in order to make it through roff

 man/io.3               |  93 +++++++++++++++++-----------------
 man/io_cancel.3        |  53 ++++++++++---------
 man/io_fsync.3         |  53 ++++++++++---------
 man/io_getevents.3     | 109 +++++++++++++++++++++------------------
 man/io_prep_fsync.3    | 112 +++++++++++++++++++++++++----------------
 man/io_prep_pread.3    |  80 ++++++++++++++---------------
 man/io_prep_pwrite.3   |  73 +++++++++++++--------------
 man/io_queue_init.3    |  66 +++++++++++++-----------
 man/io_queue_release.3 |  49 +++++++++---------
 man/io_queue_run.3     |  50 +++++++++---------
 man/io_queue_wait.3    |  57 ++++++++++++---------
 man/io_set_callback.3  |  39 +++++++-------
 man/io_submit.3        |  95 +++++++++++++++++-----------------
 src/compat-0_1.c       |   4 +-
 src/libaio.h           |   4 +-
 src/vsys_def.h         |   2 +-
 16 files changed, 500 insertions(+), 439 deletions(-)

-- 
2.22.0.657.g960e92d24f

