Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2010-09-22 18:09:17 +02:00
parent 1b7e2e1ba7
commit f6b326eba5
6 changed files with 7 additions and 7 deletions

View File

@ -46,7 +46,7 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR ilogb ():
.RS 4
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED ||
_ISOC99_SOURCE ||
_POSIX_C_SOURCE\ >=\ 200112L;

View File

@ -205,7 +205,7 @@ main(int argc, char *argv[])
first = elem;
elem\->name = argv[optind];
if (circular) {
elem\->forward = elem;
elem\->backward = elem;

View File

@ -57,7 +57,7 @@ Feature Test Macro Requirements for glibc (see
.PD 0
.TP 4
Since glibc 2.12:
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED ||
_POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600
.TP

View File

@ -51,7 +51,7 @@ Feature Test Macro Requirements for glibc (see
.TP 4
Since glibc 2.12:
_BSD_SOURCE || _SVID_SOURCE ||
(_XOPEN_SOURCE\ >=\ 500 ||
(_XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED) &&
!(_POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600)
.TP

View File

@ -52,10 +52,10 @@ _POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600
.PD 0
.RS 4
.TP 4
Since glibc 2.12:
Since glibc 2.12:
.nf
_BSD_SOURCE ||
(_XOPEN_SOURCE\ >=\ 500 ||
(_XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED) &&
!(_POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600)
.br

View File

@ -89,7 +89,7 @@ This field is set to a value that depends on the API
delivering the notification.
.TP
.I si_signo
This field is set to the signal number (i.e., the same value as in
This field is set to the signal number (i.e., the same value as in
.IR sigev_signo ).
.TP
.I si_value