[PATCH 06/15] man: Fix period formatting
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 0006-man-Fix-period-formatting.patch

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_release.3
man/io_queue_run.3
man/io_queue_wait.3
man/io_submit.3

index e4fe1089c8aec3bc2474d4d081250d7c11aeaae4..7b8ab5ef4a9cd8566efa4f599348a5114e3af4ed 100644 (file)
--- a/man/io.3
+++ b/man/io.3
@@ -17,8 +17,8 @@ then immediately resume normal work while the I/O operations are
 executed in parallel.  
 
 These functions are part of the library with realtime functions named
-.IR "libaio"
-.  They are not actually part of the 
+.IR libaio .
+They are not actually part of the
 .IR "libc" 
 binary.
 The implementation of these functions can be done using support in the
@@ -98,8 +98,7 @@ where the read data is stored.
 .TP
 .IR "long u.c.nbytes"
 This element specifies the length of the buffer pointed to by 
-.IR "io_buf"
-.
+.IR io_buf .
 .TP
 .IR "int aio_reqprio"
 Is not currently used.
@@ -111,8 +110,7 @@ and store the next
 .IR "u.c.nbytes"
 bytes in the
 buffer pointed to by 
-.IR "buf"
-.
+.IR buf .
 .TP
 .B "IO_CMD_PWRITE"
 Start a write operation.  Write 
@@ -120,8 +118,7 @@ Start a write operation.  Write
 bytes starting at
 .IR "buf"
 into the file starting at position 
-.IR "u.c.offset"
-.
+.IR u.c.offset .
 .TP
 .B "IO_CMD_NOP"
 Do nothing for this control block.  This value is useful sometimes when
index 77a62ff1994ce3360dc713d0f9364015c1254f9d..03c81bc5b54f0dc8581b08cf48b727c9acda13c7 100644 (file)
@@ -39,7 +39,7 @@ resources (mainly computation time).
 Calling this function forces all I/O operations operating queued at the
 time of the function call operating on the file descriptor
 .IR "iocb->io_fildes"
-into the synchronized I/O completion state .  The 
+into the synchronized I/O completion state.  The
 .IR "io_fsync"
 function returns
 immediately but the notification through the method described in
index c8f2676b8c7808e8d3c20519e0c52ab211b2d4d6..24c07c37516e9e640ccdf7bbc6cbdb3ae2cd8f77 100644 (file)
@@ -107,8 +107,7 @@ argument is specified as NULL, then no signal mask manipulation is
 performed (and thus
 .BR io_pgetevents ()
 behaves the same as
-.BR io_getevents()
-) .
+.BR io_getevents() ).
 .SH ERRORS
 .TP
 .B EINVAL 
index 3a5f9525dffe06e318a71a892185a2f13315a0f4..cf4ecffe6576542701a0f44d97aba22c3e03d641 100644 (file)
@@ -62,7 +62,7 @@ forced to the relevant completion state. The completion of
 subsequent I/O on the file descriptor is not guaranteed to be
 completed in a synchronized fashion.
 .PP
-This function returns immediately . To schedule the operation, the
+This function returns immediately. To schedule the operation, the
 function
 .IR io_submit
 must be called.
index a4df182733feab10fab38dbc467da4524a8d3ab1..6d66c0fc737fe94c2144da1b8124ba181b0363d3 100644 (file)
@@ -44,15 +44,14 @@ bytes of the file for which
 is a descriptor are written to the buffer
 starting at
 .TP
-.IR "iocb->u.c.buf = buf"
-.
+.IR "iocb->u.c.buf = buf" .
 .br
 Reading starts at the absolute position
 .TP
 .IR "ioc->u.c.offset = offset"
 in the file.
 .PP
-This function returns immediately . To schedule the operation, the
+This function returns immediately. To schedule the operation, the
 function 
 .IR io_submit
 must be called.
index 73c62c7301e316f9d3893078f88d7a14cf26784e..98b3a65e489247bacf3585ef0f06e12e7f821d76 100644 (file)
@@ -42,15 +42,14 @@ bytes of the file for which
 is a descriptor are written from the buffer
 starting at
 .TP
-.IR "iocb->u.c.buf = buf"
-.
+.IR "iocb->u.c.buf = buf" .
 .br
 Writing starts at the absolute position
 .TP
 .IR "ioc->u.c.offset = offset"
 in the file.
 .PP
-This function returns immediately . To schedule the operation, the
+This function returns immediately. To schedule the operation, the
 function
 .IR io_submit
 must be called.
index f92756244e9463d8206f5ee5afea03d00361613e..db91badcd01b003e026409438b3ffc9d8a637693 100644 (file)
@@ -12,7 +12,7 @@ io_queue_release \- Release the context associated with the userspace handle
 .sp
 .SH DESCRIPTION
 .B io_queue_release
-destroys the context associated with the userspace handle.    May cancel any outstanding
+destroys the context associated with the userspace handle. May cancel any outstanding
 AIOs and block on completion.
 
 .B cts.
index 35f385b98e0b9ecd6c104dee4248008ff63f2412..018257f3b745f429dd31ec3e98098f569c47554a 100644 (file)
@@ -30,7 +30,7 @@ referenced data outside of the program's accessible address space.
 .I ctx 
 refers to an unitialized aio context, the iocb pointed to by
 .I iocbs 
-contains an improperly initialized iocb,
+contains an improperly initialized iocb.
 .TP
 .B ENOSYS 
 Not implemented.
index eb6db8382728eacf707b56e6aa29485910b9907d..e3598d94bb063a4fe153ff74a1e7cbf55c8bf520 100644 (file)
@@ -36,7 +36,7 @@ referenced data outside of the program's accessible address space.
 .I ctx 
 refers to an unitialized aio context, the iocb pointed to by
 .I iocbs 
-contains an improperly initialized iocb,
+contains an improperly initialized iocb.
 .TP
 .B ENOSYS 
 Not implemented.
index a810b3fe0a854ce977f4a58d10be461dee5714d3..76e68d1ac6daf33d5c2c880edf2049a1d5e11661 100644 (file)
@@ -49,12 +49,12 @@ gets the
 .IR "nr"
 requests from the array pointed to
 by 
-.IR "iocbs"
-.  The operation to be performed is determined by the
+.IR "iocbs" .
+The operation to be performed is determined by the
 .IR "aio_lio_opcode"
 member in each element of 
-.IR "iocbs"
-.  If this
+.IR "iocbs" .
+If this
 field is 
 .B "IO_CMD_PREAD"
 a read operation is enqueued, similar to a call