[PATCH libaio 05/28] man: End sentences with a period
authorGuillem Jover <guillem@hadrons.org>
Sat, 20 Jul 2019 19:18:03 +0000 (21:18 +0200)
committerGuillem Jover <guillem@debian.org>
Thu, 11 Nov 2021 03:56:01 +0000 (03:56 +0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0005-man-End-sentences-with-a-period.patch

man/io_prep_fsync.3
man/io_prep_pread.3
man/io_prep_pwrite.3
man/io_queue_init.3
man/io_queue_release.3
man/io_queue_run.3
man/io_queue_wait.3
man/io_set_callback.3

index 2daddeea48baea8ba39a7de782dc63b37cd2e9d1..3a5f9525dffe06e318a71a892185a2f13315a0f4 100644 (file)
@@ -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),
index 1ab28f5bf2a65dfb0751f347a2bb431d06f43a9c..a4df182733feab10fab38dbc467da4524a8d3ab1 100644 (file)
@@ -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),
index f8d7fac6ab4a91a352e623f2bfd19418e6990b05..73c62c7301e316f9d3893078f88d7a14cf26784e 100644 (file)
@@ -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),
index 7531f5143a60d55c5c0a27da96803133d5b2d29e..666dfae780ca4b00a8847fdeb3ee2e94db80d814 100644 (file)
@@ -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"
index 9df39a099c00fb07a9f860c1e26d555d54532dac..f92756244e9463d8206f5ee5afea03d00361613e 100644 (file)
@@ -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),
index 45762f570e6a00363bacb230e342d6733dc66010..35f385b98e0b9ecd6c104dee4248008ff63f2412 100644 (file)
@@ -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),
index 2c7fc2c04d3184c837fa7232587f8ae9d0994a2b..eb6db8382728eacf707b56e6aa29485910b9907d 100644 (file)
@@ -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),
index cc842f778cd73dea191db7d305b4487a8fb97a4b..71efd2f883628a42566d8f39e4221a601507bfde 100644 (file)
@@ -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"