Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2010-10-04 05:04:21 +02:00
parent ee644b657b
commit 59e9285d75
6 changed files with 14 additions and 14 deletions

View File

@ -50,7 +50,7 @@ Feature Test Macro Requirements for glibc (see
.ad l .ad l
.RS 4 .RS 4
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.br .br
|| /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L || /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
.RE .RE

View File

@ -127,7 +127,7 @@ structure referenced by the last two elements is described in
When When
.I mode .I mode
is specified as is specified as
.BR GAI_NOWAIT, .BR GAI_NOWAIT,
notifications about resolved requests notifications about resolved requests
can be obtained by employing the can be obtained by employing the
.I sigevent .I sigevent
@ -167,7 +167,7 @@ See
.BR sigevent (7) .BR sigevent (7)
for details. for details.
.PP .PP
For For
.BR SIGEV_SIGNAL .BR SIGEV_SIGNAL
and and
.BR SIGEV_THREAD , .BR SIGEV_THREAD ,
@ -526,7 +526,7 @@ cancel_requests(void)
printf("Bad request number: %s\\n", id); printf("Bad request number: %s\\n", id);
return; return;
} }
ret = gai_cancel(reqs[n]); ret = gai_cancel(reqs[n]);
printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name,
gai_strerror(ret)); gai_strerror(ret));

View File

@ -127,7 +127,7 @@ structure referenced by the last two elements is described in
When When
.I mode .I mode
is specified as is specified as
.BR GAI_NOWAIT, .BR GAI_NOWAIT,
notifications about resolved requests notifications about resolved requests
can be obtained by employing the can be obtained by employing the
.I sigevent .I sigevent
@ -167,7 +167,7 @@ See
.BR sigevent (7) .BR sigevent (7)
for details. for details.
.PP .PP
For For
.BR SIGEV_SIGNAL .BR SIGEV_SIGNAL
and and
.BR SIGEV_THREAD , .BR SIGEV_THREAD ,
@ -526,7 +526,7 @@ cancel_requests(void)
printf("Bad request number: %s\\n", id); printf("Bad request number: %s\\n", id);
return; return;
} }
ret = gai_cancel(reqs[n]); ret = gai_cancel(reqs[n]);
printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name,
gai_strerror(ret)); gai_strerror(ret));

View File

@ -127,7 +127,7 @@ structure referenced by the last two elements is described in
When When
.I mode .I mode
is specified as is specified as
.BR GAI_NOWAIT, .BR GAI_NOWAIT,
notifications about resolved requests notifications about resolved requests
can be obtained by employing the can be obtained by employing the
.I sigevent .I sigevent
@ -167,7 +167,7 @@ See
.BR sigevent (7) .BR sigevent (7)
for details. for details.
.PP .PP
For For
.BR SIGEV_SIGNAL .BR SIGEV_SIGNAL
and and
.BR SIGEV_THREAD , .BR SIGEV_THREAD ,
@ -526,7 +526,7 @@ cancel_requests(void)
printf("Bad request number: %s\\n", id); printf("Bad request number: %s\\n", id);
return; return;
} }
ret = gai_cancel(reqs[n]); ret = gai_cancel(reqs[n]);
printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name,
gai_strerror(ret)); gai_strerror(ret));

View File

@ -127,7 +127,7 @@ structure referenced by the last two elements is described in
When When
.I mode .I mode
is specified as is specified as
.BR GAI_NOWAIT, .BR GAI_NOWAIT,
notifications about resolved requests notifications about resolved requests
can be obtained by employing the can be obtained by employing the
.I sigevent .I sigevent
@ -167,7 +167,7 @@ See
.BR sigevent (7) .BR sigevent (7)
for details. for details.
.PP .PP
For For
.BR SIGEV_SIGNAL .BR SIGEV_SIGNAL
and and
.BR SIGEV_THREAD , .BR SIGEV_THREAD ,
@ -526,7 +526,7 @@ cancel_requests(void)
printf("Bad request number: %s\\n", id); printf("Bad request number: %s\\n", id);
return; return;
} }
ret = gai_cancel(reqs[n]); ret = gai_cancel(reqs[n]);
printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name, printf("[%s] %s: %s\\n", id, reqs[atoi(id)]\->ar_name,
gai_strerror(ret)); gai_strerror(ret));

View File

@ -121,7 +121,7 @@ This field specifies a value that is subtracted
from the calling thread's real-time priority in order to from the calling thread's real-time priority in order to
determine the priority for execution of this I/O request. determine the priority for execution of this I/O request.
.BR pthread_setschedparam (3)). .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) . .IR sysconf(_SC_AIO_PRIO_DELTA_MAX) .
This field is ignored file synchronization operations. This field is ignored file synchronization operations.
.TP .TP