From dd3ec6febbfa81b34fd05366f8e0360f11607a23 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 8 May 2012 13:33:44 +1200 Subject: [PATCH] io_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2: srcfix: remove old commented-out formatting directives Signed-off-by: Michael Kerrisk --- man2/io_cancel.2 | 24 ------------------------ man2/io_destroy.2 | 22 ---------------------- man2/io_getevents.2 | 23 ----------------------- man2/io_setup.2 | 23 ----------------------- man2/io_submit.2 | 23 ----------------------- 5 files changed, 115 deletions(-) diff --git a/man2/io_cancel.2 b/man2/io_cancel.2 index a3fc213ee..cce36c147 100644 --- a/man2/io_cancel.2 +++ b/man2/io_cancel.2 @@ -2,40 +2,16 @@ .\" This file is distributed according to the GNU General Public License. .\" See the file COPYING in the top level source directory for details. .\" -.\" .de Sh \" Subsection -.\" .br -.\" .if t .Sp -.\" .ne 5 -.\" .PP -.\" \fB\\$1\fP -.\" .PP -.\" .. -.\" .de Sp \" Vertical space (when we can't use .PP) -.\" .if t .sp .5v -.\" .if n .sp -.\" .. -.\" .de Ip \" List item -.\" .br -.\" .ie \\n(.$>=3 .ne \\$3 -.\" .el .ne 3 -.\" .IP "\\$1" \\$2 -.\" .. .TH IO_CANCEL 2 2008-06-18 "Linux" "Linux Programmer's Manual" .SH NAME io_cancel \- cancel an outstanding asynchronous I/O operation .SH "SYNOPSIS" .nf -.\" .ad l -.\" .hy 0 -.\" .B #include .\"#include .sp -.\" .HP 16 .BI "int io_cancel(aio_context_t " ctx_id ", struct iocb *" iocb , .BI " struct io_event *" result ); -.\" .ad -.\" .hy .sp Link with \fI\-laio\fP. .fi diff --git a/man2/io_destroy.2 b/man2/io_destroy.2 index 6a165e13b..1948f151e 100644 --- a/man2/io_destroy.2 +++ b/man2/io_destroy.2 @@ -2,38 +2,16 @@ .\" This file is distributed according to the GNU General Public License. .\" See the file COPYING in the top level source directory for details. .\" -.\" .de Sh \" Subsection -.\" .br -.\" .if t .Sp -.\" .ne 5 -.\" .PP -.\" \fB\\$1\fP -.\" .PP -.\" .. -.\" .de Sp \" Vertical space (when we can't use .PP) -.\" .if t .sp .5v -.\" .if n .sp -.\" .. -.\" .de Ip \" List item -.\" .br -.\" .ie \\n(.$>=3 .ne \\$3 -.\" .el .ne 3 -.\" .IP "\\$1" \\$2 .\" .. .TH IO_DESTROY 2 2008-06-18 "Linux" "Linux Programmer's Manual" .SH NAME io_destroy \- destroy an asynchronous I/O context .SH "SYNOPSIS" .nf -.\" .ad l -.\" .hy 0 .B #include .\" #include .sp -.\" .HP 17 .BI "int io_destroy(aio_context_t " ctx ); -.\" .ad -.\" .hy .sp Link with \fI\-laio\fP. .fi diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index e990f6d78..6c42ce5cf 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -2,41 +2,18 @@ .\" This file is distributed according to the GNU General Public License. .\" See the file COPYING in the top level source directory for details. .\" -.\" .de Sh \" Subsection -.\" .br -.\" .if t .Sp -.\" .ne 5 -.\" .PP -.\" \fB\\$1\fP -.\" .PP -.\" .. -.\" .de Sp \" Vertical space (when we can't use .PP) -.\" .if t .sp .5v -.\" .if n .sp -.\" .. -.\" .de Ip \" List item -.\" .br -.\" .ie \\n(.$>=3 .ne \\$3 -.\" .el .ne 3 -.\" .IP "\\$1" \\$2 -.\" .. .TH IO_GETEVENTS 2 2008-07-04 "Linux" "Linux Programmer's Manual" .SH NAME io_getevents \- read asynchronous I/O events from the completion queue .SH "SYNOPSIS" .nf -.\" .ad l -.\" .hy 0 .B #include .B #include .\" #include .sp -.\" .HP 19 .BI "int io_getevents(aio_context_t " ctx_id ", long " min_nr ", long " nr , .BI " struct io_event *" events \ ", struct timespec *" timeout ); -.\" .ad -.\" .hy .sp Link with \fI\-laio\fP. .fi diff --git a/man2/io_setup.2 b/man2/io_setup.2 index d9b5117d6..beab7635e 100644 --- a/man2/io_setup.2 +++ b/man2/io_setup.2 @@ -2,38 +2,15 @@ .\" This file is distributed according to the GNU General Public License. .\" See the file COPYING in the top level source directory for details. .\" -.\" .de Sh \" Subsection -.\" .br -.\" .if t .Sp -.\" .ne 5 -.\" .PP -.\" \fB\\$1\fP -.\" .PP -.\" .. -.\" .de Sp \" Vertical space (when we can't use .PP) -.\" .if t .sp .5v -.\" .if n .sp -.\" .. -.\" .de Ip \" List item -.\" .br -.\" .ie \\n(.$>=3 .ne \\$3 -.\" .el .ne 3 -.\" .IP "\\$1" \\$2 -.\" .. .TH IO_SETUP 2 2008-06-18 "Linux" "Linux Programmer's Manual" .SH NAME io_setup \- create an asynchronous I/O context .SH "SYNOPSIS" .nf -.\" .ad l -.\" .hy 0 .B #include .\" #include .sp -.\" .HP 15 .BI "int io_setup(unsigned " nr_events ", aio_context_t *" ctxp ); -.\" .ad -.\" .hy .sp Link with \fI\-laio\fP. .fi diff --git a/man2/io_submit.2 b/man2/io_submit.2 index 1eae429a8..52239e2fe 100644 --- a/man2/io_submit.2 +++ b/man2/io_submit.2 @@ -2,39 +2,16 @@ .\" This file is distributed according to the GNU General Public License. .\" See the file COPYING in the top level source directory for details. .\" -.\" .de Sh \" Subsection -.\" .br -.\" .if t .Sp -.\" .ne 5 -.\" .PP -.\" \fB\\$1\fP -.\" .PP -.\" .. -.\" .de Sp \" Vertical space (when we can't use .PP) -.\" .if t .sp .5v -.\" .if n .sp -.\" .. -.\" .de Ip \" List item -.\" .br -.\" .ie \\n(.$>=3 .ne \\$3 -.\" .el .ne 3 -.\" .IP "\\$1" \\$2 -.\" .. .TH IO_SUBMIT 2 2008-06-18 "Linux" "Linux Programmer's Manual" .SH NAME io_submit \- submit asynchronous I/O blocks for processing .SH "SYNOPSIS" .nf -.\" .ad l -.\" .hy 0 .B #include .\" #include .sp -.\" .HP 16 .BI "int io_submit(aio_context_t " ctx_id ", long " nr \ ", struct iocb **" iocbpp ); -.\" .ad -.\" .hy .sp Link with \fI\-laio\fP. .fi