Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2014-01-24 12:06:21 +01:00
parent dad1398c5a
commit 84fc2a6e35
5 changed files with 12 additions and 12 deletions

View File

@ -496,7 +496,7 @@ and for the system wide maximum size in bytes of the message pool
If If
.BR msgrcv () .BR msgrcv ()
is called with the is called with the
.BR MSG_COPY .BR MSG_COPY
flag, but without flag, but without
.BR IPC_NOWAIT , .BR IPC_NOWAIT ,
and the message queue contains less than and the message queue contains less than

View File

@ -900,7 +900,7 @@ In glibc 2.11 and earlier, one obtains the definitions by defining
As noted in As noted in
.BR feature_test_macros (7), .BR feature_test_macros (7),
feature test macros such as feature test macros such as
.BR _POSIX_C_SOURCE , .BR _POSIX_C_SOURCE ,
.BR _XOPEN_SOURCE , .BR _XOPEN_SOURCE ,
and and

View File

@ -701,15 +701,15 @@ it means having duplicate
values in records. values in records.
.TP .TP
.BR PERF_SAMPLE_TRANSACTION " (Since Linux 3.13)" .BR PERF_SAMPLE_TRANSACTION " (Since Linux 3.13)"
Records reasons for transactional memory abort events Records reasons for transactional memory abort events
(for example, from Intel TSX transactional memory support). (for example, from Intel TSX transactional memory support).
The The
.I precise_ip .I precise_ip
setting must be greater than 0 and a transactional memory abort setting must be greater than 0 and a transactional memory abort
event must be measured or no values will be recorded. event must be measured or no values will be recorded.
Also note that some perf_event measurements, such as sampled Also note that some perf_event measurements, such as sampled
cycle counting, may cause extraneous aborts (by causing an cycle counting, may cause extraneous aborts (by causing an
interrupt during a transaction). interrupt during a transaction).
.RE .RE
.TP .TP

View File

@ -713,18 +713,18 @@ This socket option is read-only.
Sets the approximate time in microseconds to busy poll on a blocking receive Sets the approximate time in microseconds to busy poll on a blocking receive
when there is no data. when there is no data.
Increasing this value requires Increasing this value requires
.BR CAP_NET_ADMIN . .BR CAP_NET_ADMIN .
The default for this option is controlled by the The default for this option is controlled by the
.I /proc/sys/net/core/busy_read .I /proc/sys/net/core/busy_read
file. file.
The value in the The value in the
.I /proc/sys/net/core/busy_poll .I /proc/sys/net/core/busy_poll
file determines how long file determines how long
.BR select (2) .BR select (2)
and and
.BR poll (2) .BR poll (2)
will busy poll when they operate on sockets with will busy poll when they operate on sockets with
.BR SO_BUSY_POLL .BR SO_BUSY_POLL
set and no events to report are found. set and no events to report are found.

View File

@ -900,7 +900,7 @@ Privileged processes
.RB ( CAP_NET_ADMIN ) .RB ( CAP_NET_ADMIN )
processes can choose from any of the available congestion-control algorithms processes can choose from any of the available congestion-control algorithms
(see the description of (see the description of
.IR tcp_available_congestion_control .IR tcp_available_congestion_control
above). above).
.TP .TP
.BR TCP_CORK " (since Linux 2.2)" .BR TCP_CORK " (since Linux 2.2)"