[PATCH 10/15] man: Fix typos
authorGuillem Jover <guillem@hadrons.org>
Sun, 13 Aug 2017 18:36:23 +0000 (20:36 +0200)
committerGuillem Jover <guillem@debian.org>
Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0010-man-Fix-typos.patch

12 files changed:
man/io.3
man/io_fsync.3
man/io_getevents.3
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
man/io_submit.3

index 7b8ab5ef4a9cd8566efa4f599348a5114e3af4ed..bc529ea12afaf2f03fedd63c20233838d6df7f09 100644 (file)
--- a/man/io.3
+++ b/man/io.3
@@ -1,7 +1,7 @@
 .TH io 3 2002-09-12 "Linux 2.4" Linux IO"
 .SH NAME
 io \- Asynchronous IO
-.SH SYNOPSYS
+.SH SYNOPSIS
 .nf
 .B #include <errno.h>
 .sp
index 03c81bc5b54f0dc8581b08cf48b727c9acda13c7..5400d410d9913c926e1535169d63838877acd55a 100644 (file)
@@ -7,7 +7,7 @@
 .TH io_fsync 3 2002-09-12 "Linux 2.4" Linux AIO"
 .SH NAME
 io_fsync \- Synchronize a file's complete in-core state with that on disk
-.SH SYNOPSYS
+.SH SYNOPSIS
 .nf
 .B #include <errno.h>
 .sp
@@ -58,7 +58,7 @@ referenced data outside of the program's accessible address space.
 .TP
 .B EINVAL
 .I ctx
-refers to an unitialized aio context, the iocb pointed to by 
+refers to an uninitialized aio context, the iocb pointed to by
 .I iocbs
 contains an improperly initialized iocb, 
 .TP
index 37e9f7a7b5bf2548272fc3073af425b1f22590ad..95fa86e2c2bdcf9b59a94b897f7f7c5dfb22c250 100644 (file)
@@ -64,11 +64,11 @@ is analogous to the relationship between
 .BR select (2)
 and
 .BR pselect (2):
-similar
+similar to
 .BR pselect (2),
 .BR pgetevents ()
 allows an application to safely wait until either an aio completion
-events happens or until a signal is caught.
+event happens or until a signal is caught.
 .PP
 The following
 .BR io_pgetevents ()
index cf4ecffe6576542701a0f44d97aba22c3e03d641..0397172c97f53d03c0706b048723e836f77e2dc8 100644 (file)
@@ -8,7 +8,7 @@
 .TH io_prep_fsync 3 2002-09-12 "Linux 2.4" Linux AIO"
 .SH NAME
 io_prep_fsync \- Synchronize a file's complete in-core state with that on disk
-.SH SYNOPSYS
+.SH SYNOPSIS
 .nf
 .B #include <errno.h>
 .br
index b32fe4cfb217369711e258d5d84cc1b40ceb5902..3c28f618e149a1fa4fbeb0fe8879c3f481a5b69d 100644 (file)
@@ -11,7 +11,7 @@
 .TH io_prep_pread 3 2002-09-12 "Linux 2.4" Linux AIO"
 .SH NAME
 io_prep_pread \- Set up asynchronous read
-.SH SYNOPSYS
+.SH SYNOPSIS
 .nf
 .B #include <errno.h>
 .sp
index 98b3a65e489247bacf3585ef0f06e12e7f821d76..69479c29efdbd65d07463c9b8797504b7e193442 100644 (file)
@@ -11,7 +11,7 @@
 .TH io_prep_pwrite 3 2002-09-12 "Linux 2.4" Linux AIO"
 .SH NAME
 io_prep_pwrite \- Set up iocb for asynchronous writes
-.SH SYNOPSYS
+.SH SYNOPSIS
 .nf
 .B #include <errno.h>
 .br
@@ -31,7 +31,7 @@ struct iocb {
 };
 .fi
 .SH DESCRIPTION
-io_prep_write is a convenicence function for setting up parallel writes.
+io_prep_write is a convenience function for setting up parallel writes.
 
 The first
 .TP
index 666dfae780ca4b00a8847fdeb3ee2e94db80d814..9c04b3fe5c35178f4227e0a31e79d4502c54dd02 100644 (file)
@@ -39,7 +39,7 @@ referenced data outside of the program's accessible address space.
 .I maxevents
 is <= 0 or 
 .IR ctx
-is an invalid memory locattion.
+is an invalid memory location.
 .TP
 .B ENOSYS 
 Not implemented.
index 6444affb623e028ef74e8db101a7b7bb81134c43..5c9ded1698083eb5cc0e66157c5672a65537e34d 100644 (file)
@@ -24,7 +24,7 @@ error is one of the Exxx values defined in the Errors section.
 .TP
 .B EINVAL
 .I ctx 
-refers to an unitialized aio context, the iocb pointed to by
+refers to an uninitialized aio context, the iocb pointed to by
 .I iocbs 
 contains an improperly initialized iocb,
 .TP
index b05851c681d88844c3fe57aa7d44cab925b6f939..8e0691c04c5031e5950ea233da52dcc551825e2d 100644 (file)
@@ -14,7 +14,7 @@ io_queue_run \- Handle completed io requests
 .fi
 .SH DESCRIPTION
 .B io_queue_run
-Attempts to read all the events events from
+Attempts to read all the events from
 the completion queue for the aio_context specified by ctx_id.
 .SH "RETURN VALUES"
 May return
@@ -28,7 +28,7 @@ referenced data outside of the program's accessible address space.
 .TP
 .B EINVAL
 .I ctx 
-refers to an unitialized aio context, the iocb pointed to by
+refers to an uninitialized aio context, the iocb pointed to by
 .I iocbs 
 contains an improperly initialized iocb.
 .TP
index fff814145342f804f1f5d5901ea2859d26d65ca5..0cf0497215b32eb66659d7efd3dcf88d26ff464b 100644 (file)
@@ -34,7 +34,7 @@ referenced data outside of the program's accessible address space.
 .TP
 .B EINVAL
 .I ctx 
-refers to an unitialized aio context, the iocb pointed to by
+refers to an uninitialized aio context, the iocb pointed to by
 .I iocbs 
 contains an improperly initialized iocb.
 .TP
index 4ee4b05ed2ba93d915cbc2462cbe43cd17e6a202..3599e8c03cd512d1b172e1f20dd72e3390c877f6 100644 (file)
@@ -2,7 +2,7 @@
 .TH io_set_callback 3 2002-09-12 "Linux 2.4" Linux AIO"
 .SH NAME
 io_set_callback \- Set up io completion callback function
-.SH SYNOPSYS
+.SH SYNOPSIS
 .nf
 .B #include <errno.h>
 .br
index 76e68d1ac6daf33d5c2c880edf2049a1d5e11661..3ae87214a45774e6c42d3af501f4274e7aaed468 100644 (file)
@@ -110,7 +110,7 @@ referenced data outside of the program's accessible address space.
 .TP
 .B EINVAL
 .I ctx
-refers to an unitialized aio context, the iocb pointed to by 
+refers to an uninitialized aio context, the iocb pointed to by
 .I iocbs
 contains an improperly initialized iocb, 
 .TP