From 0abb26053c5d814510e97e08ced56742f0044eeb Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sun, 13 Aug 2017 20:36:23 +0200
Subject: [PATCH libaio v2 04/15] man: End sentences with a period

Signed-off-by: Guillem Jover <guillem@hadrons.org>
---
 man/io_prep_fsync.3    | 4 ++--
 man/io_prep_pread.3    | 4 ++--
 man/io_prep_pwrite.3   | 4 ++--
 man/io_queue_init.3    | 2 +-
 man/io_queue_release.3 | 2 +-
 man/io_queue_run.3     | 2 +-
 man/io_queue_wait.3    | 2 +-
 man/io_set_callback.3  | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3
index 2daddee..3a5f952 100644
--- a/man/io_prep_fsync.3
+++ b/man/io_prep_fsync.3
@@ -70,9 +70,9 @@ must be called.
 Simultaneous asynchronous operations using the same iocb produce
 undefined results.
 .SH "RETURN VALUES"
-None
+None.
 .SH ERRORS
-None
+None.
 .SH "SEE ALSO"
 .BR io (3),
 .BR io_cancel (3),
diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3
index 1ab28f5..a4df182 100644
--- a/man/io_prep_pread.3
+++ b/man/io_prep_pread.3
@@ -60,9 +60,9 @@ must be called.
 Simultaneous asynchronous operations using the same iocb produce
 undefined results.
 .SH "RETURN VALUES"
-None
+None.
 .SH ERRORS
-None
+None.
 .SH "SEE ALSO"
 .BR io (3),
 .BR io_cancel (3),
diff --git a/man/io_prep_pwrite.3 b/man/io_prep_pwrite.3
index f8d7fac..73c62c7 100644
--- a/man/io_prep_pwrite.3
+++ b/man/io_prep_pwrite.3
@@ -58,9 +58,9 @@ must be called.
 Simultaneous asynchronous operations using the same iocb produce
 undefined results.
 .SH "RETURN VALUES"
-None
+None.
 .SH ERRORS
-None
+None.
 .SH "SEE ALSO"
 .BR io (3),
 .BR io_cancel (3),
diff --git a/man/io_queue_init.3 b/man/io_queue_init.3
index 7531f51..666dfae 100644
--- a/man/io_queue_init.3
+++ b/man/io_queue_init.3
@@ -42,7 +42,7 @@ is <= 0 or
 is an invalid memory locattion.
 .TP
 .B ENOSYS 
-Not implemented
+Not implemented.
 .TP
 .B EAGAIN
 .IR "maxevents > max_aio_reqs"
diff --git a/man/io_queue_release.3 b/man/io_queue_release.3
index 9df39a0..f927562 100644
--- a/man/io_queue_release.3
+++ b/man/io_queue_release.3
@@ -30,7 +30,7 @@ refers to an unitialized aio context, the iocb pointed to by
 contains an improperly initialized iocb,
 .TP
 .B ENOSYS 
-Not implemented
+Not implemented.
 .SH "SEE ALSO"
 .BR io (3),
 .BR io_cancel (3),
diff --git a/man/io_queue_run.3 b/man/io_queue_run.3
index 45762f5..35f385b 100644
--- a/man/io_queue_run.3
+++ b/man/io_queue_run.3
@@ -33,7 +33,7 @@ refers to an unitialized aio context, the iocb pointed to by
 contains an improperly initialized iocb,
 .TP
 .B ENOSYS 
-Not implemented
+Not implemented.
 .SH "SEE ALSO"
 .BR io (3),
 .BR io_cancel (3),
diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3
index 2c7fc2c..eb6db83 100644
--- a/man/io_queue_wait.3
+++ b/man/io_queue_wait.3
@@ -39,7 +39,7 @@ refers to an unitialized aio context, the iocb pointed to by
 contains an improperly initialized iocb,
 .TP
 .B ENOSYS 
-Not implemented
+Not implemented.
 .SH "SEE ALSO"
 .BR io (3),
 .BR io_cancel (3),
diff --git a/man/io_set_callback.3 b/man/io_set_callback.3
index cc842f7..71efd2f 100644
--- a/man/io_set_callback.3
+++ b/man/io_set_callback.3
@@ -25,7 +25,7 @@ typedef void (*io_callback_t)(io_context_t ctx, struct iocb *iocb, long res, lon
 .fi
 .SH DESCRIPTION
 The callback is not done if the caller uses raw events from 
-io_getevents, only with the library helpers
+io_getevents, only with the library helpers.
 .SH "RETURN VALUES"
 .SH ERRORS
 .SH "SEE ALSO"
-- 
2.22.0.657.g960e92d24f

