From 59e9285d752721e7b54b0c4eff8125bb9eafd0e8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 4 Oct 2010 05:04:21 +0200 Subject: [PATCH] Removed trailing white space at end of lines --- man2/chdir.2 | 2 +- man3/gai_cancel.3 | 6 +++--- man3/gai_error.3 | 6 +++--- man3/gai_suspend.3 | 6 +++--- man3/getaddrinfo_a.3 | 6 +++--- man7/aio.7 | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/man2/chdir.2 b/man2/chdir.2 index a6c9a4a1e..698e95025 100644 --- a/man2/chdir.2 +++ b/man2/chdir.2 @@ -50,7 +50,7 @@ Feature Test Macro Requirements for glibc (see .ad l .RS 4 _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || -_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED +_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED .br || /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L .RE diff --git a/man3/gai_cancel.3 b/man3/gai_cancel.3 index b39fd07eb..ad2b899eb 100644 --- a/man3/gai_cancel.3 +++ b/man3/gai_cancel.3 @@ -127,7 +127,7 @@ structure referenced by the last two elements is described in When .I mode is specified as -.BR GAI_NOWAIT, +.BR GAI_NOWAIT, notifications about resolved requests can be obtained by employing the .I sigevent @@ -167,7 +167,7 @@ See .BR sigevent (7) for details. .PP -For +For .BR SIGEV_SIGNAL and .BR SIGEV_THREAD , @@ -526,7 +526,7 @@ cancel_requests(void) printf("Bad request number: %s\\n", id); return; } - + ret = gai_cancel(reqs[n]); printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, gai_strerror(ret)); diff --git a/man3/gai_error.3 b/man3/gai_error.3 index b39fd07eb..ad2b899eb 100644 --- a/man3/gai_error.3 +++ b/man3/gai_error.3 @@ -127,7 +127,7 @@ structure referenced by the last two elements is described in When .I mode is specified as -.BR GAI_NOWAIT, +.BR GAI_NOWAIT, notifications about resolved requests can be obtained by employing the .I sigevent @@ -167,7 +167,7 @@ See .BR sigevent (7) for details. .PP -For +For .BR SIGEV_SIGNAL and .BR SIGEV_THREAD , @@ -526,7 +526,7 @@ cancel_requests(void) printf("Bad request number: %s\\n", id); return; } - + ret = gai_cancel(reqs[n]); printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, gai_strerror(ret)); diff --git a/man3/gai_suspend.3 b/man3/gai_suspend.3 index b39fd07eb..ad2b899eb 100644 --- a/man3/gai_suspend.3 +++ b/man3/gai_suspend.3 @@ -127,7 +127,7 @@ structure referenced by the last two elements is described in When .I mode is specified as -.BR GAI_NOWAIT, +.BR GAI_NOWAIT, notifications about resolved requests can be obtained by employing the .I sigevent @@ -167,7 +167,7 @@ See .BR sigevent (7) for details. .PP -For +For .BR SIGEV_SIGNAL and .BR SIGEV_THREAD , @@ -526,7 +526,7 @@ cancel_requests(void) printf("Bad request number: %s\\n", id); return; } - + ret = gai_cancel(reqs[n]); printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, gai_strerror(ret)); diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3 index b39fd07eb..ad2b899eb 100644 --- a/man3/getaddrinfo_a.3 +++ b/man3/getaddrinfo_a.3 @@ -127,7 +127,7 @@ structure referenced by the last two elements is described in When .I mode is specified as -.BR GAI_NOWAIT, +.BR GAI_NOWAIT, notifications about resolved requests can be obtained by employing the .I sigevent @@ -167,7 +167,7 @@ See .BR sigevent (7) for details. .PP -For +For .BR SIGEV_SIGNAL and .BR SIGEV_THREAD , @@ -526,7 +526,7 @@ cancel_requests(void) printf("Bad request number: %s\\n", id); return; } - + ret = gai_cancel(reqs[n]); printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, gai_strerror(ret)); diff --git a/man7/aio.7 b/man7/aio.7 index 21477317c..e1d6d2bf5 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -121,7 +121,7 @@ This field specifies a value that is subtracted from the calling thread's real-time priority in order to determine the priority for execution of this I/O request. .BR pthread_setschedparam (3)). -The specified value must be between 0 and the value returned by +The specified value must be between 0 and the value returned by .IR sysconf(_SC_AIO_PRIO_DELTA_MAX) . This field is ignored file synchronization operations. .TP